Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#3533 - relayd can't relay packets between lan pc and the openwrt host #8562

Open
openwrt-bot opened this issue Dec 25, 2020 · 2 comments
Open
Labels

Comments

@openwrt-bot
Copy link

poweel:

Supply the following if possible:

  • Device problem occurs on MediaTek MT7620A ver:2 eco:6
  • Software versions
    URL: https://github.com/openwrt/openwrt.git/trunk
    Relative URL: ^/trunk
    Repository Root: https://github.com/openwrt/openwrt.git
    Repository UUID: 48f6a8c1-d3d8-b121-14bd-ce57b7db7bff
    Revision: 92580
  • Steps to reproduce
    1. add wifi client
    2. add relay bridge interface between wlan and lan
    3. the wlan interface get ip 192.168.3.136, the pc in lan get ip 192.168.3.128, the ip of root ap was 192.168.3.1
    4. the pc can ping 192.168.3.1 but can not ping 192.168.3.136
@openwrt-bot
Copy link
Author

poweel:

I have found solution: add local ip with -L, and it worked
relayd -I wlan0 -I eth0.1 -B -D -L 192.168.3.136

@openwrt-bot
Copy link
Author

poweel:

Another issue: I can not show the route add by relayd default, caused default route table num is 16800, it is not vavid.
When I changed it to 100, it worked
relayd -I wlan0 -I eth0.1 -B -D -L 192.168.3.136 -T 100

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant