Re: IPTABLES MASQUERADE - WAN is OK but no LAN traffic...
- From: wisptech@xxxxxxxxx
- Date: 30 Aug 2006 08:28:05 -0700
Thank you everyone who input... I got it working... Had some bad
rules in the firewall...
iptables -A FORWARD -i Ethernet0 -m limit --limit 10/s \
--limit-burst 10 -p icmp --icmp-type echo-request -j ACCEPT
iptables -A FORWARD -o Ethernet0 -m limit --limit 5/s \
--limit-burst 30 -p icmp --icmp-type echo-request -j ACCEPT
iptables -A FORWARD -p icmp -j DROP
As soon as I commented these out, everything started working. Anybody
know why these would cause the traffic to stop completely when they are
just supposed to limit icmp echo-requests?
.
- Follow-Ups:
- References:
- IPTABLES MASQUERADE - WAN is OK but no LAN traffic...
- From: wisptech
- Re: IPTABLES MASQUERADE - WAN is OK but no LAN traffic...
- From: Robert
- Re: IPTABLES MASQUERADE - WAN is OK but no LAN traffic...
- From: Pascal Hambourg
- Re: IPTABLES MASQUERADE - WAN is OK but no LAN traffic...
- From: wisptech
- IPTABLES MASQUERADE - WAN is OK but no LAN traffic...
- Prev by Date: Re: IPTABLES MASQUERADE - WAN is OK but no LAN traffic...
- Next by Date: Re: Looking for a GUI terminal emulator for Linux
- Previous by thread: Re: IPTABLES MASQUERADE - WAN is OK but no LAN traffic...
- Next by thread: Re: IPTABLES MASQUERADE - WAN is OK but no LAN traffic...
- Index(es):