All better now - I had not created filter rules for the internal routing. Once I created those the routing was up and running.
***
I'm using the ASG as my default gateway 10.10.75.2
I need to set a route on the ASG to send internal LAN traffic on the 10.10.75.0 network back to another internal network (10.10.74.0) via 10.10.75.23
I have tried using Routing under Network to create a static Gateway route;
Route type: Gateway route
Network: 10.10.74.0
Gateway: 10.10.75.23
but no joy...
I'm sure I'm overlooking something obvious - its just a simple route command
route add -net 10.10.74.0 netmask 255.255.255.0 gw 10.10.75.23
This thread was automatically locked due to age.