Results 1 to 10 of 31
Hi, I need help with my internet connection on SuSE 10.0.... I didn't see this part of the forum, and I already posted in another so here's the link if ...
- 11-28-2005 #1Just Joined!
- Join Date
- Nov 2005
- Posts
- 22
Internet Configuration
Hi, I need help with my internet connection on SuSE 10.0.... I didn't see this part of the forum, and I already posted in another so here's the link if you could please help me.
http://new.linuxforums.org/forum/topic-61730.html
- 11-28-2005 #2Linux Newbie
- Join Date
- Aug 2005
- Location
- South India, 79 E 11 N
- Posts
- 109
suse 10.
most probably during installation it has been done.
try to browse. (i guess you ahve already)
if you used firefox and did not get through try konqueror
if ok then you need to alter the IVp6 setting in firefox.search this forum for the method.
if you dont get through with both, open yast control center (you need root pw) and click on network devices and go through the wizard.
that should set up the modem for you.
tvBe happy. Life is too short to be unhappy!
- 11-28-2005 #3Just Joined!
- Join Date
- Nov 2005
- Posts
- 22
I've done that. My main problems are I don't understand what to enter in some of the fields in YaST2 for a lot of the settings. In DHCP where am I supposed to enter my DHCP Server Address, rather than my regular IP Address? When things ask for a Domain name and server, what do I put there? Are there any any places where I need to enter my 3 DNS Server addresses?
Hopefully those more in-depth questions help. Please help, it would be greatly appreciated!
- 11-28-2005 #4Linux Newbie
- Join Date
- Aug 2005
- Location
- South India, 79 E 11 N
- Posts
- 109
in the case of DHCP you need not enter any value.
Originally Posted by LoserDude27
if you had been browsing from windows it has been done already.
the modem has the values.
just enable dhcp and start browsing.
if your service provider has given you documetns in staed look at them and the details you need will be there.
these things differ from place to place and service to service.
can't help you there.
yast assumes your pc has a domain.
you see the name when you open a terminal.
usually a imaginary one.
not important.
let us know if you have already tried to browse and what is the result.
it is important that the modem is switched on when the operating system starts.
tvBe happy. Life is too short to be unhappy!
- 11-28-2005 #5Just Joined!
- Join Date
- Nov 2005
- Posts
- 22
Ok, if all I need to do is just "enable" DHCP, how can I get it to just "enabled"? Under Network Services in YaST, it has me type in my DHCP Server Address, and in another spot there is First IP Address and Last IP Address.... If I erase any of these, it won't let me continue without entering something. Just recently, I've discovered another problem. After I click the finish button, it goes through its steps and when it tries to start DHCP, it says something like "Unable to start DHCP. Do you want to re-enter your settings?".
I'm not trying to be doubtful, I'm just a newbie to Linux and most of the IP configuration stuff. I most likely just overlooked a simple button that said "Enable DHCP" or something.
Yes, I have tried browsing. I always get the same response: in Konquer (or whatever), I get Unknown Domain Host (I think). I get a similar response in Firefox. I used to use Firefox on Windows, so I know it's the error message that you get when you aren't connected.
I always have my cable modem plugged in. When necessary, I will unplug it and plug it back in while my computer is shut down. This was recommended to me by my ISP, Charter Communications, when I was having trouble with my internet connections on Windows. Ever since there has been a problem with Linux connecting, it has been working on Windows, so this isn't a hardware issue.
- 11-28-2005 #6Linux Engineer
- Join Date
- Oct 2004
- Location
- Vancouver
- Posts
- 1,366
try "ifconfig eth0" and then "dhcpcd eth0" from the cli, then "ping -c 3 www.google.com", tell us what response you get...must be run as root.
Operating System: GNU Emacs
- 11-28-2005 #7Just Joined!
- Join Date
- Nov 2005
- Posts
- 22
One question... How do I log in as root? Like I said, I'm very new to this. I don't understand anything about terminal yet either. When I log in, I'm logged in as Adam (my name). I know my root password because I need to type that in every single time I start a YaST module.
- 11-28-2005 #8
Just open a command line terminal and type,
That will make you root.Code:su - <your root password>
Registered Linux user #388328 || Registered LFS user #15880
AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
Need instant help? Try us on IRC -- #linuxforums on freenode
- 11-28-2005 #9Just Joined!
- Join Date
- Nov 2005
- Posts
- 22
Thank you, Smolloy.
This is what I got:
After that, I typed in dhcpcd eth0, pressed enter and it just hung there, so I had to open a new shell. I then logged in as root and did ping -c 3 www.google.com:Code:linux: /home/adam # ifconfig eth0 eth0 Link encap:Ethernet HWaddr 00:40:2B:6B:65:A3 inet6 addr: fe80::240:2bff:fe6b:65a3/64 Scope:Link UP BROADCAST NOTRAILERS MULTICAST MTU: 1500 Metric:1 RX packets:0 errors:0 dropped:0 overrun:0 frame:0 TX packets:0 errors:0 dropped:0 overrun:0 frame:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) Interrupt:9 Base address 0xe000
That's the same thing it says when I try to connect to any site using Konqueror.Code:linux:/home/adam # ping -c 3 www.google.com ping:unknown host www.google.com
- 11-28-2005 #10Linux Engineer
- Join Date
- Oct 2004
- Location
- Vancouver
- Posts
- 1,366
That's ok, sometimes dhcp can log up...ok, you eth0 is not connected properly you should have two paragraphs and not one, you have the "eth0" one but not the "lo" one so try this
Originally Posted by LoserDude27
And if it works properly do this to make sure both eth0 and lo are returnedCode:ifconfig eth0 up
if you get both paragraphs returned, eth0 and lo, then run the dhcp startupCode:ifconfig eth0
Code:dhcpcd eth0
Operating System: GNU Emacs


Reply With Quote