(Walter Roberson) wrote:
|In article <>,
|Brian Bergin <> wrote:
|:Can anyone help me out with this config:
|
|:The server behind the PIX on 10.0.0.15 cannot route out to the Internet and
|:connections to its public IP on 3389 are not being sent to 10.0.0.15.
|
|

IX Version 6.3(3)132
|
|>access-list outside_acl permit tcp any host 1.2.3.15 eq 3389
|
|:ip address outside 1.2.3.5 255.255.254.0
Yep, that's right, 254... Actually, found the problem. The switch was config'd
for 100Full and the PIX for 10Full. Duh! Sorry to bother everyone. Quick
change of the PIX outside interface and, Bingo! it was up! Thanks again...
BSB
|
|A quick check: is that really a 254 there rather than a 255? A bad netmask
|on the outside could cause the symptoms you see.
|
|:ip address inside 10.0.0.5 255.255.255.0
|
|:global (outside) 1 interface
|:nat (inside) 1 0.0.0.0 0.0.0.0 0 0
|:static (inside,outside) 1.2.3.15 10.0.0.15 netmask 255.255.255.255 0 0
|:access-group outside_acl in interface outside
|:route outside 0.0.0.0 0.0.0.0 1.2.3.1 1
|
|Those all look okay, so I would suggest the traditional clear xlate
|Also, you might need to clear local-host .