Displaying 1 result from an estimated 1 matches for "subnect".
Did you mean:
subject
2010 Oct 29
2
How to access one machine behind iptables, on different subnet?
...e inside, behind the GREEN interface, on IP 192.168.1.20.
How would I do that? I know I can do this with port fowarding, but
need many ports forwarded. How do I give full access to all ports on
this IP, instead of forwarding every port? Does that make sense?
Currently no clients on the 192.168.1.0 subnect can access any client
on the 192.168.2.0 subnet.
[root at intranet ~]# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT udp -- anywhere anywhere udp dpt:domain
ACCEPT tcp -- anywhere anywhere...