cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
429
Views
0
Helpful
1
Replies

Port Forwarding DVR with different server and web ports.

Jon White
Level 1
Level 1

I am trying to configure a 2600 Router to allow viewing of the DVR over the web.

I have been able to get this to work before with an older DVR (only using port 80).

However, this new DVR must utilize a Server port of 8000 and an Http port of 80.

I have been trying different configurations with no luck, below is what I think should work, but it doesn't.

       ip nat inside source static tcp 10.0.0.7 8000 x.x.x.x 80 extendable
       ip nat inside source static udp 10.0.0.7 8000 x.x.x.x 80 extendable

Any suggestions?

1 Reply 1

kgareis
Cisco Employee
Cisco Employee

Jon,

Just curious, have you tried using:

ip nat inside source static tcp 10.0.0.7 8000 x.x.x.x 8000 extendable

 

Review Cisco Networking for a $25 gift card