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

Routing Setup

Hi,

I know that this questions is asked very ofen, but all the answers are not matching with my problem.

This is my network:

internet-----Router (192.168.0.1)------Switch-----External ASL Interface(192.168.0.100)===Internal ASL Interface(10.64.120.1) -----PC(10.64.120.3)

How do I have to configure the routing and the nic gateways to get Internet Access from the PC???

Which route do I have to add at the ASL??? Please post the NIC configuration and the routing entrys.

Thanks!!!!  


This thread was automatically locked due to age.
Parents
  • Hi coolrunner !
    First of all you need to enter the following routes:
    - on your Pc: default gateway = internal ASL interface (10.64.120.1)
    - on your external ASL interface: default gateway = router IP (192.168.0.1)
    - on your router: add a route to your internal network 10.64.120.0 with net mask 255.255.255.0 and use as gateway your external ASL interface (192.168.0.100)
    further on you need to create a packet filter rule which allows your Pc or the whole network to access the internet e.g. 
    source   -  service   -  destination  -  action
    Pc's IP address     -    any      -       any      -     allow
    intern. network    -    any      -       any      -     allow
    You do not have to specify any NAT or MASQ rules if you do not need anything special !
    Hope that I could help you a bit –
    kind regards,
                     erich
            
Reply
  • Hi coolrunner !
    First of all you need to enter the following routes:
    - on your Pc: default gateway = internal ASL interface (10.64.120.1)
    - on your external ASL interface: default gateway = router IP (192.168.0.1)
    - on your router: add a route to your internal network 10.64.120.0 with net mask 255.255.255.0 and use as gateway your external ASL interface (192.168.0.100)
    further on you need to create a packet filter rule which allows your Pc or the whole network to access the internet e.g. 
    source   -  service   -  destination  -  action
    Pc's IP address     -    any      -       any      -     allow
    intern. network    -    any      -       any      -     allow
    You do not have to specify any NAT or MASQ rules if you do not need anything special !
    Hope that I could help you a bit –
    kind regards,
                     erich
            
Children