Archer C64 static routing does not work
I have static routes defined in my Archer C64
| Network Destination | Subnet Mask | Default Gateway | Interface | Description | Status | Modify |
|---|
| 192.168.1.0 |
255.255.255.0 |
192.168.0.102 |
LAN/WLAN |
--- |
on startup the router writes to log
1 INFO 0days, 00:00:07, [tmpd]register tmp app, type: 1
2 INFO 0days, 00:00:07, [portal]portal init
3 INFO 0days, 00:00:07, [lan]LAN: Set interface br-lan0 ip=192.168.0.1 netmask 255.255.255.0.
4 INFO 0days, 00:00:07, [route]-n add -net 192.168.1.0 192.168.0.102 255.255.255.0 -ifa
When my lan device (mac) tries to ping 192.168.1.36 instead of routing the packet through 192.168.0.102 the router issues a redirect
92 bytes from 192.168.0.1: Redirect Host(New addr: 192.168.0.102)
and the whole thing falls apart
How can I enable an actual routing on the router that is supposed to do routing?
Thank you
