View Single Post
Old 07-04-2008, 09:57 PM   #25 (permalink)
aadipa
Wise Old Owl
 
aadipa's Avatar
 
Join Date: Feb 2004
Location: Palghar, Mumbai
Posts: 1,000
Default Re: Error installing Ubuntu

Quote:
Originally Posted by mehulved View Post
Ah. your route isn't set.
This isn't definite solution but if it works then we just need to see where things are going wrong. Try this command and see if net works
Code:
sudo route add default 125.99.88.1
This will only stay till the reboot.
Not working I got error
Code:
sudo route add default 125.99.88.1
SIOCADDRT: No such device
Also
Quote:
If the above makes your connection work then post the contents of /etc/network/interfaces file.
Posting it after this reboot.

BTW, I tried ping to my machine using localhost and IP (125.99.92.174), both works.
When I ping to gateway (125.99.88.1) I get
Code:
ping 125.99.88.1
connect: Network is unreachable

EDIT:
Here is /etc/network/interfaces
Code:
auto lo
iface lo inet loopback


iface eth0 inet static
address 125.99.92.174
netmask 255.255.252.0
gateway 125.99.88.1

auto eth0
__________________
i generally prefer quality over quantity
1 aadi + 1 aadi = 1 full ;)

Last edited by aadipa; 07-04-2008 at 10:45 PM. Reason: Adding /etc/network/interfaces
aadipa is offline