Find the answer to your Linux question:
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 ...
  1. #1
    Just Joined!
    Join Date
    Mar 2011
    Posts
    21

    Unhappy (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:

    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
    The Masq file from shorewall:

    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
    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.
    Last edited by Jonathanb; 03-17-2011 at 11:59 AM. Reason: SOLVED

  2. #2
    Just Joined!
    Join Date
    Mar 2011
    Posts
    21
    Solved it by deleting the tun0 routes.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •