On 9/13/05, Paul Howarth <paul@xxxxxxxxxxxx> wrote:
Ankush Grover
Ankush Grover wrote:
> Remove the GATEWAY= entries from all of your ifcfg-* files and replace
> them with a single GATEWAY=ip.addr entry in /etc/sysconfig/network,
> where ip.addr is the IP address of your default gateway/router.
>
> It removed the GATEWAY entries from ifcfg-eth0 and ifcfg-eth1 files
> and added GATEWAY entries in /etc/sysconfig/network
entries plural? There should be only one.
$ netstat -rn | awk '/^0.0.0.0/ { print $2 }'
Output of this on one computer is
10.0.0.1 and on another computer is 10.0.0.2
But after rebooting the PCs,I am able to browse the internet.
Thanks & Regards10.0.0.1 and on another computer is 10.0.0.2
But after rebooting the PCs,I am able to browse the internet.
Ankush Grover