Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Knoppix/Debian/KDE question

  • 10-02-2004 1:28am
    #1
    Closed Accounts Posts: 189 ✭✭


    I've installed knoppix on my hard drive which is a debian/kde system. How do u enable DHCP and also change your ip address, I can't find where to do it and the knoppix.net site is down I think.


Comments

  • Technology & Internet Moderators Posts: 28,830 Mod ✭✭✭✭oscarBravo


    /etc/network/interfaces

    To use DHCP, you should have a line like:

    iface eth0 inet dhcp

    To use a static address:

    iface eth0 inet static
    address 192.168.0.1
    (or whatever)
    netmask 255.255.255.0

    See man interfaces for more information.


  • Closed Accounts Posts: 189 ✭✭Calman


    What's a man interface and where do I find them?


  • Registered Users, Registered Users 2 Posts: 3,078 ✭✭✭fenris


    DHCP is enabled by default on Knoppix, so if you are using it there is no point in manually changing you IP address !

    just type "man" followed by whatever you want to find out about, e.g. "man ifconfig" or "man route"

    use space to page down and q to quit

    http://www.tldp.org/
    For all of your linux documantation needs !

    Also try
    http://www.linux.ie
    to find some locals !


  • Moderators, Recreation & Hobbies Moderators, Science, Health & Environment Moderators, Technology & Internet Moderators Posts: 93,581 Mod ✭✭✭✭Capt'n Midnight


    what can be helpful is to open a few consoles in the GUI - you can then look up help without having to crtl-alt-F5 back and forth.

    Thought DHCP was default on bootup.


Advertisement