Announcement

Collapse
No announcement yet.

how to setup static ip in kde4

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    how to setup static ip in kde4

    I used to setup static ip, gateway and dns sever at network setup in kde3, but now kde4 has no these options any more? Does anyone know how should I setup under kde4? Thanks a lot.

    #2
    Re: how to setup static ip in kde4

    Hi, i am new in kubuntu too..
    If i'm not make a mistake, you can set static ip to your ethernet interface from terminal with the command ifconfig.
    Open a new terminal
    and type for example
    ifconfig eth0 192.168.0.1 netmask 255.255.255.0 broadcast 192.168.0.255

    also you can change your ip with change the file /etc/network/interfaces but i'am remember now how to.. google it..

    For Dns you can change the file /etc/resolv.conf and set
    nameserver "Ip_of_your_DNS"


    I hope to help you else wait for more experts for me to answer you.



    Comment

    Working...
    X