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

Need help FAST! with DNAT or Routing!

[:S]nternal network!
I got ASL 3.202 with 3 nics, 1 internal, 
1 ext and 1 dmz

The Int:
192.x.x.x
Gw: None
The Ext:
213.x.x.x (public IP)
Gw: 213.x.x.x (Default GW for ALL)
The DMZ:
80.x.x.x  (Public IPs)
Gw: none

Current Nat:
The eth0 (int) is masq > eth1 (ext)

Current Routing:
213.x.x.x/29 dev eth1  scope link 
192.x.x.x/24 dev eth0  scope link 
80.x.x.x/24 dev eth2  scope link 
127.0.0.0/8 dev lo  scope link 
default via 213.x.x.x dev eth1

Thanks in advance!


This thread was automatically locked due to age.
Parents
  • kvatn,

    any packet filter rules allowing packets pass
    through the firewall?

    read you
    o|iver
  • You will need a packet filter rule allowing LAN -> DMZ ANY ANY; or whatever services you want to pass to the DMZ
  • Hi,
    No.  From (Client) Service To (Server) Action 
    1  Any Nextra_Ports Any Allow
    2  Any { Lan_Fds_Any } Lan_Kunder Allow
    3  Lan_Fds Any Lan_Kunder Allow 
    4  Lan_Kunder { Lan_Fds_Any } Lan_Fds Drop
    5  Lan_Kunder { Lan_Fds_Any } Any Allow
    6  Eth2_Lan_Kunder_Interface__ { Lan_Fds_Any } Any Allow
    7  Any { Lan_Fds_Any } Any Drop

    Rule no. 3 is Lan > DMZ any; any;
    I still dont get any data trough, but on the 2.016 ver of ASL i sat up a SNAT rule, that did work, But when i set the same on ASL 3.202 there is no data going trough what so ever, from the LAN (FDS_FDS), then everything from the lan seem to stop!
    1.st rule: Lan_Fds   Lan_Fds -> All / All   MASQ__Eth1_Internett_Teledk   None 
    The rule i want (I think): ANY > LAN_KUNDER (DMZ) / ANY   None  [:S]  
    It would really help with an eng manua for ASL 3.202
  • Hi Kevin,

    find an english manual at  http://docs.astaro.org/manual/asl-3.2-manual.pdf 

    anyway.. when you need SNAT/DNAT to get things working, maybe the clients/servers in your LAN and/or DMZ do not have the correct gateway..
Reply Children