Direct Ethernet connection to a mac
|
24th Mar, 2014, 10:50 AM
Post: #6
|
|||
|
|||
RE: Direct Ethernet connection to a mac
(11th Feb, 2014 09:52 AM)Jan Wrote: Then I can just connect via the cable and the common name and get much better speeds than via wifi. you need something like "hotplug" for eth0. but hotplug directive in /etc/network/interfaces on eth0 won't work as "hotplug" in that sense means hot-plugging the adapter, not "network link". you can play a bit with package "ifplugd" what is a daemon supposed to watch network link changes (cable out/in). but most reliable and easiest to configure solution is as CurlyMo told you with static address on eth0 from different net as your wlan0 usually gets. (just got idea) possible would be also to define a bridge interface (br0), configure static/dhcp address on it and putting wlan0/eth0 to static (but without actual ip defined) and auto - like this: Code: auto lo eth0 br0 or br0 as dhcp Code: iface br0 inet dhcp you will have just one IP address at all times and should be no difference if you connect via wlan0, eth0 or even both. Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Direct Ethernet connection to a mac - Jan - 5th Feb, 2014, 02:34 AM
RE: Direct Ethernet connection to a mac - IriDium - 6th Feb, 2014, 05:38 AM
RE: Direct Ethernet connection to a mac - Jan - 11th Feb, 2014, 09:52 AM
RE: Direct Ethernet connection to a mac - mk01 - 24th Mar, 2014 10:50 AM
RE: Direct Ethernet connection to a mac - Jan - 11th Feb, 2014, 03:54 AM
Re: Direct Ethernet connection to a mac - CurlyMo - 12th Feb, 2014, 01:02 AM
|