Networking Forums

Networking Forums > Computer Networking > Windows Networking > Open Ports

Reply
 
 
Mickey
Guest
Posts: n/a

 
      01-29-2004, 08:20 PM
I am using Windows Server 2003 NAT and am requested to
open certain ports for a software to connect over the
Internet. I wonder if someone could tell me how to open
and/or close certain ports in Windows Server 2003 and how
to configure port forwarding in NAT. Also, is there a tool
to list all open or closed ports?

Thank you very much in advance!
 
Reply With Quote
 
 
 
 
Marc Reynolds [MSFT]
Guest
Posts: n/a

 
      01-29-2004, 10:46 PM
You can find open ports by using "netstat -ano". Posts are only opened if a
process requests it opened. You can find out about NAT port forwarding by
checking the Windows 2003 help file - it is pretty good documentation..

--

Thanks,
Marc Reynolds
Microsoft Technical Support

This posting is provided "AS IS" with no warranties, and confers no rights.


"Mickey" <(E-Mail Removed)> wrote in message
news:6dff01c3e6ad$c3bb7980$(E-Mail Removed)...
> I am using Windows Server 2003 NAT and am requested to
> open certain ports for a software to connect over the
> Internet. I wonder if someone could tell me how to open
> and/or close certain ports in Windows Server 2003 and how
> to configure port forwarding in NAT. Also, is there a tool
> to list all open or closed ports?
>
> Thank you very much in advance!



 
Reply With Quote
 
sharad
Guest
Posts: n/a

 
      01-30-2004, 05:51 AM
Start - Administrative Tools->Routing and Remote Access.

When it opens, expand "IP Routing" and under it
find NAT/Firewall and click on it. On the right side then
you will find the adapters listed. Right click on the adapter which is used
for internect connection, and
select properties.
When the property window opens click on Service and Ports Tab.
There is already a list of standard ports which are most
commonly used, and these can be opened by checking the coresspoinding check
box. If the required port is not in the common list, you can click on "Add"
give a description you like, and enter the required incoming and outgoing
port.
Sharad
"Mickey" <(E-Mail Removed)> wrote in message
news:6dff01c3e6ad$c3bb7980$(E-Mail Removed)...
> I am using Windows Server 2003 NAT and am requested to
> open certain ports for a software to connect over the
> Internet. I wonder if someone could tell me how to open
> and/or close certain ports in Windows Server 2003 and how
> to configure port forwarding in NAT. Also, is there a tool
> to list all open or closed ports?
>
> Thank you very much in advance!



 
Reply With Quote
 
Mickey
Guest
Posts: n/a

 
      02-03-2004, 05:27 AM
Thank you, guys, for the input. I tried Service and Ports
setup in IP Routing. I used the same ports for both
incoming and outgoing (such as 1731) and put in the
internal private IP. But when I do a port scan from a web
port scan tool site, it still shows that the port is not
open. Did I do something wrong? When I scan other port
like 1720, it shows that the port is open. Please help!
Thanks!

>-----Original Message-----
>Start - Administrative Tools->Routing and Remote Access.
>
>When it opens, expand "IP Routing" and under it
>find NAT/Firewall and click on it. On the right side then
>you will find the adapters listed. Right click on the

adapter which is used
>for internect connection, and
>select properties.
>When the property window opens click on Service and

Ports Tab.
>There is already a list of standard ports which are most
>commonly used, and these can be opened by checking the

coresspoinding check
>box. If the required port is not in the common list, you

can click on "Add"
>give a description you like, and enter the required

incoming and outgoing
>port.
>Sharad
>"Mickey" <(E-Mail Removed)> wrote in

message
>news:6dff01c3e6ad$c3bb7980$(E-Mail Removed)...
>> I am using Windows Server 2003 NAT and am requested to
>> open certain ports for a software to connect over the
>> Internet. I wonder if someone could tell me how to open
>> and/or close certain ports in Windows Server 2003 and

how
>> to configure port forwarding in NAT. Also, is there a

tool
>> to list all open or closed ports?
>>
>> Thank you very much in advance!

>
>
>.
>

 
Reply With Quote
 
sharad
Guest
Posts: n/a

 
      02-03-2004, 05:43 AM
What you did is, gave access to the port from internet.
You are asked open ports for connecting through internet, which most
propably means, "Do not
block them, give access to them."

It is not required to keep the port actually open.

So you have given access now, through NAT. Now
a process should make a request to open the port, then
it will communicate, after it is done the port will be closed again.
Sharad

"Mickey" <(E-Mail Removed)> wrote in message
news:8eed01c3ea1e$c3ddb030$(E-Mail Removed)...
> Thank you, guys, for the input. I tried Service and Ports
> setup in IP Routing. I used the same ports for both
> incoming and outgoing (such as 1731) and put in the
> internal private IP. But when I do a port scan from a web
> port scan tool site, it still shows that the port is not
> open. Did I do something wrong? When I scan other port
> like 1720, it shows that the port is open. Please help!
> Thanks!
>
> >-----Original Message-----
> >Start - Administrative Tools->Routing and Remote Access.
> >
> >When it opens, expand "IP Routing" and under it
> >find NAT/Firewall and click on it. On the right side then
> >you will find the adapters listed. Right click on the

> adapter which is used
> >for internect connection, and
> >select properties.
> >When the property window opens click on Service and

> Ports Tab.
> >There is already a list of standard ports which are most
> >commonly used, and these can be opened by checking the

> coresspoinding check
> >box. If the required port is not in the common list, you

> can click on "Add"
> >give a description you like, and enter the required

> incoming and outgoing
> >port.
> >Sharad
> >"Mickey" <(E-Mail Removed)> wrote in

> message
> >news:6dff01c3e6ad$c3bb7980$(E-Mail Removed)...
> >> I am using Windows Server 2003 NAT and am requested to
> >> open certain ports for a software to connect over the
> >> Internet. I wonder if someone could tell me how to open
> >> and/or close certain ports in Windows Server 2003 and

> how
> >> to configure port forwarding in NAT. Also, is there a

> tool
> >> to list all open or closed ports?
> >>
> >> Thank you very much in advance!

> >
> >
> >.
> >



 
Reply With Quote
 
Mickey
Guest
Posts: n/a

 
      02-03-2004, 06:44 AM
Thank you, Sharad, for your quick response. I very much
appreciate that. Now I understand...

Is there a utility to test requesting to open a port
through the internet? The reason I am asking is that I am
trying to connect to my company's VPN server using AT&T 's
VPN network client from home's NATed environment. I keep
getting a IPSEC error...

AT&T requested certain open ports. My problem is that any
client behind the NAT server are not able to connect to a
VPN server across the internet. If I bypass the NAT, it is
working fine. I got an 'IPSEC communication error...'
AT&T stated that they are using l2tp and that I need to
open those ports: UDP 500, TCP 50, 5080, 379... on the NAT
Server/Router. Since I am using broadband connection,
IPSEC drivers are needed and loaded by the AT&T client
software at the client workstation to initiate the
tunneling. But for some reason, the tuneneling can't be
established through the NAT. Any suggestions?

Thanks again for your assistance.

>-----Original Message-----
>What you did is, gave access to the port from internet.
>You are asked open ports for connecting through internet,

which most
>propably means, "Do not
>block them, give access to them."
>
>It is not required to keep the port actually open.
>
>So you have given access now, through NAT. Now
>a process should make a request to open the port, then
>it will communicate, after it is done the port will be

closed again.
>Sharad
>
>"Mickey" <(E-Mail Removed)> wrote in

message
>news:8eed01c3ea1e$c3ddb030$(E-Mail Removed)...
>> Thank you, guys, for the input. I tried Service and

Ports
>> setup in IP Routing. I used the same ports for both
>> incoming and outgoing (such as 1731) and put in the
>> internal private IP. But when I do a port scan from a

web
>> port scan tool site, it still shows that the port is not
>> open. Did I do something wrong? When I scan other port
>> like 1720, it shows that the port is open. Please help!
>> Thanks!
>>
>> >-----Original Message-----
>> >Start - Administrative Tools->Routing and Remote

Access.
>> >
>> >When it opens, expand "IP Routing" and under it
>> >find NAT/Firewall and click on it. On the right side

then
>> >you will find the adapters listed. Right click on the

>> adapter which is used
>> >for internect connection, and
>> >select properties.
>> >When the property window opens click on Service and

>> Ports Tab.
>> >There is already a list of standard ports which are

most
>> >commonly used, and these can be opened by checking the

>> coresspoinding check
>> >box. If the required port is not in the common list,

you
>> can click on "Add"
>> >give a description you like, and enter the required

>> incoming and outgoing
>> >port.
>> >Sharad
>> >"Mickey" <(E-Mail Removed)> wrote in

>> message
>> >news:6dff01c3e6ad$c3bb7980$(E-Mail Removed)...
>> >> I am using Windows Server 2003 NAT and am requested

to
>> >> open certain ports for a software to connect over the
>> >> Internet. I wonder if someone could tell me how to

open
>> >> and/or close certain ports in Windows Server 2003 and

>> how
>> >> to configure port forwarding in NAT. Also, is there a

>> tool
>> >> to list all open or closed ports?
>> >>
>> >> Thank you very much in advance!
>> >
>> >
>> >.
>> >

>
>
>.
>

 
Reply With Quote
 
sharad
Guest
Posts: n/a

 
      02-04-2004, 10:23 AM
Do you have a mail server on your server?
If not then get the free version from www.argosoft.com and install it.
Change the SMTP port of the mail server, from default 25, to 500, then from
internet telent to your server by its ip address followed by space followed
by 500
(e.g. telnet 64.91.10.101 500)
If it gets connected and says Welcome to xyz mail server
then port 500 is correctly enabled and can be opened
when requested.
Repeat above by changing the SMTP port of the mail server to other ports you
want to check.

Sharad
"Mickey" <(E-Mail Removed)> wrote in message
news:91f701c3ea29$89d14d60$(E-Mail Removed)...
> Thank you, Sharad, for your quick response. I very much
> appreciate that. Now I understand...
>
> Is there a utility to test requesting to open a port
> through the internet? The reason I am asking is that I am
> trying to connect to my company's VPN server using AT&T 's
> VPN network client from home's NATed environment. I keep
> getting a IPSEC error...
>
> AT&T requested certain open ports. My problem is that any
> client behind the NAT server are not able to connect to a
> VPN server across the internet. If I bypass the NAT, it is
> working fine. I got an 'IPSEC communication error...'
> AT&T stated that they are using l2tp and that I need to
> open those ports: UDP 500, TCP 50, 5080, 379... on the NAT
> Server/Router. Since I am using broadband connection,
> IPSEC drivers are needed and loaded by the AT&T client
> software at the client workstation to initiate the
> tunneling. But for some reason, the tuneneling can't be
> established through the NAT. Any suggestions?
>
> Thanks again for your assistance.
>
> >-----Original Message-----
> >What you did is, gave access to the port from internet.
> >You are asked open ports for connecting through internet,

> which most
> >propably means, "Do not
> >block them, give access to them."
> >
> >It is not required to keep the port actually open.
> >
> >So you have given access now, through NAT. Now
> >a process should make a request to open the port, then
> >it will communicate, after it is done the port will be

> closed again.
> >Sharad
> >
> >"Mickey" <(E-Mail Removed)> wrote in

> message
> >news:8eed01c3ea1e$c3ddb030$(E-Mail Removed)...
> >> Thank you, guys, for the input. I tried Service and

> Ports
> >> setup in IP Routing. I used the same ports for both
> >> incoming and outgoing (such as 1731) and put in the
> >> internal private IP. But when I do a port scan from a

> web
> >> port scan tool site, it still shows that the port is not
> >> open. Did I do something wrong? When I scan other port
> >> like 1720, it shows that the port is open. Please help!
> >> Thanks!
> >>
> >> >-----Original Message-----
> >> >Start - Administrative Tools->Routing and Remote

> Access.
> >> >
> >> >When it opens, expand "IP Routing" and under it
> >> >find NAT/Firewall and click on it. On the right side

> then
> >> >you will find the adapters listed. Right click on the
> >> adapter which is used
> >> >for internect connection, and
> >> >select properties.
> >> >When the property window opens click on Service and
> >> Ports Tab.
> >> >There is already a list of standard ports which are

> most
> >> >commonly used, and these can be opened by checking the
> >> coresspoinding check
> >> >box. If the required port is not in the common list,

> you
> >> can click on "Add"
> >> >give a description you like, and enter the required
> >> incoming and outgoing
> >> >port.
> >> >Sharad
> >> >"Mickey" <(E-Mail Removed)> wrote in
> >> message
> >> >news:6dff01c3e6ad$c3bb7980$(E-Mail Removed)...
> >> >> I am using Windows Server 2003 NAT and am requested

> to
> >> >> open certain ports for a software to connect over the
> >> >> Internet. I wonder if someone could tell me how to

> open
> >> >> and/or close certain ports in Windows Server 2003 and
> >> how
> >> >> to configure port forwarding in NAT. Also, is there a
> >> tool
> >> >> to list all open or closed ports?
> >> >>
> >> >> Thank you very much in advance!
> >> >
> >> >
> >> >.
> >> >

> >
> >
> >.
> >



 
Reply With Quote
 
Perquiaga
Guest
Posts: n/a

 
      02-04-2004, 07:37 PM
HI!
I've set up the port/service in NAT settings to forward an incoming request
in an special port used by an application witch i need to be accessed from
the internet, being installed on an internal workstation.
Everything is done, but it dows not open the port on the server. The
settings in NAT indicates everything is OK. Incoming and uotgoing port are
the same, the protocol is the same the application uses UDP, and the private
ip the workstation has.
Please, how do i open the port ?
The portqry keeps saying NOT LISTENENING and I'm getting mad.
How do i get it to start listening ?
Sharad told that a service must request the por to open ?
but if the software is in an internal workstation, how do i run a service on
the W2K3 server to open the port ? can you explain me a little ? i can't get
it...
thanks

"sharad" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Do you have a mail server on your server?
> If not then get the free version from www.argosoft.com and install it.
> Change the SMTP port of the mail server, from default 25, to 500, then

from
> internet telent to your server by its ip address followed by space

followed
> by 500
> (e.g. telnet 64.91.10.101 500)
> If it gets connected and says Welcome to xyz mail server
> then port 500 is correctly enabled and can be opened
> when requested.
> Repeat above by changing the SMTP port of the mail server to other ports

you
> want to check.
>
> Sharad
> "Mickey" <(E-Mail Removed)> wrote in message
> news:91f701c3ea29$89d14d60$(E-Mail Removed)...
> > Thank you, Sharad, for your quick response. I very much
> > appreciate that. Now I understand...
> >
> > Is there a utility to test requesting to open a port
> > through the internet? The reason I am asking is that I am
> > trying to connect to my company's VPN server using AT&T 's
> > VPN network client from home's NATed environment. I keep
> > getting a IPSEC error...
> >
> > AT&T requested certain open ports. My problem is that any
> > client behind the NAT server are not able to connect to a
> > VPN server across the internet. If I bypass the NAT, it is
> > working fine. I got an 'IPSEC communication error...'
> > AT&T stated that they are using l2tp and that I need to
> > open those ports: UDP 500, TCP 50, 5080, 379... on the NAT
> > Server/Router. Since I am using broadband connection,
> > IPSEC drivers are needed and loaded by the AT&T client
> > software at the client workstation to initiate the
> > tunneling. But for some reason, the tuneneling can't be
> > established through the NAT. Any suggestions?
> >
> > Thanks again for your assistance.
> >
> > >-----Original Message-----
> > >What you did is, gave access to the port from internet.
> > >You are asked open ports for connecting through internet,

> > which most
> > >propably means, "Do not
> > >block them, give access to them."
> > >
> > >It is not required to keep the port actually open.
> > >
> > >So you have given access now, through NAT. Now
> > >a process should make a request to open the port, then
> > >it will communicate, after it is done the port will be

> > closed again.
> > >Sharad
> > >
> > >"Mickey" <(E-Mail Removed)> wrote in

> > message
> > >news:8eed01c3ea1e$c3ddb030$(E-Mail Removed)...
> > >> Thank you, guys, for the input. I tried Service and

> > Ports
> > >> setup in IP Routing. I used the same ports for both
> > >> incoming and outgoing (such as 1731) and put in the
> > >> internal private IP. But when I do a port scan from a

> > web
> > >> port scan tool site, it still shows that the port is not
> > >> open. Did I do something wrong? When I scan other port
> > >> like 1720, it shows that the port is open. Please help!
> > >> Thanks!
> > >>
> > >> >-----Original Message-----
> > >> >Start - Administrative Tools->Routing and Remote

> > Access.
> > >> >
> > >> >When it opens, expand "IP Routing" and under it
> > >> >find NAT/Firewall and click on it. On the right side

> > then
> > >> >you will find the adapters listed. Right click on the
> > >> adapter which is used
> > >> >for internect connection, and
> > >> >select properties.
> > >> >When the property window opens click on Service and
> > >> Ports Tab.
> > >> >There is already a list of standard ports which are

> > most
> > >> >commonly used, and these can be opened by checking the
> > >> coresspoinding check
> > >> >box. If the required port is not in the common list,

> > you
> > >> can click on "Add"
> > >> >give a description you like, and enter the required
> > >> incoming and outgoing
> > >> >port.
> > >> >Sharad
> > >> >"Mickey" <(E-Mail Removed)> wrote in
> > >> message
> > >> >news:6dff01c3e6ad$c3bb7980$(E-Mail Removed)...
> > >> >> I am using Windows Server 2003 NAT and am requested

> > to
> > >> >> open certain ports for a software to connect over the
> > >> >> Internet. I wonder if someone could tell me how to

> > open
> > >> >> and/or close certain ports in Windows Server 2003 and
> > >> how
> > >> >> to configure port forwarding in NAT. Also, is there a
> > >> tool
> > >> >> to list all open or closed ports?
> > >> >>
> > >> >> Thank you very much in advance!
> > >> >
> > >> >
> > >> >.
> > >> >
> > >
> > >
> > >.
> > >

>
>



 
Reply With Quote
 
Mickey
Guest
Posts: n/a

 
      02-06-2004, 05:46 PM
I guess what Sharad was saying was that your Internet
client trying to connect to the application hosted behind
the NAT will make a request to open these ports on your
NAT server. If they are mapped correctly they should open
upon request.

I mapped my ports correctly on the NAT. But sill couldn't
get my VPN client to go through the NAT.
Perquiaga, what portqry tool are you using to see if the
port is listening? I am troubleshooting my ports but could
find a good tool to test these ports. Please advise.

Thank You.
>-----Original Message-----
>HI!
>I've set up the port/service in NAT settings to forward

an incoming request
>in an special port used by an application witch i need to

be accessed from
>the internet, being installed on an internal workstation.
>Everything is done, but it dows not open the port on the

server. The
>settings in NAT indicates everything is OK. Incoming and

uotgoing port are
>the same, the protocol is the same the application uses

UDP, and the private
>ip the workstation has.
>Please, how do i open the port ?
>The portqry keeps saying NOT LISTENENING and I'm getting

mad.
>How do i get it to start listening ?
>Sharad told that a service must request the por to open ?
>but if the software is in an internal workstation, how do

i run a service on
>the W2K3 server to open the port ? can you explain me a

little ? i can't get
>it...
>thanks
>
>"sharad" <(E-Mail Removed)> wrote in message
>news:(E-Mail Removed)...
>> Do you have a mail server on your server?
>> If not then get the free version from www.argosoft.com

and install it.
>> Change the SMTP port of the mail server, from default

25, to 500, then
>from
>> internet telent to your server by its ip address

followed by space
>followed
>> by 500
>> (e.g. telnet 64.91.10.101 500)
>> If it gets connected and says Welcome to xyz mail server
>> then port 500 is correctly enabled and can be opened
>> when requested.
>> Repeat above by changing the SMTP port of the mail

server to other ports
>you
>> want to check.
>>
>> Sharad
>> "Mickey" <(E-Mail Removed)> wrote in

message
>> news:91f701c3ea29$89d14d60$(E-Mail Removed)...
>> > Thank you, Sharad, for your quick response. I very

much
>> > appreciate that. Now I understand...
>> >
>> > Is there a utility to test requesting to open a port
>> > through the internet? The reason I am asking is that

I am
>> > trying to connect to my company's VPN server using

AT&T 's
>> > VPN network client from home's NATed environment. I

keep
>> > getting a IPSEC error...
>> >
>> > AT&T requested certain open ports. My problem is that

any
>> > client behind the NAT server are not able to connect

to a
>> > VPN server across the internet. If I bypass the NAT,

it is
>> > working fine. I got an 'IPSEC communication error...'
>> > AT&T stated that they are using l2tp and that I need

to
>> > open those ports: UDP 500, TCP 50, 5080, 379... on

the NAT
>> > Server/Router. Since I am using broadband connection,
>> > IPSEC drivers are needed and loaded by the AT&T client
>> > software at the client workstation to initiate the
>> > tunneling. But for some reason, the tuneneling can't

be
>> > established through the NAT. Any suggestions?
>> >
>> > Thanks again for your assistance.
>> >
>> > >-----Original Message-----
>> > >What you did is, gave access to the port from

internet.
>> > >You are asked open ports for connecting through

internet,
>> > which most
>> > >propably means, "Do not
>> > >block them, give access to them."
>> > >
>> > >It is not required to keep the port actually open.
>> > >
>> > >So you have given access now, through NAT. Now
>> > >a process should make a request to open the port,

then
>> > >it will communicate, after it is done the port will

be
>> > closed again.
>> > >Sharad
>> > >
>> > >"Mickey" <(E-Mail Removed)> wrote

in
>> > message
>> > >news:8eed01c3ea1e$c3ddb030$(E-Mail Removed)...
>> > >> Thank you, guys, for the input. I tried Service and
>> > Ports
>> > >> setup in IP Routing. I used the same ports for both
>> > >> incoming and outgoing (such as 1731) and put in the
>> > >> internal private IP. But when I do a port scan

from a
>> > web
>> > >> port scan tool site, it still shows that the port

is not
>> > >> open. Did I do something wrong? When I scan other

port
>> > >> like 1720, it shows that the port is open. Please

help!
>> > >> Thanks!
>> > >>
>> > >> >-----Original Message-----
>> > >> >Start - Administrative Tools->Routing and Remote
>> > Access.
>> > >> >
>> > >> >When it opens, expand "IP Routing" and under it
>> > >> >find NAT/Firewall and click on it. On the right

side
>> > then
>> > >> >you will find the adapters listed. Right click on

the
>> > >> adapter which is used
>> > >> >for internect connection, and
>> > >> >select properties.
>> > >> >When the property window opens click on Service

and
>> > >> Ports Tab.
>> > >> >There is already a list of standard ports which

are
>> > most
>> > >> >commonly used, and these can be opened by

checking the
>> > >> coresspoinding check
>> > >> >box. If the required port is not in the common

list,
>> > you
>> > >> can click on "Add"
>> > >> >give a description you like, and enter the

required
>> > >> incoming and outgoing
>> > >> >port.
>> > >> >Sharad
>> > >> >"Mickey" <(E-Mail Removed)>

wrote in
>> > >> message
>> > >> >news:6dff01c3e6ad$c3bb7980$(E-Mail Removed)...
>> > >> >> I am using Windows Server 2003 NAT and am

requested
>> > to
>> > >> >> open certain ports for a software to connect

over the
>> > >> >> Internet. I wonder if someone could tell me how

to
>> > open
>> > >> >> and/or close certain ports in Windows Server

2003 and
>> > >> how
>> > >> >> to configure port forwarding in NAT. Also, is

there a
>> > >> tool
>> > >> >> to list all open or closed ports?
>> > >> >>
>> > >> >> Thank you very much in advance!
>> > >> >
>> > >> >
>> > >> >.
>> > >> >
>> > >
>> > >
>> > >.
>> > >

>>
>>

>
>
>.
>

 
Reply With Quote
 
Perquiaga
Guest
Posts: n/a

 
      02-06-2004, 05:50 PM
I'm using portqry, the one included in the support tools.
And i can't make it work yet.

"Mickey" <(E-Mail Removed)> wrote in message
news:c0cd01c3ece1$8c659490$(E-Mail Removed)...
> I guess what Sharad was saying was that your Internet
> client trying to connect to the application hosted behind
> the NAT will make a request to open these ports on your
> NAT server. If they are mapped correctly they should open
> upon request.
>
> I mapped my ports correctly on the NAT. But sill couldn't
> get my VPN client to go through the NAT.
> Perquiaga, what portqry tool are you using to see if the
> port is listening? I am troubleshooting my ports but could
> find a good tool to test these ports. Please advise.
>
> Thank You.
> >-----Original Message-----
> >HI!
> >I've set up the port/service in NAT settings to forward

> an incoming request
> >in an special port used by an application witch i need to

> be accessed from
> >the internet, being installed on an internal workstation.
> >Everything is done, but it dows not open the port on the

> server. The
> >settings in NAT indicates everything is OK. Incoming and

> uotgoing port are
> >the same, the protocol is the same the application uses

> UDP, and the private
> >ip the workstation has.
> >Please, how do i open the port ?
> >The portqry keeps saying NOT LISTENENING and I'm getting

> mad.
> >How do i get it to start listening ?
> >Sharad told that a service must request the por to open ?
> >but if the software is in an internal workstation, how do

> i run a service on
> >the W2K3 server to open the port ? can you explain me a

> little ? i can't get
> >it...
> >thanks
> >
> >"sharad" <(E-Mail Removed)> wrote in message
> >news:(E-Mail Removed)...
> >> Do you have a mail server on your server?
> >> If not then get the free version from www.argosoft.com

> and install it.
> >> Change the SMTP port of the mail server, from default

> 25, to 500, then
> >from
> >> internet telent to your server by its ip address

> followed by space
> >followed
> >> by 500
> >> (e.g. telnet 64.91.10.101 500)
> >> If it gets connected and says Welcome to xyz mail server
> >> then port 500 is correctly enabled and can be opened
> >> when requested.
> >> Repeat above by changing the SMTP port of the mail

> server to other ports
> >you
> >> want to check.
> >>
> >> Sharad
> >> "Mickey" <(E-Mail Removed)> wrote in

> message
> >> news:91f701c3ea29$89d14d60$(E-Mail Removed)...
> >> > Thank you, Sharad, for your quick response. I very

> much
> >> > appreciate that. Now I understand...
> >> >
> >> > Is there a utility to test requesting to open a port
> >> > through the internet? The reason I am asking is that

> I am
> >> > trying to connect to my company's VPN server using

> AT&T 's
> >> > VPN network client from home's NATed environment. I

> keep
> >> > getting a IPSEC error...
> >> >
> >> > AT&T requested certain open ports. My problem is that

> any
> >> > client behind the NAT server are not able to connect

> to a
> >> > VPN server across the internet. If I bypass the NAT,

> it is
> >> > working fine. I got an 'IPSEC communication error...'
> >> > AT&T stated that they are using l2tp and that I need

> to
> >> > open those ports: UDP 500, TCP 50, 5080, 379... on

> the NAT
> >> > Server/Router. Since I am using broadband connection,
> >> > IPSEC drivers are needed and loaded by the AT&T client
> >> > software at the client workstation to initiate the
> >> > tunneling. But for some reason, the tuneneling can't

> be
> >> > established through the NAT. Any suggestions?
> >> >
> >> > Thanks again for your assistance.
> >> >
> >> > >-----Original Message-----
> >> > >What you did is, gave access to the port from

> internet.
> >> > >You are asked open ports for connecting through

> internet,
> >> > which most
> >> > >propably means, "Do not
> >> > >block them, give access to them."
> >> > >
> >> > >It is not required to keep the port actually open.
> >> > >
> >> > >So you have given access now, through NAT. Now
> >> > >a process should make a request to open the port,

> then
> >> > >it will communicate, after it is done the port will

> be
> >> > closed again.
> >> > >Sharad
> >> > >
> >> > >"Mickey" <(E-Mail Removed)> wrote

> in
> >> > message
> >> > >news:8eed01c3ea1e$c3ddb030$(E-Mail Removed)...
> >> > >> Thank you, guys, for the input. I tried Service and
> >> > Ports
> >> > >> setup in IP Routing. I used the same ports for both
> >> > >> incoming and outgoing (such as 1731) and put in the
> >> > >> internal private IP. But when I do a port scan

> from a
> >> > web
> >> > >> port scan tool site, it still shows that the port

> is not
> >> > >> open. Did I do something wrong? When I scan other

> port
> >> > >> like 1720, it shows that the port is open. Please

> help!
> >> > >> Thanks!
> >> > >>
> >> > >> >-----Original Message-----
> >> > >> >Start - Administrative Tools->Routing and Remote
> >> > Access.
> >> > >> >
> >> > >> >When it opens, expand "IP Routing" and under it
> >> > >> >find NAT/Firewall and click on it. On the right

> side
> >> > then
> >> > >> >you will find the adapters listed. Right click on

> the
> >> > >> adapter which is used
> >> > >> >for internect connection, and
> >> > >> >select properties.
> >> > >> >When the property window opens click on Service

> and
> >> > >> Ports Tab.
> >> > >> >There is already a list of standard ports which

> are
> >> > most
> >> > >> >commonly used, and these can be opened by

> checking the
> >> > >> coresspoinding check
> >> > >> >box. If the required port is not in the common

> list,
> >> > you
> >> > >> can click on "Add"
> >> > >> >give a description you like, and enter the

> required
> >> > >> incoming and outgoing
> >> > >> >port.
> >> > >> >Sharad
> >> > >> >"Mickey" <(E-Mail Removed)>

> wrote in
> >> > >> message
> >> > >> >news:6dff01c3e6ad$c3bb7980$(E-Mail Removed)...
> >> > >> >> I am using Windows Server 2003 NAT and am

> requested
> >> > to
> >> > >> >> open certain ports for a software to connect

> over the
> >> > >> >> Internet. I wonder if someone could tell me how

> to
> >> > open
> >> > >> >> and/or close certain ports in Windows Server

> 2003 and
> >> > >> how
> >> > >> >> to configure port forwarding in NAT. Also, is

> there a
> >> > >> tool
> >> > >> >> to list all open or closed ports?
> >> > >> >>
> >> > >> >> Thank you very much in advance!
> >> > >> >
> >> > >> >
> >> > >> >.
> >> > >> >
> >> > >
> >> > >
> >> > >.
> >> > >
> >>
> >>

> >
> >
> >.
> >



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Open ports Martijn Berendsen Linux Networking 5 06-02-2008 09:22 AM
open ports Raul Network Routers 1 05-20-2005 07:35 PM
Open ports for two IPs Joerg Reutershan Network Routers 2 03-13-2005 03:00 AM
How to open ports Barry Kensett Home Networking 0 02-09-2004 08:14 AM
Ports 137, 138 Open? Curtis Windows Networking 1 12-10-2003 01:26 PM



1 2 3 4 5 6 7 8 9 10 11