unable internet connection new Ubuntu 9.10

Asked by CyberDark

hi! i have download the brand new Ubuntu 9.10 october 3.
usually with 9.4 when i go to network-manager i give my IP and DNS and i can connect easy
it's not working with the new version, here are my edit with vi (i never done that before with Ubuntu 9.4):

Dns :

etc/resolv.conf
nameserver 66.158.128.11

IP :

etc/network/interfaces
iface eth0 inet static
address 192.168.0.6
netmask 255.255.255.0
gateway 192.168.0.1

when i try to connect on internet, nothing happen.

help me

thanks

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Appiah
Solved:
Last query:
Last reply:
Revision history for this message
Appiah (appiah) said :
#1

post the output of

ifconfig -a
and
lspci

try sending ping to the gateway , then the dns

Revision history for this message
CyberDark (cyberdark-nadvig) said :
#2

hello thanks for your info. but before to received your info, everything
was great. i was able to set up the interfaces and resolv files and
retart the networking. it was the first time that i do that with vi !
before i used the network-manager graphical, and for the new version
9.10 both in Ubuntu and Xubuntu this application is not working. so
that's why i configured the files by myself with vi editor. wich i was
pround of myself because vi is not easy!

thanks

Nadia

Appiah a écrit :
> Your question #84910 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/84910
>
> Status: Open => Needs information
>
> Appiah requested for more information:
> post the output of
>
> ifconfig -a
> and
> lspci
>
> try sending ping to the gateway , then the dns
>
>

Revision history for this message
Best Appiah (appiah) said :
#3

Ah great!

Then you should mark this as solved.

Revision history for this message
CyberDark (cyberdark-nadvig) said :
#4

Thanks Appiah, that solved my question.

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#5

Only as supplemental suggestion:

vi editor is not very easy but is powerful

i suggest you as an easy alternative to use "nano" editor

Hope this helps

Revision history for this message
CyberDark (cyberdark-nadvig) said :
#6

ok thanks i will try it soon :-)