Tech Support Forum banner
Status
Not open for further replies.

Routing in home LAN

653 views 1 reply 2 participants last post by  jimscreechy 
#1 ·
Initially (just after system startup) the ip table is like that:

192.168.0.0 255.255.255.0 On-link 192.168.0.11 276
192.168.0.11 255.255.255.255 On-link 192.168.0.11 276
192.168.0.255 255.255.255.255 On-link 192.168.0.11 276

and when i run netcat:

> nc -zv -s 192.168.0.11 192.168.0.11 80


to test if port 80 is open it works - the port 80 is indeed open. But when i remove the 192.168.0.11 route i got "TIMEOUT" on nc test. Shouldn't it pick 192.168.0.0 route and work? Moreover when i add the route manually:

route add 192.168.0.11 mask 255.255.255.255 0.0.0.0 it still doesn't work!
 
#2 ·
That route is not correct. Why are you adjusting routes anyway? This is your second post about this problem. Why not just tell us what it is you are trying to do then we can offer you a proper solution.
 
Status
Not open for further replies.
You have insufficient privileges to reply here.
Top