[Help] My Network cannot Ping Gateway!
I have no idea at all, but i wish someone can help me bout this.. cause im noobs bout linux networks. i have problem in network on ubuntu server 6.10, when i ping my other local network it is reply as you can see,
Code:
root@idc:/etc/network# ping 10.64.10.35
PING 10.64.10.35 (10.64.10.35) 56(84) bytes of data.
64 bytes from 10.64.10.35: icmp_seq=1 ttl=128 time=14.1 ms
64 bytes from 10.64.10.35: icmp_seq=2 ttl=128 time=0.400 ms
64 bytes from 10.64.10.35: icmp_seq=3 ttl=128 time=0.260 ms
64 bytes from 10.64.10.35: icmp_seq=4 ttl=128 time=0.328 ms
but when i ping my ipaddress gateway it isn't reply :
Code:
root@idc:/etc/network# ping 10.64.10.33
PING 10.64.10.33 (10.64.10.33) 56(84) bytes of data.
--- 10.64.10.33 ping statistics ---
6 packets transmitted, 0 received, 100% packet loss, time 5001ms
this is my ifconfig eth0 Code:
root@idc:/etc/network# ifconfig eth0
eth0 Link encap:Ethernet HWaddr 00:07:E9:F3:34:95
inet addr:10.64.10.36 Bcast:10.64.10.47 Mask:255.255.255.240
inet6 addr: fe80::207:e9ff:fef3:3495/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1108 errors:0 dropped:0 overruns:0 frame:0
TX packets:1049 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:117349 (114.5 KiB) TX bytes:289418 (282.6 KiB)
and my netstat -rn
Code:
root@idc:/etc/network# netstat -rn
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
10.64.10.32 0.0.0.0 255.255.255.240 U 0 0 0 eth0
0.0.0.0 10.64.10.33 0.0.0.0 UG 0 0 0 eth0
and this is my /etc/networks/interfaces
Code:
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
address 10.64.10.36
netmask 255.255.255.240
network 10.64.10.32
broadcast 10.64.10.47
gateway 10.64.10.33
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 10.64.2.2 10.64.2.18
fiuhhh.. i have no idea bout.
some body can help me?
thanks..
anderson