netstat -rn
PING belexeuli (192.168.11.2) 56(84) bytes of data.
64 bytes from belexeuli (192.168.11.2): icmp_seq=1 ttl=64 time=0.063 ms
64 bytes from belexeuli (192.168.11.2): icmp_seq=2 ttl=64 time=0.054 ms
[lcl@localhost ~]$ ping belexeuli
PING belexeuli (192.168.11.2) 56(84) bytes of data.
^C
--- belexeuli ping statistics ---
4 packets transmitted, 0 received, 100% packet loss, time 2999ms
[lcl@localhost ~]$ netstat -rn
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
0.0.0.0 192.168.11.1 0.0.0.0 UG 0 0 0 wlan0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 wlan0
192.168.11.0 192.168.11.3 255.255.255.0 UG 0 0 0 wlan0
192.168.11.0 0.0.0.0 255.255.255.0 U 0 0 0 wlan0
[lcl@belexeuli ~]$ netstat -rn
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
0.0.0.0 192.168.11.1 0.0.0.0 UG 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
192.168.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
tarazed wrote:On altair:
[lcl@localhost ~]$ netstat -rn
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
0.0.0.0 192.168.11.1 0.0.0.0 UG 0 0 0 wlan0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 wlan0
192.168.11.0 192.168.11.3 255.255.255.0 UG 0 0 0 wlan0
192.168.11.0 0.0.0.0 255.255.255.0 U 0 0 0 wlan0
192.168.11.1 is the router but I haven't a clue what 169.254.0.0 is.
route del -net 192.168.11.0 netmask 255.255.255.0 gw 192.168.11.3
doktor5000 wrote:I've had a look at this one: http://www.buffalotech.com/support-and- ... .1-web.pdf
and it seems some relevant settings to check could be available under Network Config -> IP Filter
Users browsing this forum: No registered users and 1 guest