Results 1 to 5 of 5

Thread: How to configure Static IP in Ubuntu 8.10?

  1. #1
    Join Date
    Jan 2009
    Posts
    10

    How to configure Static IP in Ubuntu 8.10?

    I use network manager app in ubuntu 8.04 to set a static IP. But in ubuntu 8.10, network manager doesn't seem to work. I some how configured static IP, subnet and gateway but it still takes the DHCP settings.
    Help me guys!

  2. #2
    Dr. V Guest

    Re: How to configure Static IP in Ubuntu 8.10?

    Add the following lines to "/etc/networking/interfaces" file as shown below:

    Code:
    auto lo
    iface lo inet loopback
    
    auto eth0
    iface eth0 inet static
    address 192.168.0.100
    netmask 255.255.255.0
    gateway 192.168.0.1
    Then either reboot your computer or type the following in terminal window[command line window of linux] :
    Code:
    sudo /etc/init.d/networking restart
    This might work for you...

  3. #3
    Join Date
    Jan 2009
    Posts
    10

    Re: How to configure Static IP in Ubuntu 8.10?

    Hey thanks! that worked but there is one more problem.
    when i type "ipconfig" it shows that those settings are in place but DNS doesn't seem to be working! Any advice for fixing this?

  4. #4
    Dr. V Guest

    ThumbsUp Re: How to configure Static IP in Ubuntu 8.10?

    Just put IP of DNS servers in "/etc/resolv.conf " file. this will surely solve your problem...! All the best!

  5. #5
    Join Date
    Jan 2009
    Posts
    10

    ThumbsUp Re: How to configure Static IP in Ubuntu 8.10?

    Hey! that worked too... thanks a lot man! finally i can surf the net from my computer! thanks again!

Similar Threads

  1. Configure static IP address for connecting Netgear WNCE2001
    By Dvimida in forum Networking & Security
    Replies: 3
    Last Post: 19-10-2011, 10:57 PM
  2. Configure a static IP address in Windows Vista
    By Chainmaw in forum Networking & Security
    Replies: 4
    Last Post: 22-01-2010, 07:03 AM
  3. Set Static IP In Ubuntu 9.10
    By REDBULL in forum Networking & Security
    Replies: 6
    Last Post: 10-01-2010, 03:36 PM
  4. Configure Static IP address from ComCast on router
    By Wyvern in forum Networking & Security
    Replies: 3
    Last Post: 08-08-2009, 01:08 PM
  5. How to configure a static route on packet tracer
    By Raffaele in forum Networking & Security
    Replies: 3
    Last Post: 01-08-2009, 07:51 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,716,628,340.74374 seconds with 17 queries