Question:

How do I setup my network on Kubuntu?

by  |  earlier

0 LIKES UnLike

I just downloaded the ISO some hours ago, and partitioned it on my hard drive. I am using an ethernet card on a LAN on my windows 2000 partition. I want to be able to get on the internet from the Kubuntu partition.

 Tags:

   Report

2 ANSWERS


  1. Ethernet should really "just work"

    check your /etc/network/interfaces file: it should look something like this:

    #eth0 main

    auto eth0

    iface eth0 inet dhcp

    #wlan0 wireless (if you have one)

    auto wlan0

    iface wlan0 inet dhcp

    *******

    Make sure you don;t have any stray "#'s" commenting out your main configurations.

    if everything is h****y dory in the /etc/network/interfaces file, hit it with

    sudo /etc/init.d/networking restart

    you should be up in no time.

    ********

    I highly recommend signing up for an account at ubuntuforums.org Those guys have all the answers.


  2. like this.

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.