Adrian C.'s cat, on 15/07/2005 11.47, walking on the keyboard wrote:
from .4. to .1.
iptables -A FORWARD -s 192.168.4.0/24 -d 192.168.1.0/24 -p tcp -j ACCEPT
iptables -A FORWARD -s 192.168.4.0/24 -d 192.168.1.0/24 -p udp -j ACCEPT
from .1. to .4.
iptables -A FORWARD -s 192.168.1.0/24 -d 192.168.4.0/24 -p tcp -j ACCEPT
iptables -A FORWARD -s 192.168.4.0/24 -d 192.168.1.0/24 -p udp -j ACCEPT
Thanks for your help, but even adding the above rules (I guess the thrid
line has inverted the lan addresses) does not work. The strange thing is
that I can use ssh, telnet, and other services across the LANs, but not
this. And my iptables is not logging anything.
Any idea?
Thanks,
Luca
--
Luca Ferrari
fluca1978@xxxxxxxxxxx
-
: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html