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

Troubles with Amazon VPC NAT

I have been fighting with setting up a VPC NAT install for the last 2 days and cannot make the system work.  I believe I have created and setup everything correctly but I am unable to access the internet from my "Internal" network server or have an Inbound NAT connect to an "Internal" service.  Any thoughts or suggestions would be greatly appreciated.

I created a VPC using the wizard (with Public and Private Subnets) using 192.168.0.0/16 as the IP CIDR block, 192.168.200.0/24 as the Public Subnet, and 192.168.0.0/24 as the Private Subnet.  I then Launched the 9105 Sophos instance with eth0 on the Public (dhcp 192.168.200.90) and added eth1 on the Private (static 192.168.0.253).  Both interfaces appear to work properly and I can access the Web Admin, ssh, and the internet all on that system.  I then launched a second instance (SuSE linux) on the Private network with only eth0 (static 192.168.0.252).  

At the moment I have 2 Firewall rules:

1 - Internal (address) and Internal (Network) -> ssh -> Internal (Network)
2 - Internal (Network) -> Any -> Any

1 NAT rule:
SNAT 
Internal (Network) -> Any -> Any
External (Address)
Automatic Firewall rule (Yes)

I can ssh to the Firewall and from there ssh to my internal server (.0.252).  From .0.252 I can ping 0.253 (the firewall) but no further.  I also cannot access web or ssh past the firewall (only ones I have checked so far).  

I have 2 VPC routes associated with this VPC:
1 has local with DG to igw-*** associated with the firewall
2nd has local with DG to eni-*** / i-*** pointing to the Internal interface of the Firewall

I never see any traffic in the live log of the Firewall from the internal server unless it is a ping or ssh to .0.253 (Internal address of the Firewall)

Again I have tried creating the entire setup several times now but I just cannot get it to work.  I am sure there is a basic config step I am missing but as I am new to VPC I am having issues with the proper config.
Thanks for any help,
Jimmy


This thread was automatically locked due to age.
  • I'm not sure about this since I also don't have experience with Amazon VPC, but your SNAT rule would normally be a masquerading rule when the UTM is on-premise. You could try to disable that rule and create a masquerading rule
    Internal (network) -> External (WAN)
  • Hi, Jimmy, and welcome to the User BB!

    Do you have a static route at Amazon for the internal networks in your office?

    Cheers - Bob

    Sorry for any short responses.  Posted from my iPhone.
  • Was finally able to get it working.  I has missed the step to disable the Source / Destination check on the interface.  It was preventing any traffic from accessing the firewall.  Once I disabled it, I am now able to communicate through the UTM without issues.
    Thanks for the suggestions.
    Jimmy