Displaying 1 result from an estimated 1 matches for "meshnod".
Did you mean:
  meshnode
  
2008 Jul 30
1
tinc and wireless mesh
...c/vpn# cat tinc.conf
Name = gw
AddressFamily = ipv4
Device = /dev/net/tun
Interface = tap0
Mode = switch
#Mode = router
PrivateKeyFile = /etc/tinc/vpn/gw_priv.key
ConnectTo = server
root at GW:/etc/tinc/vpn# cat tinc-up
#!/bin/sh
ifconfig $INTERFACE 192.168.11.2 netmask 255.255.255.0
-----------
meshnode:
-----------
root at meshnode:/etc/tinc/vpn# ifconfig
ath0      Link encap:Ethernet  HWaddr 00:1D:0F:B1:91:1F 
          inet addr:192.168.5.54  Bcast:192.168.5.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:71752 errors:0 dropped:0 overr...