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
Re: Connecting with two network interfaces ?
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.
Re: Connecting with two network interfaces ?
tnanks
but no much help
these two lines already there
any ideas ?
Re: Connecting with two network interfaces ?
What are results of ifconfig -a afterwards?