Results 1 to 5 of 5

Thread: Connecting with two network interfaces ?

  1. #1
    Join Date
    Mar 2008
    Beans
    3

    Connecting with two network interfaces ?

    hi all

    I have searched google but no luck

    I want to connecting using wireless card (wlan0) and using ethernet at the same time (eth0) at the same time
    NOTE: there are two different connections (networks)

    my network manager is wcid , it only connects ether wireless or ethernet not both

    I want to have two IPs at the same time

    wlan0 should connects to AP and eth0 connects to ethernet my home router

    I want this because with the ethernet I run vnc server and I open vncviewer with windows computer to control it and with other network I want to do some stuff ...etc not to mention


    thanks

  2. #2
    Join Date
    Mar 2008
    Beans
    3

    Re: Connecting with two network interfaces ?

    up ??

  3. #3
    Join Date
    Jan 2006
    Location
    Not heaven... Iowa
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Connecting with two network interfaces ?

    I haven't used wicd (or kubuntu, for that matter), so I'm not sure how well it plays with /etc/network/interfaces.
    You can try editing it:
    Code:
    auto lo
    iface lo inet loopback
    
    auto eth0
    iface eth0 inet dhcp
    Remember to restart/reboot.
    Linux User #415691 Ubuntu User #8629
    Iowa Team (LoCo): [Wiki] [Launchpad]
    IRC channel: #ubuntu-us-ia on irc.freenode.net

  4. #4
    Join Date
    Mar 2008
    Beans
    3

    Re: Connecting with two network interfaces ?

    tnanks

    but no much help

    these two lines already there

    any ideas ?

  5. #5
    Join Date
    Jan 2006
    Location
    Not heaven... Iowa
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Connecting with two network interfaces ?

    What are results of ifconfig -a afterwards?
    Linux User #415691 Ubuntu User #8629
    Iowa Team (LoCo): [Wiki] [Launchpad]
    IRC channel: #ubuntu-us-ia on irc.freenode.net

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
  •