internet problem with SUSE prof. 9.1
gibbonsl
Grand Forks AFB
i can't connect to the internet in SUSE linux prof. 9.1
lan card installed useing DHP also tryed using static
still no go
connect via router to a cable modem
any help aperciated
duel boot on the laptop i have
lan card installed useing DHP also tryed using static
still no go
connect via router to a cable modem
any help aperciated
duel boot on the laptop i have
0
Comments
Can you ping google, via it's IP? (216.239.41.99) If you can, you need to set up you computer to use the correct dns server.
it will not run at all
try "locate ifconfig" to make sure it is in /sbin . If it's elsewhere, run it regardless.
Can you ping your router? Also, is this a PCMCIA card or built in?
the lan card is internal and it showes it in hardware settings
i clicket on it and it just sat their and did nothing
waited for a full 2 minuts
I set up things here so my router feeds DHCP and DNS to my Linux box. Thus, I need dnsd and dhcpcd running from box startup. I had to match mask to router mask, and tell SuSE my router's LAN-side IP for both DNS and DHCP-- in fact, I found I could also skip the router LAN-IP for DNS and tell Linux to go directly to the local DNS IPs, and if I wanted to accept a dynamic DNS seek on every web connect almost, I could dispense with dnsd entirely. That got me a connect to web as soon as I restarted the network connect right from within the GUI using SuSE's "system control panel" networking applet-- I never had to do ANY lowlevel editting. If you need PPPoE for a DSL\ADSL connect, this is even more fun to do, but cable broadband with a router in place is pretty easy-- my Linux box thinks it is on a LAN, the router knows where on web to send DNS requests to. SuSE and Mandrake and (RH) Fedora Core 2 all work with about the same setup.
can you ping 216.239.41.99 ?
in console, type "ping 216.239.41.99"
currently running the xp side of the laptop
thanks for the advice will post if it works
from windows or linux?
sorry for the ? i am new at linux
basically, this is just testing whether the problem is with your DNS or elsewhere.
in linux. You should be doing all this in linux.
never mind i just saw the other post
the search that google comes up with don't work eather
(my comments are by #)
#login as root
su
#creates the file if it doesn't exist.
touch /etc/resolv.conf
#updates your dns server
dhclient
"su -"
It will then prompt you for your root password, which you set when installing.
thanks guys for the help:)
currently updating linux this is fun
Boot into windows, open firefox, and export your bookmarks (from the "bookmarks" menu, click "manage bookmarks". Then click file>export. Save it somewhere on your c:\drive, just remember where it is.
Boot into linux, and login as w/e your username is.
become root (use "su -")
make a directory for mounting the drive ( "mkdir /mnt/windows")
assuming your windows partition is ntfs:
determine what partition windows is on ("/sbin/fdisk -l")
you'll get an output like this
Whichever partition says ntfs, remember this.
mount the windows partition ("mount -t ntfs -o ro -o umask=222 /dev/hdc1 /mnt/windows")
Replace /dev/hdc1 with whatever your windows drive is. it will most likely be /dev/hda1. Now, open firefox in linux, go to bookmarks->manage bookmarks->file->import, and browse to /mnt/windows/(whatever directory you saved the file to)
i just copyed the bookmark file from firefox and imported via mozilla
their a windows drive in my computer:
John.