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

[Advise needed] Setup Astaro behind another firewall

Hi, I'm quite new for Astaro. Sorry if I'm asking stupid questions. The situation is somehow i had never faced before, i need to deploy ASG into a environment, whereby it needs to be located behind another firewall (let said firewall C) which is not managed by us.

As the network diagram attached, the ASG need to be placed behind firewall C in order to filter the packets, and monitor the user traffic from LAN A (which is network 192.168.1.x/24). We have to connect the WAN port from ASG to the Internal port of Firewall C (192.168.1.1). The internal port of Firewall C serves as gateway for LAN A.

So, i have tried to setup the interface for ASG as below:

eth0 internal
interfaces type :ethernet standard
IP:192.168.1.10

eth1 WAN
interfaces type :ethernet standard
IP:192.168.1.11
GW:192.168.1.1

Firewall
any to any (for testing purpose)

Global ICMP settings
all options were checked

however, when i tried to ping to the gateway(192.168.1.1), it shows destination unreachable.  Even though i tried to ping from ASG itself to the gateway, it also shows destination unreachable. I tried to did a traceroute, the packet somehow stopped at eth1, and couldn't forward to the gateway.
Did i need to do certain routing at the ASG itself? Or is there any other configurations that i missed out? Hope some one could give me a little advise on this...thanks...


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

    In this scenario i would suggest bridging the two interfaces. There are problems with the routing if you configure two interfaces in the same network, that is why your ping is not forwarded as the traffic comes in on eth0 it is destined for a local address and will not be forwarded out eth1.

    To create the bridge just go to Interfaces and Routing -> Bridging
Reply
  • Hi,

    In this scenario i would suggest bridging the two interfaces. There are problems with the routing if you configure two interfaces in the same network, that is why your ping is not forwarded as the traffic comes in on eth0 it is destined for a local address and will not be forwarded out eth1.

    To create the bridge just go to Interfaces and Routing -> Bridging
Children
No Data