LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 10-07-2004, 05:59 PM   #1
Dunge
LQ Newbie
 
Registered: Oct 2004
Posts: 4

Rep: Reputation: 0
Can't connect to the internet


I installed Mandrake10 from school, internet was perfect.
I bring my HD home and boot, it detect a new network card (onboard SiS900), start up the configuration tool, I setup my ADSL connection with user/pass on PPPoE and all but when it try to connect to internet it jst won't work, can't start eth0.

I have a HUB, but I tried without having it plugged and it still don't work so I guess it's not the problem. My modem is a Westell WireSpeed (no-name but it work). Everything work great under windows.

If I do lsmod the Sis900 module appear in the list
If I do ifconfig I get this:

eth0 Lien encap:Ethernet HWaddr 00:0C:6E:58:B0:51
inet adr:192.167.0.1 Bcast:192.167.0.255 Masque:255.255.255.0
adr inet6: fe80::20c:6eff:fe58:b051/64 Scope:Lien
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:27 errors:0 dropped:0 overruns:0 frame:0
TX packets:14 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1000
RX bytes:5856 (5.7 Kb) TX bytes:728 (728.0 b)
Interruption:3 Adresse de base:0x9800

lo Lien encap:Boucle locale
inet adr:127.0.0.1 Masque:255.0.0.0
adr inet6: ::1/128 Scope:Hôte
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:244 errors:0 dropped:0 overruns:0 frame:0
TX packets:244 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:0
RX bytes:17135 (16.7 Kb) TX bytes:17135 (16.7 Kb)

but I don't really understand what it may mean.

I tried to ping 192.167.0.1 (myselft I think) and it work,.. any random ip don't.

Anyone can give me any other things I may check/try?

BTW: I don't know if you guys know but the majority of linux IRC channels are filled with people who are really selfish, don't help and think they are better than everyone but they don't really know much, kinda a bad image for the linux communauty!
 
Old 10-07-2004, 08:30 PM   #2
Lenin.Jello
Member
 
Registered: Sep 2004
Location: Pittsburgh, Pa
Distribution: Gentoo
Posts: 53

Rep: Reputation: 15
yeah i know what you mean, the irc linux people are jerks... but here we help as much as possible . let me guess, you asked them and they told you to read the manual or look online... yeah its happened to all the newbs . ok the inet ip is your ip and the bcast is the broadcast ip, masque is the subnet mask... im not sure what the problem is. when you have your router plugged in, whats the ip of the router?

try ping google.com
 
Old 10-07-2004, 08:37 PM   #3
Dunge
LQ Newbie
 
Registered: Oct 2004
Posts: 4

Original Poster
Rep: Reputation: 0
I said I don't have a routeur I have a HUB... and I really don't know what it's IP might be,.. can be anything? :P
And I said pinging any internet IP (google too) don't work
 
Old 10-07-2004, 08:44 PM   #4
Lenin.Jello
Member
 
Registered: Sep 2004
Location: Pittsburgh, Pa
Distribution: Gentoo
Posts: 53

Rep: Reputation: 15
well theres some problem with the set ip values, you need to change them to suit the internet at your home, the reason everything worked great in windows is that windows will auto configure your ip addresses, find those and them just enterthem as yours in linux. that should do it

to change your ip address:

Code:
sbin/ifconfig eth0 inet new.ip.address netmask 255.255.255.0
if you need to change the dns addresses see this post http://www.linuxquestions.org/questi...hreadid=235789

Last edited by Lenin.Jello; 10-07-2004 at 08:47 PM.
 
Old 10-08-2004, 11:59 PM   #5
Dunge
LQ Newbie
 
Registered: Oct 2004
Posts: 4

Original Poster
Rep: Reputation: 0
Which IP should as specify as the new?? I tried the one I have when using windows, it change the data in ifconfig but when I try to connect by the interface it wont work... When I try to recreate a new internet connection it remove the ip I specified with your command fron ifconfig.

In the Principal DNS Server it automaticly write 199.202.105.108... is this ok?

oh and when I shutdown, there is a line with "pppd no process killed ERROR", what is pppd does it have a link with my problem?
 
Old 10-09-2004, 02:58 PM   #6
mermxx
Member
 
Registered: Apr 2004
Location: Wales
Distribution: rh9, winxp
Posts: 411

Rep: Reputation: 30
you are using a hub and which pc distro has the internet connection is it a windoze machine u r connecting to or has the linux machine got the direct internet connection?
 
Old 10-11-2004, 01:36 PM   #7
carfxr
LQ Newbie
 
Registered: Mar 2004
Location: Crest Hill, Il
Distribution: Slack 10, Xandros 2.4
Posts: 5

Rep: Reputation: 0
I had the same issue with my system untill I read a post that sugested opening a terminal window and typing, dhcpcd
It worked for me, I hope it works for you also.
Good luck: Ken
 
Old 10-11-2004, 03:22 PM   #8
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,702

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
On the PCs I've setup for DSL you do not want eth0 starting prior to pppoe starting. So try this:
ifdown eth0
adsl-start
if successful you will see a ppp0 connection. (output of ifconfig).

The error on shutdown is caused by the OS attempting to shutdown pppd but it isn't running.

Mandrake Control Center should (not always) be able to configure an ADSL internet connection.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
When i connect on the internet I want root not to access the internet !! skouket Linux - Security 12 07-10-2005 12:17 PM
Messed up my Internet Settings (can't connect to the internet) Almazick Linux - Wireless Networking 0 09-07-2004 06:23 PM
can't connect to the internet:linux dont read my internet address droplsh Linux - General 1 02-29-2004 07:32 PM
Can connect broadband but can't connect Internet satimis Linux - Networking 4 01-31-2004 07:58 PM
Can't connect to Internet Galphar Linux - Newbie 13 08-24-2003 03:14 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 06:23 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration