cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
410
Views
0
Helpful
1
Replies

Can I use same IP to static to internal server from external dedicated ip?

plogooman
Level 1
Level 1

M question is would it cause my problems if I had the outside interface external ip mapped to vlan2 with the same ip address as I am trying to create static route to my server? Or is this OK? Keep in mind these are imaginary ips.

I was trying to use this command but it was not letting me:

static (inside,outside) tcp 99.89.69.333 3389 192.168.6.2 3389 netmask 255.255.255.255

Here is the front end of my config

ASA Version 7.2(4)

!

hostname ciscoasa

domain-name default.domain.invalid

enable password DowJbZ7jrm5Nkm5B encrypted

passwd 2KFQnbNIdI.2KYOU encrypted

names

!

interface Vlan1

nameif inside

security-level 100

ip address 192.168.6.254 255.255.255.0

!

interface Vlan2

nameif outside

security-level 0

ip address 99.89.69.333 255.255.255.248

!

interface Ethernet0/0

switchport access vlan 2

!

interface Ethernet0/1

1 Reply 1

Jennifer Halim
Cisco Employee
Cisco Employee

Since you are using the outside interface ip address in your static PAT, you should use the keyword "interface" as follows:

static (inside,outside) tcp interface 3389 192.168.6.2 3389 netmask 255.255.255.255

Review Cisco Networking for a $25 gift card