Link to home
Create AccountLog in
Avatar of theaussie
theaussie

asked on

TCP and UDP

I am in the process of setting up the 'virtual server' section of my DSL-router. Its asks for the following info:
Public Port               Private Port                 Port Type- UDP/TCP          Host IP Address

The ports that I need open are web (80), mail (25,110) , SSL (443), SAMBA (137.138.139.445).

My question is do all of the ports have to be opened as both TCP and UDP to function.
For example for the web:
Public Port               Private Port                 Port Type- UDP/TCP          Host IP Address
80                         80                         TCP                             192.168.0.129
80                         80                         UDP                             192.168.0.129


Avatar of neisner
neisner

Nope...  A service will be either TCP or UDP, but not both.  All of the services you are looking for are TCP, which basically means they use a "reliable" connection...
ASKER CERTIFIED SOLUTION
Avatar of Ivie
Ivie

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer