lvs-users
|
To: | lvs-users@xxxxxxxxxxxxxxxxxxxxxx |
---|---|
Subject: | Re: LVS-TUN and firewall on nodes |
From: | graeme@xxxxxxxxxxx |
Date: | Sat, 15 Apr 2006 08:08:07 +0100 |
Quoting Olivier Bonvalet <olivier.bonvalet@xxxxxxxxxx>: I'm searching for the rule to set on nodes to allow the tunneling. (the port 80 is already allowed, but not the "tunnel") Depending on what your tunnel interface is, something like this will accept TCP port 80 connections on your tunnel interface: /sbin/iptables -I INPUT -i tun0 -s 0/0 -p tcp -m tcp --dport 80 -j ACCEPT If you wanted it to accept all traffic on the tunnel interface use: /sbin/iptables -I INPUT -i tun0 -j ACCEPT Graeme |
<Prev in Thread] | Current Thread | [Next in Thread> |
---|---|---|
|
Previous by Date: | LVS-TUN and firewall on nodes, Olivier Bonvalet |
---|---|
Next by Date: | Re: LVS-TUN and firewall on nodes, Olivier Bonvalet |
Previous by Thread: | LVS-TUN and firewall on nodes, Olivier Bonvalet |
Next by Thread: | Re: LVS-TUN and firewall on nodes, Olivier Bonvalet |
Indexes: | [Date] [Thread] [Top] [All Lists] |