Find the answer to your Linux question:
Results 1 to 5 of 5
fresh and new to Linux, a silly question on how/where to set new ip in Debian Linux 2.6 I edit the file /etc/network/interfaces ifconfig eth0 down ifconfig eth0 up looked ...
  1. #1
    Just Joined!
    Join Date
    Dec 2006
    Posts
    2

    setting new IP

    fresh and new to Linux, a silly question on
    how/where to set new ip in Debian Linux 2.6

    I edit the file /etc/network/interfaces
    ifconfig eth0 down
    ifconfig eth0 up

    looked like it work, but can't seem to ping the gateway.

    Any help is appreciated.

  2. #2
    Linux Newbie
    Join Date
    Aug 2006
    Posts
    107
    That should do it. Can you give us more details about what you did and what kind of network settings you have.

  3. #3
    Linux User
    Join Date
    Feb 2006
    Posts
    484
    static or dynamic ip
    from gui : Application->System tools -> network

    and please post you /etc/network/interfaces file

    1 more thing
    did you add the dns servers to your resolv.conf?

  4. #4
    Just Joined!
    Join Date
    Dec 2006
    Posts
    2
    You guys are great. Thanks a lot. I got the server online.
    Next silly question, how do I bringup GUI, if not installed.

  5. #5
    Linux User
    Join Date
    Feb 2006
    Posts
    484
    install it?
    install the x window system and a window manager

    for x
    apt-get install x-window-system
    for gnome
    apt-get install gnome

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •