Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
How do i set up my dsl on suse 8.0? when i run ifconfig, all i see is lo and not eth0. How do i set this up. By the way, my system is on a dual boot and i have acess to the internet on windows. How can i get it on linux?
Summary: Hi- First off, I'm a total Linux LLAMA. I have installed and uninstalled various versions several times, just trying to learn a bit. I'm currently running a dual boot system with WinDOZE ME and RedHa...
Summary: To set a static IP: # ifconfig eth0 192.168.0.1 broadcast 192.168.0.255 netmask 255.255.255.0 Assuming that you are on a class C network. To set up a gateway: # route add -net default gw 192.16...
Summary: well, all it is showing is your loopback address. try an 'ifcofig -a' and see if it shows you a real ip. it should honestly work correct if you didnt get any errors while setting up dhcp in 'netconf...