I ended up using the 2WIRE Public Proxy over NAT setup (never offered by AT&T support BTW). I am assigning a 192.168.1.10 address to the Astaro eth3 interface. The 2WIRE does the PPPoE connection, has a public IP address so I can ping it and the public proxy setup allows me to use the other 4 of my public IP addresses while still allowing me to access the 2WIRE management interface from any computer in the local LAN connected to the Astaro.
Now I need to be able to get to the DSL modem interface from across the VPN to eliminate having to logmein to a local computer at the restaurant. Any help with this?
eth3 assigned 192.168.1.10
DSL modem assigned 192.168.1.254 running web interface on port 80
Astaro LAN address setup on eth0 as 10.10.10.1/24
Central network LAN setup (site to Site IPSEC) is 10.10.0.0/16
I can access any device on the 10.10.10.0 network at the remote location so I know that is working.
I would like to be able to access the DSL modem management interface running at
http://192.168.1.254:80 on remote Astaro's eth3 interface via internal network access only like this:
http://10.10.10.1:8888 (on eth0) which is SNAT'd to 192.168.1.254 via the eth3 interface.
I have a SNAT Rule setup but it is not working:
Traffic Source - ANY
Traffic Service - Custom setup as Source 1-65535/Destination 8888
Traffic Destination - eth0 Internal Network Address (10.10.10.1)
NATMode - SNAT
Source - 192.168.1.254 (DSL Modem address connected to eth3/192.168.1.10)
Source Service - HTTP
Log Initial packets - Checked
Auto pack Filter Rule - Checked
I am having trouble figuring out how to set this up. Any suggestions?