• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

setting up ubuntu internet connection

OBLAMA2009

Diamond Member
are you able to connect to the internet when using the live cd?

if i have a static ip address how do i configure ubuntu to connect to the internet that way?
 
If you want to do it command line style
ifconfig eth0 192.168.1.2 netmask 255.255.255.0 up
and then
route add default gw 192.168.1.1

Obviously substitute in your IP address for 192.168.1.2, put the correct netmask in, and substute in your gateway for 192.168.1.1

Ubuntu also has a GUI tool to make those settings. It's in one the menus under Networking, fairly simple to use.
 
I'd be surprised if you actually have to set up a static ip address to connect to the internet. Even modems ship with a dhcp server these days. Try giving us more info like who you use for your isp and if you have any routers in between your computer and modem.
 
thanks everyone i got it going and am using it to post this. apparently you have to unclick and then reclick click the "wired connection" after you enter your info. i have a further question. i realize that i am using the live cd and for that reason it will be slower but when you install on the hard drive does it become as "snappy".as windows? the scroll bars on mozilla are sort of slow and im wondering if things like that are better on a real installation.

overall i think it is pretty cool. for someone like me who doesnt play games and just users the internet you could actually ditch windows, esp with mozilla 3. can you tell me how stable ubuntu is long term?
 
It should feel quicker than windows if the hardware is the same. The memory footprint is quite small on firefox in linux compared to windows (looking at you java). Flash is still a smidge sketchy at times though
 
christo would you say that linux itself is stable though? when i installed suse like 10 years ago it crashed alot and eventually wouldnt boot which is why i havent retried until now
 
Linux is very stable. In my experience (and that of most Linux people), it is far more stable than Windows, though Ubuntu has recently been receiving a bit of negativity due to it having some stability issues, a bit more than other distros. But if the LiveCD is behaving, then you shouldn't have problems. While I dont use Ubuntu, it is a good place to start if you are learning Linux.
 
christo would you say that linux itself is stable though?

Linux is a very broad term, so it depends on what aspect you're talking about. Some software is better than others, just like in the Windows world.
 
Ubuntu has been very stable for me. It causes my computer to suck more power (verified with KillaWatt) though.

It's much better after you install it on the drive. I install flash from the adobe website and it's much better. No crashes with anything.
 
Back
Top