Update documentation.
This commit is contained in:
parent
bf3a118988
commit
1dcbdf48eb
8 changed files with 212 additions and 486 deletions
|
|
@ -6,10 +6,13 @@
|
|||
# but for ethertap and FreeBSD this is tap0, tap1, tap2 etcetera,
|
||||
# for Solaris and OpenBSD it is tun0, tun1, etcetera.
|
||||
|
||||
# Set hardware ethernet address (required!)
|
||||
# Set hardware ethernet address, needed on Linux when in router mode
|
||||
ifconfig $INTERFACE hw ether fe:fd:0:0:0:0
|
||||
|
||||
# Give it the right ip and netmask. Remember, the subnet of the
|
||||
# tap device must be larger than that of the individual Subnets
|
||||
# as defined in the host configuration file!
|
||||
ifconfig $INTERFACE 192.168.1.1 netmask 255.255.0.0 -arp
|
||||
ifconfig $INTERFACE 192.168.1.1 netmask 255.255.0.0
|
||||
|
||||
# Disable ARP, needed on Linux when in router mode
|
||||
ifconfig $INTERFACE -arp
|
||||
|
|
|
|||
|
|
@ -18,8 +18,8 @@ ConnectTo = beta
|
|||
# The tap device tinc will use. Required.
|
||||
# Default is /dev/tap0 for ethertap or FreeBSD,
|
||||
# /dev/tun0 for Solaris and OpenBSD,
|
||||
# and /dev/misc/net/tun for Linux tun/tap device.
|
||||
Device = /dev/misc/net/tun
|
||||
# and /dev/net/tun for Linux tun/tap device.
|
||||
Device = /dev/net/tun
|
||||
|
||||
# The file in which the private key for this host is stored. Required.
|
||||
PrivateKeyFile = /etc/tinc/example/rsa_key.priv
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue