| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes this error:
Setting up Rules...
Bad argument `10.12.96.1'
Try `iptables -h' or 'iptables --help' for more information.
ERROR: Command "/sbin/iptables -t nat -A D_96_dnat -p tcp -d ! 10.12.96.1 --dport 80 -j REDIRECT --to-port 8080" Failed
on rule:
REDIRECT:info D_96 8080 tcp 80 - !10.12.96.1
|
| |
|
|
|
|
|
|
|
|
|
| |
When starting, shorewall will save all default routes. When stop, it
will try to restore it. But does it badly. On multiisp setups with pingu
it will break things.
We (ab)use the RESTORE_DEFAULT_ROUTE to make it possible to avoid
restoring the default route.
|
|
|
|
| |
We should not remove any ip rule that we have not created our selves
|
|
|
|
|
|
|
|
|
|
|
|
| |
The kernel changed behavior around 2.6.31. We need a way to turn off
rp_filter.
details:
http://article.gmane.org/gmane.comp.security.shorewall/23329/match=rp_filter
This will disable routefilter if ROUTE_FILTER=no in
/etc/shorewall/shorewall.conf default. To enable you will need set the
routefilter option in /etc/shorewall/interfaces
|
|
|
|
|
|
|
| |
Shorewall's restore default gw will intentinally break multi routes
When no 'balance' option is specified shorewall does not change the
default gw so there is no point in restoring (breaking) it either.
|
|
|
|
|
| |
This will make shorewall not add or delete any routes to the providers
route table
|
| |
|
|
|
|
| |
this is needed for apk-tools-2.1 migration
|
| |
|
| |
|
|
|
|
|
| |
To allow creation of routing tables to be managed by an external
component (e.g. quagga or opennhrp).
|
|
and fixed misc build issues
|