Need routing help
Posted: Fri Apr 30, 2010 9:00 pm
When connected to home router over VPN from foreign address, cannot access machines on home LAN. Routing table is:
(Rule 4 is a manual rule I tossed in to try to finesse the problem, then disabled. I tried it for both 128 and 129, with no success.)
PC's IP address is 192.168.1.129. Address scan tool reports presence of 192.168.1.1, 128, and 129 only, but nothing else. Traceroute to 192.168.1.10 using either ICMP or TCP shows first step is 192.168.1.128, then nothing further. Problem does not seem to be firewall, as there are no rejections being logged when I enable rejection logging. I feel like I'm missing something basic.
Code: Select all
# DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 A S 0.0.0.0/0 10.100.1.1 1
1 ADC 10.100.1.0/24 10.100.1.235 backhaul 0
2 ADC 70[redacted]/27 70.[redacted] backhaul 0
3 ADC 192.168.1.0/24 192.168.1.1 ranch-house 0
4 X S 192.168.1.0/24 192.168.1.129 ranch-house 1
5 ADC 192.168.1.129/32 192.168.1.128 remote-login 0
6 A S 192.168.3.0/24 192.168.3.43 NIC-to-MT 1
7 ADC 192.168.3.40/32 192.168.3.43 NIC-to-MT 0
PC's IP address is 192.168.1.129. Address scan tool reports presence of 192.168.1.1, 128, and 129 only, but nothing else. Traceroute to 192.168.1.10 using either ICMP or TCP shows first step is 192.168.1.128, then nothing further. Problem does not seem to be firewall, as there are no rejections being logged when I enable rejection logging. I feel like I'm missing something basic.