Hi,
I have a setup as follows :
I want my FreeBSD box to be able to connect to "Server" (192.168.1.2) - so I added the following route :
However - pinging 192.168.1.2 from FreeBSD (192.168.0.1) doesn't return answer. Traceroute comes in with * * * (timeout) on first.
Am I doing something wrong here?
Thanks,
Inc
I have a setup as follows :
Code:
WAN
I
FreeBSD
(192.168.0.1)
I
(192.168.0.109)
Wireless Router
(192.168.1.0/24)
I I
Computer Server
(192.168.1.200) (192.168.1.2)
route add -net 192.168.1.0/24 192.168.0.109
However - pinging 192.168.1.2 from FreeBSD (192.168.0.1) doesn't return answer. Traceroute comes in with * * * (timeout) on first.
Am I doing something wrong here?
Thanks,
Inc