View Single Post
Old 31-12-2006, 10:00 AM   #2 (permalink)
praka123
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: Whats my gateway address ?

you havent setup ur local lancard ip.set using network-admin gui or edit as sudo /etc/network/interfaces and add
Code:
 # The primary network interface
auto eth0
iface eth0 inet static
address 192.168.1.2
netmask 255.255.255.0
gateway 192.168.1.1
then restart n/w:
Code:
/etc/init.d/networking  force-reload
and try ping 192.168.1.1
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline