### This is a sample configuration file for PEWIT. ### See the manpage pewit.conf(5), for more details. ## Choose either of these modes. # mode = "master" # mode = "slave" ## The inner device. inner-device { type = "tuntap" name = "tap0" address = "192.168.1.101" broadcast = "192.168.1.255" ## You don't have to set this normally. # hardware-address = "00:FF:4A:A0:A6:73" } ## The outer device. outer-device { type = "ethernet" name = "wlan0" } ### These below are only for the master configuration. These have no ### meaning for slaves. ## Timeout to wait for a reply from a slave (in milliseconds). # timeout = 100 ## The maximum amount of time to send packets (in milliseconds). # send-time = 100 ## The maximum amount of time to aggregate packets (in milliseconds). # aggregation-time = 20 ## Create as many descriptions of slaves as necessary. slave { hardware-address = "00:FF:4A:A0:A6:74" } slave { hardware-address = "00:FF:4A:A0:A6:75" }