Results 1 to 2 of 2
Hello everyone,
My Debian Lenny server at my home doesn't want to route any traffic i think.
I have Samba, Bind9 (slave), Shorewall, OpenVPN, Snort and LAMP for Base on ...
- 03-17-2011 #1Just Joined!
- Join Date
- Mar 2011
- Posts
- 21
(SOLVED) Debian server doesn't route. Help?
Hello everyone,
My Debian Lenny server at my home doesn't want to route any traffic i think.
I have Samba, Bind9 (slave), Shorewall, OpenVPN, Snort and LAMP for Base on the Debian installed.
This is my network:

The IP tables that i have now:
The Masq file from shorewall:Code:ip route ls 192.168.20.2 dev tun0 proto kernel scope link src 192.168.20.1 192.168.5.0/24 via 192.168.20.2 dev tun0 192.168.5.0/24 dev eth2 proto kernel scope link src 192.168.5.10 192.168.20.0/24 via 192.168.20.2 dev tun0 192.168.1.0/24 dev eth1 proto kernel scope link src 192.168.1.2 192.168.10.0/24 via 192.168.20.2 dev tun0 192.168.10.0/24 dev eth0 proto kernel scope link src 192.168.10.1 default via 192.168.1.1 dev eth1
I really hope someone can find the error that I made. The other Forums couldn't help me out so that is why I'm here.Code:############################################################################## #INTERFACE SOURCE ADDRESS PROTO PORT(S) IPSEC MARK eth1 10.0.0.0/8,\ 169.254.0.0/16,\ 172.16.0.0/12,\ 192.168.0.0/16,\ 192.168.5.0/24,\ 192.168.10.0/24
Last edited by Jonathanb; 03-17-2011 at 11:59 AM. Reason: SOLVED
- 03-17-2011 #2Just Joined!
- Join Date
- Mar 2011
- Posts
- 21
Solved it by deleting the tun0 routes.


Reply With Quote
