CR1000A IP redirect broken
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have a new CR1000A, hardware version 0.0.A, firmware version 3.2.0.7
I added a route to my raspberry pi, which is at 192.168.1.162. When I ping through the route, it works, but it works like this:
PING 192.168.2.208 (192.168.2.208) 56(84) bytes of data.
64 bytes from 192.168.2.208: icmp_seq=1 ttl=254 time=46.4 ms
From 192.168.1.1 icmp_seq=2 Redirect Host(New nexthop: 162.1.168.192)
64 bytes from 192.168.2.208: icmp_seq=2 ttl=254 time=20.3 ms
64 bytes from 192.168.2.208: icmp_seq=3 ttl=254 time=8.05 ms
Clearly the next hop's byte ordering is reversed. The route was entered correctly:
Solved! Go to Correct Answer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@BrentBaccala wrote:Clearly the next hop's byte ordering is reversed. The route was entered correctly:
Well, the static route was allegedly entered correctly. You are telling it to route 192.168.0.0/16 via 192.168.1.182. The gateway address should not be in the same subnet as the destination subnet.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@BrentBaccala wrote:Clearly the next hop's byte ordering is reversed. The route was entered correctly:
Well, the static route was allegedly entered correctly. You are telling it to route 192.168.0.0/16 via 192.168.1.182. The gateway address should not be in the same subnet as the destination subnet.
