ASA NAT question
Hi,
I'm setting up an ASA with a slightly weird configuration.
2 internal subnets need to get out to the internet and some web traffic needs to get to the email server
sooo
I'll have 3 interfaces(nameif) - outside, int1, and int2 (and I guess the ip addresses for the inside interfaces will actually be on the virtual interface? because they are basically switch ports?)
My inside to outside nat configuration:
nat (int1) 1 192.168.1.0 255.255.255.0
nat (int2) 1 192.168.0.0 255.255.255.0
global (outside) 1 x.x.49.34
Now I really don't deal with ASAs much, so I'm not great with the syntax. Is the number 1 above going to be a problem? Should I have it like this instead:
nat (int1) 1 192.168.1.0 255.255.255.0
nat (int2) 2 192.168.0.0 255.255.255.0
global (outside) 1 x.x.49.34
global (outside) 2 x.x.49.34
Lastly for the email access:
static (int1,outside) tcp x.x.44.33 smtp 192.168.1.4 smtp netmask 255.255.255.255 0 0
Thanks everyone I really appreciate the help.....I really can't wait to get back to normal IOS syntax
I'm setting up an ASA with a slightly weird configuration.
2 internal subnets need to get out to the internet and some web traffic needs to get to the email server
sooo
I'll have 3 interfaces(nameif) - outside, int1, and int2 (and I guess the ip addresses for the inside interfaces will actually be on the virtual interface? because they are basically switch ports?)
My inside to outside nat configuration:
nat (int1) 1 192.168.1.0 255.255.255.0
nat (int2) 1 192.168.0.0 255.255.255.0
global (outside) 1 x.x.49.34
Now I really don't deal with ASAs much, so I'm not great with the syntax. Is the number 1 above going to be a problem? Should I have it like this instead:
nat (int1) 1 192.168.1.0 255.255.255.0
nat (int2) 2 192.168.0.0 255.255.255.0
global (outside) 1 x.x.49.34
global (outside) 2 x.x.49.34
Lastly for the email access:
static (int1,outside) tcp x.x.44.33 smtp 192.168.1.4 smtp netmask 255.255.255.255 0 0
Thanks everyone I really appreciate the help.....I really can't wait to get back to normal IOS syntax