Line 66: |
| {{{__# ipsec auto --up east-west__}}}
| | {{{__# ipsec auto --up east-west__}}}
|
|
| |
|
- | Look in ''/var/log/secure'' and ''/var/log/messages'' to see how things break. I imagine at this point nothing will work because the iptables firewall will eat all the packets, so lets fix that.
| + | Look in ''/var/log/secure'' and ''/var/log/messages'' to see how things break.
|
Line 69: |
|
| |
|
| | + | I added a route to the Openswan server
|
| | + |
|
| | + | {{{__# ip route add 10.2.0.0/24 via 82.70.x.x__}}}
|
| | + |
|
| | + | I imagine at this point nothing will work because the iptables firewall will eat all the packets, so lets fix that.
|
| | + |
|
Line 117: |
| #
| | #
|
| $IPT --table nat --append POSTROUTING --proto 50 --jump ACCEPT__}}}
| | $IPT --table nat --append POSTROUTING --proto 50 --jump ACCEPT__}}}
|
- |
| | |
- |
| | |
|
| |
|
|
| |
|