I am trying to forward port 8080 and 5544 towards internal server from the internet but its not working. Below is the configuration , if any one can help on this,
internet = name of outside interface
CCTV = name of inside interface
object network NVR
host 10.10.10.2
object service TCP-8080
service tcp source eq 8080
object service UDP-8080
service udp source eq 8080
object service TCP-5544
service tcp source eq 5544
object service UDP-5544
service udp source eq 5544
object-group service NVR-PORTS tcp-udp
port-object eq 4433
port-object eq 5544
port-object eq 8080
object-group protocol TCPUDP
protocol-object udp
protocol-object tcp
access-list internet_access_in extended permit object-group TCPUDP any object NVR object-group NVR-PORTS
access-list internet_access_in extended permit ip any any
access-group internet_access_in in interface internet
nat (any,internet) source dynamic INTERNET interface
nat (CCTV,internet) source static NVR interface service any TCP-8080
nat (CCTV,internet) source static NVR interface service any UDP-8080
nat (CCTV,internet) source static NVR interface service any TCP-5544
nat (CCTV,internet) source static NVR interface service any UDP-5544
Regards,