Changes between Version 6 and Version 7 of doc/developer/WiFiDog_V2
- Timestamp:
- 03/25/08 22:23:31 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/developer/WiFiDog_V2
v6 v7 40 40 * If it failed contacting the auth server twice, apply the "what to do when the internet is down" policy (either "allow" or "reject but explain what's going on") 41 41 * When it receives the status from the auth server, it will also receive a list of "who's supposed to be connected". It will do a DIFF of this with what it has to remove/add who should be there 42 43 == Options on command line == 44 The required values to set: 45 --auth <authserver hostname> Authserver's hostname 46 --lan <interface> LAN interface 47 48 The node ID will be (default) the mac address associated to the interface that the default route is using... (parsing netstat -rn). It should sleep and retry to parse in case the networking (pppoe for example) is not up yet. 42 49 43 50 == Things tested ==