I have servers behind my pix that need to initiate outbound connections and allow certain inbound connections. I have tried Nat 0 but I can never initiate an outbound connection, haven't gotten far enough to try inbound.
current setup
gateway 64.124.139.1 255.255.255.192
outside 64.124.139.62 255.255.255.192
inside 192.168.1.1 255.255.255.0
nat (inside) 0 0
static (inside, outside) 64.124.139.14 64.124.139.14
I need this to work for several different internal addresses.
When I use
global (outside) 1 64.124.139.55
nat (inside) 1 0.0.0.0 0.0.0.0
it works but of course it is translating
I have been searching all day, any help is much appreciated