![]() |
Tink,
you are the Man. This is what I get when I type in your command - root 7167 7123 0 15:57 pts/0 00:00:00 /bin/grep -E (dh|pump) and when I try to access "http://64.179.4.146" I get the return "www.linuxquestions.org could not be found. Please check the name and try again." What should that tell me? |
That means that the entire network set-up isn't quite right. :}
For some reason you're getting reverse lookups but not the normal ones which is quite bizarre. The output of the grep tells us that all it found is the grep itself, in other words no dhcp-client I know of is running, that is no pump, no dhclient, no dhcpcd ... I'd suggest checking out YaST2's packages and installing one of the those (my personal preference if you get all of those would be dhcpcd). Cheers, Tink |
You can check with the command "rpm -q dhcpcd" to see if you have the dhcp client installed.
Also, run through the "yast2" setup again. It should have installed the dhcp client for you and opened a port for it in the firewall. Be sure you select "dhcp". The dialogs changed with SuSE10.3. It may in one of the advanced selections on the bottom of the dialog. You could also manually edit the /etc/sysconfig/dhcp file changing a line: Code:
## Type: yesno /etc/sysconfig/ifcfg-wlan0: Code:
... |
jschiwal,
dude, thanks for the help! When I type the command 'rpm -q dhcpcd' I get the return 'dhcpcd-1.3.22p14-20' Does this mean that I'm running the package dhcpcd? I guess, since when I tried to search for the package from the installation disk there was an icon indicating that it was currently installed. I also tried to edit the sysconfig/dhcp file by 'cd /etc' then 'more /sysconfig/dhcp' but was told 'no such file or directory' What should this tell me? I didn't try your /etc/sysconfig/ifcfg-wlan0 because the other file didn't exist, is that correct? |
Yes, it is installed.
From your previous post: Code:
rausb0 Link encap:Ethernet HWaddr 00:0C:41:69:FD:5A Try the command: "cat /etc/resolve.conf". If you get a permission denied error, there is something wrong with the permissions on this file. Code:
ls -l /etc/resolv.conf Also post the contents of /etc/nsswitch.conf. It is the host: line thay you want to check. Does it contain "dns" on the right hand side of the colon? |
Here's what I got's, yo! for the command cat /etc/resolv.conf I'm told "no such file or directory"
when I type in /etc/nsswitch.conf "permission denied" and when I cd /etc then more /nsswitch.conf "no such file or directory" did I fuck this up? |
Only entering the commands ...
You can't run it (/etc/nsswitch.conf) ... and when you cd /etc and then cat /nsswitch.conf it looks for it in the wrong place (your systems root file systems rather than in /etc). Cheers, Tink |
All times are GMT -5. The time now is 12:57 AM. |