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

asl 3.2 Routing

I have configured ASL 3.2 with ADSL, DMZ, internal network and oficial IP.
The internal network is devided in two private nets. I would like to route 1 private net via the adsl connection to Internet, which works fine.
When I try to route the other internal network to the Internet via the oficial IP, it does not work.
Does ASL 3.2 support 2 default gws??


This thread was automatically locked due to age.
Parents
  • ASL 3.2 support mulipel GWs as i know... Im a newbee in this ASL/Firewalling myself.  [:)]  
    But this is how my net is with multipel GW!

    One Private network thats masquraded to the Eth1.Ext.interface (Intenet) and that one got the standard gw, that does the Eth0.Int.Net to,
    but the DMZ eth2 with Offical ips uses itself as GW eg. if eth2 gw is 10.0.0.1 the gw is the same for this interface.
    Note: (Network/Interface)A step down you got an Default GW option.
    Set Eth1 to top, then comes Eth2 and for last eth0
    and push save. 

    Best regards
    Kevin
  • The multiple gw of astaro works only as backup.

    If you want a real routing based on the source of the packets (is to say from lan#1 or lan#2) is better to use some policy routing.
    Unfortunately this can be set only from the command line ;(

    But is more simple than setting up complex firewall rules.
  • The Problem is the middleware alway flush the routing table, So you have to check it via Crontab.
  • so how to prevent the middleware to flush the routing?......I can't ping the firewall sometimes....

    Glee
  • Custom Routing:

    1. create a file '/sbin/init.d/routes.local'
    2. chmod it to 400, owner root:root
    3. fill it with everything you with to execute after the Middleware does a routing flush.

    The file will be called with bash, so you can treat it as a normal shell script.

    HTH,

    /tom
     
     [size="1"][ 23 July 2002, 06:15: Message edited by: tom ][/size]
Reply
  • Custom Routing:

    1. create a file '/sbin/init.d/routes.local'
    2. chmod it to 400, owner root:root
    3. fill it with everything you with to execute after the Middleware does a routing flush.

    The file will be called with bash, so you can treat it as a normal shell script.

    HTH,

    /tom
     
     [size="1"][ 23 July 2002, 06:15: Message edited by: tom ][/size]
Children
No Data