LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 05-05-2006, 01:17 PM   #1
allelopath
Member
 
Registered: Jan 2003
Location: New Mexico
Distribution: Ubuntu 18.04.3 LTS
Posts: 539

Rep: Reputation: 30
Installed OpenSuse10 on laptop, no internet


I have installed OpenSuse 10 on an new HP Pavilion laptop.
There are a few problems.
First is that i can't connect to the internet.
I have a DSL connection with a static IP.
I have a home network behind a NAT, so each machine on the network has its own ip, like 192.168.0.*

Yast2 shows that the network card is:
Hewlett-Packard Company RTL-8139/8319C/8139C+

What do I need to do?

Last edited by allelopath; 05-05-2006 at 01:47 PM.
 
Old 05-06-2006, 05:47 AM   #2
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
When you say "behind a NAT", do you mean a Cable/DSL router? If so, it probably provides a DHCP server on the LAN side, and PPoE is taken care of by the router on the WAN side. So you simply need to choose DHCP, and have the IP, netmask, nameserver address assigned to you by the router.

Start YaST2 from the menu, and setup the network interface. You might want to go to the Advanced section, and to enter your hostname in the DHCP advanced options.
That should be all you need to do.
 
Old 05-06-2006, 07:18 AM   #3
laceupboots
Member
 
Registered: Dec 2003
Location: Houston
Distribution: Knoppix,lenova yoga 3, Samsung s6 -android
Posts: 307

Rep: Reputation: 30
I have the same network card with a DSL wireless modem. I had to configure the DSL modem, the network card and the wireless card. Now it works fine. I beleive it's your DSL configuration not your network card that's the problem.

Last edited by laceupboots; 05-06-2006 at 07:20 AM.
 
Old 05-06-2006, 07:53 PM   #4
allelopath
Member
 
Registered: Jan 2003
Location: New Mexico
Distribution: Ubuntu 18.04.3 LTS
Posts: 539

Original Poster
Rep: Reputation: 30
Yes, its a DSL router.

I've done Yast -> Network Services -> DNS and Host Name and entered name server and domain search info.
This is not enough, though, still no connection
 
Old 05-06-2006, 07:57 PM   #5
allelopath
Member
 
Registered: Jan 2003
Location: New Mexico
Distribution: Ubuntu 18.04.3 LTS
Posts: 539

Original Poster
Rep: Reputation: 30
when i do a 'ifconfig' i should see something like this line:
inet addr:192.168.0.101 Bcast:192.168.0.255 Mask:255.255.255.0
but i don't
 
Old 05-06-2006, 08:07 PM   #6
allelopath
Member
 
Registered: Jan 2003
Location: New Mexico
Distribution: Ubuntu 18.04.3 LTS
Posts: 539

Original Poster
Rep: Reputation: 30
Also, did:
Routing Configuration: Default Gateway: 192.168.0.1 (which is the setting on my other machine)
Host Configuration: 192.168.0.101 mylaptopname.myisp.com mylaptopname
 
Old 05-07-2006, 01:10 PM   #7
crazibri
Member
 
Registered: Mar 2004
Location: Orange County, CA
Distribution: OS X, SuSE, RH, Debian, XP
Posts: 377

Rep: Reputation: 31
how about "ping google.com" ?
how about "ping 64.233.167.99" ?

Do you get reponses from both?

If you only get a response from the 2nd one, then its a DNS issue.
 
Old 05-07-2006, 06:23 PM   #8
allelopath
Member
 
Registered: Jan 2003
Location: New Mexico
Distribution: Ubuntu 18.04.3 LTS
Posts: 539

Original Poster
Rep: Reputation: 30
neither works:

#ping www.google.com
ping: unknown host www.google.com
#ping 64.233.167.99
connect: Network is unreachable

What does this mean?
 
Old 05-08-2006, 08:34 AM   #9
muddywaters
Member
 
Registered: May 2005
Location: Winnipeg, Canada
Distribution: mostly mepis
Posts: 427

Rep: Reputation: 30
try
#ifconfig eth0 up
#ping 192.168.0.1
control+c to stop
are the packets lost?
also try with suse firewall off if you are using it
 
Old 05-08-2006, 09:25 AM   #10
allelopath
Member
 
Registered: Jan 2003
Location: New Mexico
Distribution: Ubuntu 18.04.3 LTS
Posts: 539

Original Poster
Rep: Reputation: 30
forget to mention that i had turned the firewall off already. my bad.

#ifconfig eth0 up
#ping 192.168.0.1
connect: Network is unreachable

(no need for ctrl-c to stop)

I don't know how to answer whether packets are lost or not
 
Old 05-08-2006, 12:40 PM   #11
Felpipe
Member
 
Registered: Aug 2005
Posts: 60

Rep: Reputation: 15
Red face

you know? this happened to mee too... in my laptop I have a wireless card and a regular Netwok card so what I did was Unstall the Wireless card and that was it ! now everything works just fine.

on Yast go to Network devices - Network Card
click on ur Wireless card and Dele it.
 
Old 05-08-2006, 08:31 PM   #12
crazibri
Member
 
Registered: Mar 2004
Location: Orange County, CA
Distribution: OS X, SuSE, RH, Debian, XP
Posts: 377

Rep: Reputation: 31
Hmm.
I'd like to request you to paste the output of two commands:

ifconfig
iwconfig

Also, I noticed these guys wherent giving you the ifplugd command for turning on network cards.

You're supposed to type "ifup <device>"

So perhaps for you it is "ifup eth0".

Then check ifconfig for an IP address. I'd still like the output of the two commands above.
Thanks!
 
Old 05-11-2006, 02:38 AM   #13
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
On SuSE, you can use "sudo /sbin/rcnetwork stop <interface>"
"sudo /usr/rcnetwork start <interface>" and "sudo /usr/rcnetwork restart <interface>" to stop/start/restart individual interfaces. I think that if part of the network configuration is in /etc/sysconfig/network/interfaces or another general configuration script, they may be sourced doing it this way.

I would suggest first seeing if you can reach the router before dealing with the modem. Most Cable/DSL modems have web based configuration. If you can reach the router, you can look at the status page for the router. You should be able to tell if the DHCP server on the router is enabled. The WAN interface status will show you if the router itself has an IP address.

Are you setting up your hosts to use static addressing instead of DHCP. If you use DHCP, you don't need to enter the nameserver addresses, or IP address or even the gateway address. DHCP does that for you. If you want to use static addresses, then you can obtain the nameserver (DNS) addresses from the Routers static page.

I would suggest that you supply information on what model of NAT router you are using. Someone may be using the same model with DSL. Which DSL modem you have, may effect how you need to configure router on the WAN side.

Also, entering "sudo /sbin/rcnetwork status" might supply interesting details.

Last edited by jschiwal; 05-12-2006 at 04:42 AM.
 
Old 05-11-2006, 08:33 AM   #14
laceupboots
Member
 
Registered: Dec 2003
Location: Houston
Distribution: Knoppix,lenova yoga 3, Samsung s6 -android
Posts: 307

Rep: Reputation: 30
Try this link
http://forums.suselinuxsupport.de/index.php?
The author of "Suse 10.0 Unleashed" is there.
 
  


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
opensuse10 installation screenshots varun_saa SUSE / openSUSE 5 03-24-2008 06:35 AM
Cannot acsess pop3 or https in openSuSE10.0 dasy2k1 SUSE / openSUSE 5 03-01-2007 06:18 AM
opensuse10 amd64 instalation wont start graphically alek66 SUSE / openSUSE 2 04-12-2006 09:20 AM
IBM Thinkpad t40 sound not workinng on OpenSuse10 meth819 Linux - Hardware 1 11-15-2005 02:48 AM
How do I install nVidia 3D driver on openSUSE10.0? djohnston SUSE / openSUSE 8 11-08-2005 08:58 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

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