10-26-2005 06:07 AM - edited 03-03-2019 12:34 AM
Why would I use port forwarding ? and what is it,
10-26-2005 09:00 AM
Port forwarding maps a particular local port to a different remote port. One context in which to use port forwarding is with WebVPN. Please see the following document.
http://www.cisco.com/en/US/tech/tk583/tk372/technologies_white_paper0900aecd8029d630.shtml
Another example would be to use port forwarding to map incoming SMTP traffic (Port 25) to Port 26 on your internal server. A possible use is to let a spam filter receive your mail before passing it on to your mail server. If the filter and the mail server are on the same box, they can't both receive on Port 25. You could let the filter receive on Port 26 in which case you would need to forward external Port 25 traffic to Port 26 internally.
Hope this helps.
Brandon
10-31-2005 06:09 AM
Can anyone eleborate a little, Why would we need to set up this ?
10-31-2005 10:21 PM
hey carl,
i guess port forwarding is to direct traffic from where you receiving it, to you want it...
- A port can only be used by one program at a time.
- Every IP address is divided up into many ports. When one computer sends data to another computer, it sends it from a port on an ip address to a port on an ip address.
- Port Forwarding simply tells the router which computer on the local area network to send the data to. When you have port forwarding rules set up, your router takes the data off of the external ip address:port number and sends that data to an internal ip address:port number.
hope this helps...
11-01-2005 02:24 AM
what commands on the router would do this ?
11-01-2005 02:30 AM
e.g.
set nat entry add x.x.x.x 80 tcp
It also depends on the router being used.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide