linux ubuntu server no internet connection

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jo-Jo
    DK Veteran
    • Jul 2009
    • 511

    #1

    linux ubuntu server no internet connection

    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
    Member
    • May 2010
    • 68

    #2
    open the terminal and try this commands and paste in dpaste
    ifconfig
    route -n

    Comment

    • TheCoder
      DK Veteran
      • Jun 2011
      • 693

      #3
      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.
      Last edited by TheCoder; 16 January, 2012, 23:31.

      Comment

      • s0lid
        Junior Member
        • Nov 2011
        • 21

        #4
        execute ifconfig -a and route -n and paste your result

        Comment

        Working...