NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
knite
Nov 21, 2021Aspirant
RAX20|AX 1800 v1.0.4.100_2.0.64 routing getting getting blocked at the switch (static routes)
Goal: Connect a private network setup on Hyper-v to local lan & Internet. Diagram: Internet {
RAX20 (10.0.0.0/24) {
RAX20: 10.0.0.1
desktop_pc: 10.0.0.10
gate...
- Nov 21, 2021
Set netmask on internet ip to one that includes the subnet of the private network, e.g. 255.255.0.0 .
knite
Nov 21, 2021Aspirant
Additional notes:
- From within the private network I am able to join the system to the domain which exists on the local lan, this shows ip_forward is working on the gateway system (the system with two nics, one connect to the RAX20 and one connected to the private network)
- I am able to maintain a connection from the local LAN to a system on the private lan > 1 minute, this shows there is no multipath issues.
- Noticed tracepath is blocked when using its default settings (it must be that th RAX20 is blocking UDP), using -T makes it work.
- Tracepath from within the private network stops at the RAX20. This traceroute from within the private network should be reaching the Internet providing switch website which the RAX20 is connected to, but is unable to.
[192.168.100.10]
$ sudo traceroute -T 192.168.1.1 traceroute to 192.168.1.1 (192.168.1.1), 30 hops max, 60 byte packets 1 _gateway (192.168.100.1) 0.688 ms 0.680 ms 0.676 ms 2 10.0.0.1 (10.0.0.1) 1.598 ms 1.670 ms 1.667 ms 3 * * * - Here is the same tracepath running on the gateway system (the system with two nics connected to both the RAX20 and the private network):
[10.0.0.100 & 192.168.100.1]
$ sudo traceroute -T 192.168.1.1 traceroute to 192.168.1.1 (192.168.1.1), 30 hops max, 60 byte packets 1 _gateway (10.0.0.1) 1.007 ms * * 2 192.168.1.1 (192.168.1.1) 2.012 ms 2.018 ms 2.010 ms - The previous trace shows the gateway system (the system with two nics connected to both the RAX20 and the private network) knows how to reach 192.168.1.1 and is able to. In the trace before that a system on the private network reaches the RAX20 via the gateway system but gets stopped at the RAX20 for some reason.
knite
Nov 21, 2021Aspirant
Set netmask on internet ip to one that includes the subnet of the private network, e.g. 255.255.0.0 .