After network-manager could not connect to my router which has IP 192.168.1.1.
I set static ip for my interface. It connects but I cannot ping. I get "Destination host unreachable" whenever I ping from this particualar pc. I can ping and connect fine with same interface and router with my laptops when wired though.
I have set interface ip as:
auto eth0
iface eth0 inet static
address 192.168.1.2
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.1
How can I make my pc connect with internet? Please Help
EDIT:
ifconfig

ip route

ethtool

traceroute

The mii-tool one said unsupported.

ifconfigwhen you type it into a terminal? Which adapter is wireless and which is wired? eth0 is normally wired. – jozzas May 23 '11 at 4:12