This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

connecting between two different subnets

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.
Parents
  • Could this work?

    set up Packet filter/rules like:
    1. Machine 1   any   any             Allow 
    2. Machine 2   any   Machine 1   Allow 

    This would cover it!
    Because ASL is a "deny if not allowed" fw, u should not need to set up any deny rules!
    Hit me if Im wrong!       
Reply
  • Could this work?

    set up Packet filter/rules like:
    1. Machine 1   any   any             Allow 
    2. Machine 2   any   Machine 1   Allow 

    This would cover it!
    Because ASL is a "deny if not allowed" fw, u should not need to set up any deny rules!
    Hit me if Im wrong!       
Children
No Data