cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1602
Views
0
Helpful
5
Replies

cisco asa 5505 settings

troosters
Level 1
Level 1

Hello, I received the following mail to open ports and do port forwarding and natting , but these are for Cisco IOS routers and so they don't work on the ASA , can anyone help me transform them for a asa ? Also what interface is BVI1 meant by, or is it just a name like any other ?

Udp 5060 -> 10.0.0.15:5060

Udp 49152 à 53246 -> 10.0.0.15 (same ports)

Udp 5001 -> 10.0.0.15:5001

Tcp 2222 -> 10.0.0.15:2222

UDP 1194 ->10.0.0.15:1194

Commands for the cisco :

ip nat inside source list 101 interface BVI1 overload

ip nat inside source static udp 10.0.0.15 5060 interface BVI1 5060

ip nat inside source static udp 10.0.0.15 5001 interface BVI1 5001

ip nat inside source static tcp 10.0.0.15 2222 interface BVI1 2222

ip nat inside source static udp 10.0.0.15 1194 interface BVI1 1194

access-list 101 permit udp any host 10.0.0.15 range 49152 53246

To disactivate the nat sip helper :

no ip nat service sip udp port 5060

1 Accepted Solution

Accepted Solutions