Quote:
Originally Posted by sn1994
Here is my routing information. My IP is:
82.14.218.xxx
Code:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default cpc3-croy21-2-0 0.0.0.0 UG 0 0 0 eth1
default precise.sam 0.0.0.0 UG 100 0 0 eth0
82.14.216.0 * 255.255.252.0 U 0 0 0 eth1
localnet * 255.255.255.0 U 0 0 0 eth0
192.168.122.0 * 255.255.255.0 U 0 0 0 virbr0
and I added the following ifup.d rule to add the correct routing information, because it seems it has never been acquired from DHCP since I've been using this box in 2012.
Code:
post-up route add default gw 82.14.218.1
pre-down route del default gw 82.14.218.1
|
What makes you think that 82.14.218.1 is a gateway - it's not; just some poor person on the same subnet as you that you are trying to send all your traffic via ...
cpc3-croy21-2-0-cust512.19-2.cable.virginm.net [82.14.218.1]
Your gateway is 82.14.216.1 (note your subnet mask - 255.255.
252.0)
You can also see that one of your default routes is set correctly at this (cpc3-croy21-2-0-gw.19-2.cable.virginm.net)