Re: Can't get access remote LAN through firewall

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,

piraguasu a écrit :

I have two LAN, both connected to Internet through proxy/firewall on Linux. One is my working LAN and other remote. I want to see internal machines of remote LAN from any computers of my LAN, for this I setup a tunnel and when the firewall is down in both LAN, all OK.

When firewall is up, my problem is forwarding between tunnel device and internal card (eth1), I can't get pass through firewall, iptables rules don't work.

Does the FORWARD chain contains rules which accept packets between the tunnel interface and the LAN interface in both directions ?

Something like :
iptables -A FORWARD -i eth1 -o tun0 -j ACCEPT
iptables -A FORWARD -i tun0 -o eth1 -j ACCEPT



[Index of Archives]     [Linux Netfilter Development]     [Linux Kernel Networking Development]     [Netem]     [Berkeley Packet Filter]     [Linux Kernel Development]     [Advanced Routing & Traffice Control]     [Bugtraq]

  Powered by Linux