Hi!
I have an ASG connected on three interfaces. A WAN interface and a LAN interface and a third that is connected as a nod on another private network.
That network has a address of 192.168.216.0/26. My ASG gets a lease on IP 192.168.216.33 and the gateway has the IP 192.168.216.1.
From that network another network 10.1.1.0/24 is routable and that is what i want to reach. I know there is a server on 10.1.1.184 that responds to ping so I use that to test on. From the 192.168.216.33 i can ping that server.
Under Network I configured a static gateway route with network as 10.1.1.0/24 and gateway as 192.168.216.1
Under Network Security i configured a Masquerading rule for that interface and I configured a PF rule to allow all traffic from my LAN to 10.1.1.0/24 and another for 192.168.216.0/26.
Now I can ping 192.168.216.1 from my LAN but when i ping 10.1.1.184 it claims that host is not reachable.
What am I doing wrong?
This thread was automatically locked due to age.