aboutsummaryrefslogtreecommitdiffstats
path: root/pingu.conf
Commit message (Collapse)AuthorAgeFilesLines
* pingu.conf: add example for 'ping' keyword in interface contextNatanael Copa2013-08-201-1/+8
|
* pingu_conf: add optional rule-priority config optionNatanael Copa2011-12-081-0/+3
| | | | This will set the preference for the 'ip rule'
* pingu.conf: add some new example config optionsNatanael Copa2011-10-071-3/+21
|
* pingu: implement new config formatNatanael Copa2011-08-051-22/+22
| | | | | | | | | | | | | | | | | | | | | New format allows users to define interfaces and ping hosts separately. This means we can run pingu in routing-only mode to set up and manage route tables for multi-isp. We allow the user config a preferred alternate route table for each interface. If not configured, pingu will pick one. Example interface definition looks like: interface eth0 { route-table 10 } Example host definition looks like: host 192.168.0.1 { bind-interface eth0 }
* pingu: support for setting source-ipNatanael Copa2010-03-111-3/+8
| | | | | | | | | This is needed so ip source routing works with shorewall The problem is that when we change the default gw, removing a gateway that went down, we are not able to ping remote host via that interface ...unless we set the source ip and have an ip route table with source ip. Shorewall sets that up.
* pingu: implement route-scriptNatanael Copa2009-09-241-0/+3
| | | | | | | Whenever there are any changes, the route-script is called with all gateways that have status "up" as paramaeter This is supposed to be used to set the default gateway.
* pingu: cofigurable timeout/retry. default values. invert -dNatanael Copa2009-01-311-9/+13
| | | | | | - make timeout and retry configurable - possible to set default action, timeout and retry values - the -d option means "daemonize" rather than "debug mode".
* pingu: make it workNatanael Copa2009-01-291-9/+13
|
* misc code cleanupNatanael Copa2008-12-181-2/+2
|
* added pingu.conf exampleNatanael Copa2008-12-181-0/+14