Trouble connecting to internet


 
Thread Tools Search this Thread
Operating Systems Linux Trouble connecting to internet
# 1  
Old 03-02-2009
Trouble connecting to internet

I am having trouble connecting to the internet.

Details:
OpenSuse 11.1, Cable Modem, connected to Linksys Wireless N Router, hard line from router to ethernet port on my computer.

I checked network settings in YAST2, my ethernet is showing not connected. I have it set to start at boot, and when I look at /var/log/messages after boot, I see an error that says "eth0: no Ipv6 routers present"
# 2  
Old 03-03-2009
You are more than likely using IPv4 not v6 so that should not be an issue. Do you have "connect at boot" selected in YaST? in /etc/sysconfig/network/, do you have any files with "eth" in them? Can you list them?

something like this would be needed:

DEVICE=eth0
ONBOOT=yes
BOOTPROTO=dhcp

Last edited by mark54g; 03-03-2009 at 02:37 PM..
# 3  
Old 03-06-2009
Quote:
Originally Posted by mark54g
You are more than likely using IPv4 not v6 so that should not be an issue. Do you have "connect at boot" selected in YaST? in /etc/sysconfig/network/, do you have any files with "eth" in them? Can you list them?

something like this would be needed:

DEVICE=eth0
ONBOOT=yes
BOOTPROTO=dhcp
I have "connect at boot" in my network settings in YAST

I do have a ifcfg-eth0 file in /etc/sysconfig/network/

The entries for that file didnt have
DEVICE=eth0
ONBOOT=yes

I added those entries, rebooted, still not seeing eth0 connected in Network settings
# 4  
Old 03-06-2009
If you are using DHCP then you need to add the following also:
Code:
BOOTPROTO=dhcp

# 5  
Old 03-09-2009
where did you get that file? ifcfg-eth0 is a redhat style config and opensuse usually puts the MAC address string in the eth file. Have you tried removing and reconfiguring your network device?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Ubuntu

Trouble Connecting to Wi-Fi Via GUI

Note: I originally posted this question on unix.stackexchange.com. But as my question was down-voted within an hour of asking, I came to the conclusion that perhaps I need to quit attempting to get help on StackExchange or that my inquiry is simply moronic. If anyone feels that my question is not... (7 Replies)
Discussion started by: AntumDeluge
7 Replies

2. SCO

Connecting to the internet

Hi, I have a router, 192.168.1.1, and an internet router, 10.0.0.138. I have connected the server to the 1st router and assigned it a IP address of 192.168.1.1. I can ping both routers successfully but I have no access to internet. Any suggestions? sco5.0.7 (11 Replies)
Discussion started by: juan.navarrete
11 Replies

3. UNIX for Advanced & Expert Users

Trouble connecting to FTP proxy server

Hi Guys, I have trouble connecting to ftp server. My task is to connect to the proxy server and get the latest file to the local machine. It works fine when i do the same steps manually. I've been trying to do it in multiple ways but im just not able to connect. When i check the log, this is what... (4 Replies)
Discussion started by: stunnerz_84
4 Replies

4. Solaris

connecting to internet from solaris 10

hi there, hope your chakras are all doing well :-) just installed solaris 10 on my laptop, all seems fine except the internet. How can i connect on a DSL line?. spent 7 days and 3 nights trying but couldnt find the starting point.... alikun (22 Replies)
Discussion started by: alikun
22 Replies

5. UNIX for Dummies Questions & Answers

Connecting to the Internet

I have just installed Linux and everything looks great, but how do I get my browser (Mozilla) to connect to my internet service provider? I have a cable connection to Bigpond in Australia, if that means anything - the ISP will not provide support for Linux. Your help would be greatly... (2 Replies)
Discussion started by: openhead
2 Replies

6. Linux

connecting to INTERNET

Hi, I can ping www.yahoo.com (then domain name server is OK) but I can not navigate by Motzila to www.yahoo.com or any other Web Site. What can be the problem ? Mozila is configured in preference /advance to go automaticaly on WEB. We are under RED HAT AS3. What should I check ? Many thanks... (1 Reply)
Discussion started by: big123456
1 Replies

7. UNIX for Dummies Questions & Answers

Need help connecting to the internet with solaris10

I am using solaris 10 with pentium 3. I have two network cards but none of them come up when i run <ifconfig -a> in command line. The two cards I have are : Linksys LNE 100TX and Netgear FA311. Does solaris 10 support these NICs or do I have to dowload the drivers for them. If so, can anyone... (1 Reply)
Discussion started by: fidjouss
1 Replies

8. UNIX for Dummies Questions & Answers

Connecting to the Internet

Hi all, Is it possible (as I only have dial-up) to utilise my existing WinXP PC as a gateway to the internet for my 2nd PC (RH 8.0)?? .So connect with XP and have RH use a network connection (I guess) through the XP box and to the internet. If so, could I please have some links thrown my... (1 Reply)
Discussion started by: Cameron
1 Replies

9. UNIX for Dummies Questions & Answers

Connecting to the Internet

Im on XP now but when im on linux how do I connect to the internet? I don't think AOL works with it but are there any free programs that I can use with it? (8 Replies)
Discussion started by: NoPepsiForYou
8 Replies

10. IP Networking

connecting to internet

I have installed Solaris 8.0 and want to find out how can I go in and change my network setup and external IP setup. At the moment system running but I can not connect to the internet. But my lan card shows that I am on the network. I also get some advice that I should check the $Socks but how do I... (1 Reply)
Discussion started by: Cdrive
1 Replies
Login or Register to Ask a Question