The only hang-up I have with this setup is the fact that I now have an inside system exposed to the external interface (instead of a DMZ box :-(
object network inside-network
subnet 192.168.0.0 255.255.255.0
object network PLEX-TCP32400
host 192.168.0.11
access-list acl_outside extended permit tcp any object PLEX-TCP32400 eq 32400
object network PLEX-TCP32400
nat (inside,outside) static interface service tcp 32400 32400
Comments
Post a Comment