search for: iproute2mac

Displaying 5 results from an estimated 5 matches for "iproute2mac".

2016 Feb 26
2
Tinc 1.0.26 on Mac OS X
Hi Maxim, Not much to it: avahi-autoipd -D $INTERFACE # ifconfig $INTERFACE 169.254.45.23 netmask 255.255.0.0 up ip route add 172.20.0.0/16 dev $INTERFACE Mac OS X doesn't have "ip" by default, so I also installed the Homebrew package "iproute2mac", which provides an emulation of "ip" on top of the legacy ifconfig/route calls. The commented-out ifconfig line was my attempt to replace avahi-autoipd with a fixed IP, just for demonstration purposes. But I get the same result using ifconfig to set the IP address. On 25 Februar...
2016 Feb 26
3
Tinc 1.0.26 on Mac OS X
...ahi-autoipd -D $INTERFACE >> >> # ifconfig $INTERFACE 169.254.45.23 netmask 255.255.0.0 up >> >> ip route add 172.20.0.0/16 dev $INTERFACE >> >> >> Mac OS X doesn't have "ip" by default, so I also installed the Homebrew >> package "iproute2mac", which provides an emulation of "ip" on top of the >> legacy ifconfig/route calls. >> >> The commented-out ifconfig line was my attempt to replace avahi-autoipd with >> a fixed IP, just for demonstration purposes. But I get the same result >> using ifco...
2016 Feb 26
0
Tinc 1.0.26 on Mac OS X
...gt; Not much to it: > > avahi-autoipd -D $INTERFACE > > # ifconfig $INTERFACE 169.254.45.23 netmask 255.255.0.0 up > > ip route add 172.20.0.0/16 dev $INTERFACE > > > Mac OS X doesn't have "ip" by default, so I also installed the Homebrew > package "iproute2mac", which provides an emulation of "ip" on top of the > legacy ifconfig/route calls. > > The commented-out ifconfig line was my attempt to replace avahi-autoipd with > a fixed IP, just for demonstration purposes. But I get the same result > using ifconfig to set the IP a...
2016 Feb 26
0
Tinc 1.0.26 on Mac OS X
...t; >>> # ifconfig $INTERFACE 169.254.45.23 netmask 255.255.0.0 up >>> >>> ip route add 172.20.0.0/16 dev $INTERFACE >>> >>> >>> Mac OS X doesn't have "ip" by default, so I also installed the >Homebrew >>> package "iproute2mac", which provides an emulation of "ip" on top of >the >>> legacy ifconfig/route calls. >>> >>> The commented-out ifconfig line was my attempt to replace >avahi-autoipd with >>> a fixed IP, just for demonstration purposes. But I get the same &g...
2016 Feb 25
5
Tinc 1.0.26 on Mac OS X
Hey all, I'm trying to use tinc 1.0.26 from Homebrew on Mac OS X 10.10.5, and having some trouble. Is anyone successfully doing this? Here's my config: $ sudo cat /etc/tinc/robotvpn/tinc.conf Name = elendur Mode = switch AddressFamily = ipv4 Interface = tincdev0 Compression = 1 ConnectTo = robot_ph_cpe22_04 And here's the invocation: $ sudo tincd -D -c /etc/tinc/robotvpn -d tincd