Answer the question
In order to leave comments, you need to log in
How to configure port forwarding on Cisco ASA 5510?
Colleagues help out
Two interfaces, look one in LAN, the other in the LAN of a "foreign" network
interface Port-channel1.2
description OFFICE_NET
vlan 2
nameif inside
security-level 100
ip address 192.168.0.1 255.255.255.0
!
interface Port-channel1.3
description OTHER_NET
vlan 3
nameif othernet
security-level 10
ip address 10.10.30.4 255.255.255.0
object network SERVER
host 192.168.0.9
nat (inside,othernet) static 10.10.30.3 service udp 4569 4569
access-list othernet_acl extended permit udp any object SERVER eq 4569
access-group othernet_acl in interface othernet
Answer the question
In order to leave comments, you need to log in
security-level must be the same on both interfaces
add something like
static (inside,othernet) 192.168.10.9 192.168.10.9 netmask 255.255.255.254
static (othernet,inside) 10.10.30.3 10.10.30.3 netmask
255.255.255.254 asa inter vlan routing
Apnu question, the situation is
asa 5505 9.2(4), I want to forward the port for the torrent client.
Settings
show running-config nat
nat (inside,outside-d) source static NET-LOCAL NET-LOCAL destination static NET-OVH NET-OVH
nat (inside,outside-d) source dynamic NET-FOR-NAT interface
object network media-server
nat (inside,outside-d) static interface service tcp 43117 43117
asa-home(config)# show running-config access-list
access-list outside_access_in extended permit tcp any object media-server eq 43117
show running-config object
object network media-server
host 192.168.88.204
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question