Is there a way to make both wifi and ethernet cable both working? let's say I have 2 applications.
I like to have application 1 to use eth0 or ethernet connection. and application 2 to use wlan0 or wifi.
have a look on /etc/network/interfaceslilzz wrote:Is there a way to make both wifi and ethernet cable both working? let's say I have 2 applications.
I like to have application 1 to use eth0 or ethernet connection. and application 2 to use wlan0 or wifi.
+1000Joe Schmoe wrote:Are you saying that your wifi left you - and now you're all alone?
Anyway, yes, something called "ifplugd" is the villain here. I don't understand what the point of ifplugd is. When would you ever want it? Can someone explain it to me?
Code: Select all
update-rc networking disableIf I understand what you are saying correctly, then I believe the opposite is true.pifordummies wrote:I think the prevention of joining two networks at the same time is a security thing. Joining two networks could create a bridge between them, functioning as a router. Can be used to subvert someone's network security.
This is prevented by disabling routing between the two adapters; hopefully this would be the default.
This would also not be an issue when both adapters are connecting to the same network.

There is a little daemon which runs in the background called ifplugd, its designed to give you that laptop like behaviour where you default to Ethernet if a cable is plugged in. If you want to use wlan0 and eth0 at the same time this daemon will annoy the hell out of you. Best option is to just remove it.lilzz wrote:Is there a way to make both wifi and ethernet cable both working? let's say I have 2 applications.
I like to have application 1 to use eth0 or ethernet connection. and application 2 to use wlan0 or wifi.
Code: Select all
sudo apt-get remove ifplugd
How do you connect an ethernet cable to a wifi signal?3corey2 wrote:i suggest connecting the ethernet cable to one wifi signal (assuming you have several) and then go specifically into your dongle settings and tell it to connect to a different wifi signal. im not entirely sure what your saying here so iiii![]()
hope this helps
--------
Very carefully…How do you connect an ethernet cable to a wifi signal?
FTFYDavespice wrote:There is a littlelilzz wrote:Is there a way to make both wifi and ethernet cable both working? let's say I have 2 applications.
I like to have application 1 to use eth0 or ethernet connection. and application 2 to use wlan0 or wifi.daemondemon which runs in the background called ifplugd, its designed to give you that laptop like behaviour where you default to Ethernet if a cable is plugged in. If you want to use wlan0 and eth0 at the same time thisdaemondemon will annoy the hell out of you. Best option is to just remove it.Code: Select all
sudo apt-get remove ifplugd