Changes between Version 16 and Version 17 of Tinc
- Timestamp:
- 02/16/10 23:08:09 (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tinc
v16 v17 59 59 {{{ 60 60 #!/bin/sh 61 ip address add 172.22.255.xxx/28 broadcast 172.22.255.191 dev $INTERFACE -- this time $INTERFACE is meant literal61 ip address add 172.22.255.xxx/28 broadcast 172.22.255.191 scope link dev $INTERFACE -- this time $INTERFACE is meant literal 62 62 ip link set $INTERFACE up -- same here 63 63 }}}
