LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 12-11-2005, 04:04 AM   #1
therealkilkenny
LQ Newbie
 
Registered: Oct 2005
Posts: 22

Rep: Reputation: 15
SUSE - Can't get on the Internet


Installed SUSE 10.0 as a dual boot on my computer. Can't get on the internet tho. I don't know anything about Linux and it all seems too confusing.

When i had a version of Knoppix i stuck that in and i was on the internet straight away.

When i look up my hardware (in SUSE - using YAST) it lists my two ethernet ports - all seems to be ok from what i can tell. Is there something i need to do (i had to 'mount' my dvd drive to get it working) what isn't obvious?

Any suggestions?
 
Old 12-11-2005, 04:19 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
maybe the interfaces simply aren't enabled... open a terminal and run "/sbin/ifconfig" does it list an internet IP there on one interface? do you have suitable routes listed when you run "/sbin/route -n".
 
Old 12-11-2005, 11:13 AM   #3
therealkilkenny
LQ Newbie
 
Registered: Oct 2005
Posts: 22

Original Poster
Rep: Reputation: 15
Below is what i got.

linux:~ # /sbin/ifconfig
eth0 Link encap:Ethernet HWaddr 00:118:6A:9C:23
inet6 addr: fe80::211:d8ff:fe6a:9c23/64 Scope:Link
UP BROADCAST NOTRAILERS MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:5 Base address:0xe000

eth1 Link encap:Ethernet HWaddr 00:118:6A:A01
inet addr:82.38.197.164 Bcast:255.255.255.255 Mask:255.255.248.0
inet6 addr: fe80::211:d8ff:fe6a:a0d1/64 Scope:Link
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
RX packets:603 errors:0 dropped:0 overruns:0 frame:0
TX packets:18 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:36500 (35.6 Kb) TX bytes:2112 (2.0 Kb)
Interrupt:3 Memory:d3004000-0

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:32 errors:0 dropped:0 overruns:0 frame:0
TX packets:32 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1922 (1.8 Kb) TX bytes:1922 (1.8 Kb)

linux:~ #


linux:~ # /sbin/route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
82.38.192.0 0.0.0.0 255.255.248.0 U 0 0 0 eth1
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth1
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 82.38.192.1 0.0.0.0 UG 0 0 0 eth1
linux:~ #


I don't understand any of it.
 
Old 12-11-2005, 12:44 PM   #4
lostn1slinux
Member
 
Registered: Nov 2005
Distribution: Suse, Debian, Ubuntu, Mandriva, DSL, Fedora, Redhat Entrerprise
Posts: 113

Rep: Reputation: 15
i recently istalled an extra network card into a machine. to access my dsl i had to specify eth0 to dhcp and eth1 was configured to connect to my other pc
 
Old 12-11-2005, 12:46 PM   #5
blair
LQ Newbie
 
Registered: Apr 2005
Posts: 28

Rep: Reputation: 15
it is common for some distros to enable a network interface when you load it as a live disto, however NOT enable the network interface when you actually do a full install. This is intended as a security precaution. I am not familiar with SUSE but as I recall, the default install is KDE-based. You should be able to go into your main menu and look for system configuration > network > eth0 > enable DHCP, enable auto-start on machine start, etc. and be good to go.
 
Old 12-11-2005, 01:09 PM   #6
Cogar
Senior Member
 
Registered: Oct 2005
Location: It varies, but usually within 100 feet of a keyboard.
Distribution: Fedora 10, Kubuntu 8.04, Puppy 4.1.2, openSUSE 11.2
Posts: 1,126

Rep: Reputation: 52
If SUSE seems to have identified your ethernet ports corrctly, I suspect a DNS error. I had a similar problem with SUSE Linux 10.0 on my machine as well. In my case, the problem arose from the DHCP function overwriting one of the two DNS servers with the gateway IP address. If this is related to your problem, I posted a solution at another forum here:
http://www.abxzone.com/forums/showth...69#post1275169
 
Old 12-11-2005, 01:24 PM   #7
AgentSmilyblade
LQ Newbie
 
Registered: Dec 2005
Posts: 2

Rep: Reputation: 0
I have the same setup and the same distrobution. I had no problems with the ethernet port at all, however with wireless, SUSE needs a bit more maturity. I assume you are running this of of your NAC, correct and not wireless?
 
Old 12-11-2005, 03:07 PM   #8
therealkilkenny
LQ Newbie
 
Registered: Oct 2005
Posts: 22

Original Poster
Rep: Reputation: 15
Hi all,

thanks for the responses.

Running KDE. I have a Motorola Surfboard cable modem to get onto the net (blueyonder). Not wireless. Don't know what NAC is.

Thanks
 
Old 12-11-2005, 03:19 PM   #9
therealkilkenny
LQ Newbie
 
Registered: Oct 2005
Posts: 22

Original Poster
Rep: Reputation: 15
Cogar!!!

You are a genius!! I am writing this from Suse. Horay!!

Thanks for all your help. I hope to wean myself off windows.

Thanks.
 
Old 12-12-2005, 10:50 AM   #10
Cogar
Senior Member
 
Registered: Oct 2005
Location: It varies, but usually within 100 feet of a keyboard.
Distribution: Fedora 10, Kubuntu 8.04, Puppy 4.1.2, openSUSE 11.2
Posts: 1,126

Rep: Reputation: 52
Thank you, therealkilkenny. I hope you enjoy running SUSE.
 
  


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
Suse 10 Internet batorma Linux - Newbie 3 11-30-2005 08:13 PM
Internet-SuSE afollmer Linux - Newbie 1 11-01-2005 08:02 AM
Internet in Suse 9.0 Need Help! Tobizzle Linux - Networking 0 04-14-2004 01:37 PM
Internet in SuSE 8.2 cowboy_ein Linux - Hardware 8 06-07-2003 02:12 AM
Suse 8.2=no internet now..help!! sachaos Linux - Networking 2 06-04-2003 11:02 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:26 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