I have two different subnets
eth0: - internal interface
ip 192.168.100.100
nm 255.255.255.0
gw none
eth1: - external (dsl router)
ip assigned by isp
nm assigned by isp
gw assigned by isp
eth2: - internal2 interface
ip 192.168.200.200
nm 255.255.255.0
gw none
Machine 1 - on internal network
ip 192.168.100.1
nm 255.255.255.0
gw 192.168.100.100
Machine 2 internal2 network
ip 192.168.200.1
nm 255.255.255.0
gw 192.168.200.200
i can set it up so i can get out and surf from the internal interface. What I want to do is set up the system so that I can see machine 1 from machine 2 (and vice versa), but that machine 2 cannot see the outside and the outside cannot see it.
Is there any way to do this?
Thanks very much in advance.
This thread was automatically locked due to age.