PDA

View Full Version : linux ubuntu server no internet connection



Jo-Jo
16th January, 2012, 03:30 PM
it seems i have no internet connection on a newly installed version of linux ubuntu 10.04 server i have tried with dhcp and static ip address but struggling to get a connection and suggestions would be great thankyou

soheilgh
16th January, 2012, 03:40 PM
open the terminal and try this commands and paste in dpaste ;)
ifconfig
route -n

TheCoder
16th January, 2012, 11:28 PM
Depending on exactly what you've tried to install you may have to manually edit various network configuartion files so that the ethernet connection is enabled and configured at powerup.

If you've tried to install a minimal server environment then chances are the network is disabled by default (a lot of linux distributions do this deliberately so you dont put unconfigured machines directly onto the internet).

Its also possible the network is up but the firewall is set to a very restrictive mode.

s0lid
18th January, 2012, 06:17 AM
execute ifconfig -a and route -n and paste your result