I am trying to create a port forwarder on a cisco firewall, basically 216.x.x.39:46611 -->10.10.3.7:9000
I have been trying different combinations and such for a couple of days and still can't get this to punch through. I know that 10.10.3.7:9000 works on the inside, I have tested it and it comes up
so far this is what I have
network objects
h-webint host 10.10.3.7
h-webext host 216.x.x.39
service objects
h-web tcp dest (1-65535) source 46611
h-webtrans tcp dest 9000 source (1-65535)
Nat rule
source int any destin interface outside
source addr any dest addr h-webext
service h-web
action:translated
source nat static dest addr h-webint
source addr --original-- service --original--
access rule
interface outside
permit
source any
dest h-webint
service h-webtran
So, my outside interface is called TWC and yes I am using a free ip from my pool of ips
I am trying what you posted, but I am getting an error message
Cisco>enable
password
Cisco# configure terminal
cisco(config)# object network internal_server
cisco(config-network-objec
I am getting an error message with the next command
cisco(config-network-objec
Error %invalid input detect at marker and the marker is the open (
As I said my command line knowledge is not great, I have tried backing up levels and I still get the same error.