RE: Standalone applet to create an open port?

2008-07-09 Thread Ziots, Edward
Carl's tool worked marvelously. It opened the port and I was able to
verify it was open by telnet'ing to it.. 

Thanks! 


On Tue, Jul 8, 2008 at 3:38 PM, Michael B. Smith
[EMAIL PROTECTED] wrote:


Then  just telnet server-ip port-number

 

For example:

 

Telnet 192.68.1.101 8080

 

If it opens - well, the port is open!

 

Regards,

 

Michael B. Smith

MCITP:EM/MCSE/Exchange MVP

http://TheEssentialExchange.com

 

From: Eric Woodford [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 08, 2008 6:35 PM

To: NT System Admin Issues

Subject: Re: Standalone applet to create an open port?

 

It's an internal IP address. 

I want to open a network port on my server and see if I can use
portqry to see if it's open. Network team tells me that the server's
locked down, but I don't think so.. 

On Tue, Jul 8, 2008 at 3:30 PM, Michael B. Smith
[EMAIL PROTECTED] wrote:

I don't really understand what you are asking.

 

Use something like nmap, or portqry, or tcpview to see what
ports are open on your server (or netstat -ano for heaven's sake!).

 

I'm happy to run a scan for you at a given IP address, but you
have to tell me what that IP address is!

 

Regards,

 

Michael B. Smith

MCITP:EM/MCSE/Exchange MVP

http://TheEssentialExchange.com

 

From: Eric Woodford [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 08, 2008 6:23 PM
To: NT System Admin Issues
Subject: Standalone applet to create an open port?

 

I am looking to prove the network team wrong.. The firewall
looks to be configured wrong, but they keep blaming my server. 

I am looking for an application to run on a server, that would
open a network port and respond to a port query. 

Thinking that something like a telnet server, assigned to answer
on a non-standard port would work, but don't want to install IIS, etc.
on the server to do it. 

Any ideas? 

 

 









Nmap -sS -P0 -p 8080 Target_IP_Address will also help you. 

 

Z

 

Edward E. Ziots

Network Engineer

Lifespan Organization

MCSE,MCSA,MCP,Security+,Network+,CCA

Phone: 401-639-3505

-Original Message-
From: Eric Woodford [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 08, 2008 6:58 PM
To: NT System Admin Issues
Subject: Re: Standalone applet to create an open port?

 

 


~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~

RE: Standalone applet to create an open port?

2008-07-08 Thread Carl Houseman
This guy can listen and respond on whatever port you want.  Also very handy
for measuring available bandwidth... :)

 

http://www.softpedia.com/get/Network-Tools/Network-Testing/Network-Speed.sht
ml

 

Network Speed [Version 1.40]

 

Calculates the network speed (transfer rate) between two winsock hosts.

 

 

The syntax of this command is:

 

 

netspeed /H:host|/S[:n] [/P:n] [/M:n] [/C:y|n]

 

 /H:host  : Client mode, host=name/address of a machine waiting in server
mode.

 /S:n : Server mode, n=# of times to answer before exiting, default is


 /P:n : n=Port number, default is .  (Both client  server must
match)

 /M:n : n=Megabytes to transfer, default is 10. (Only valid in client
mode)

 /C:y,/C:n: y=The data sent will be compressible; n=Not compressible
(default).

 

Copyright 1999-2002 Marty List, [EMAIL PROTECTED]

 

 

From: Eric Woodford [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 08, 2008 6:23 PM
To: NT System Admin Issues
Subject: Standalone applet to create an open port?

 

I am looking to prove the network team wrong.. The firewall looks to be
configured wrong, but they keep blaming my server. 

I am looking for an application to run on a server, that would open a
network port and respond to a port query. 

Thinking that something like a telnet server, assigned to answer on a
non-standard port would work, but don't want to install IIS, etc. on the
server to do it. 

Any ideas? 


~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~

RE: Standalone applet to create an open port?

2008-07-08 Thread Michael B. Smith
I don't really understand what you are asking.

 

Use something like nmap, or portqry, or tcpview to see what ports are open
on your server (or netstat -ano for heaven's sake!).

 

I'm happy to run a scan for you at a given IP address, but you have to tell
me what that IP address is!

 

Regards,

 

Michael B. Smith

MCITP:EM/MCSE/Exchange MVP

http://TheEssentialExchange.com

 

From: Eric Woodford [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 08, 2008 6:23 PM
To: NT System Admin Issues
Subject: Standalone applet to create an open port?

 

I am looking to prove the network team wrong.. The firewall looks to be
configured wrong, but they keep blaming my server. 

I am looking for an application to run on a server, that would open a
network port and respond to a port query. 

Thinking that something like a telnet server, assigned to answer on a
non-standard port would work, but don't want to install IIS, etc. on the
server to do it. 

Any ideas? 


~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~

Re: Standalone applet to create an open port?

2008-07-08 Thread Eric Woodford
Thanks Carl, Take a peak..

On Tue, Jul 8, 2008 at 3:30 PM, Carl Houseman [EMAIL PROTECTED] wrote:

  This guy can listen and respond on whatever port you want.  Also very
 handy for measuring available bandwidth... :)




 http://www.softpedia.com/get/Network-Tools/Network-Testing/Network-Speed.shtml



 Network Speed [Version 1.40]



 Calculates the network speed (transfer rate) between two winsock hosts.





 The syntax of this command is:





 netspeed /H:host|/S[:n] [/P:n] [/M:n] [/C:y|n]



  /H:host  : Client mode, host=name/address of a machine waiting in server
 mode.

  /S:n : Server mode, n=# of times to answer before exiting, default is
 

  /P:n : n=Port number, default is .  (Both client  server must
 match)

  /M:n : n=Megabytes to transfer, default is 10. (Only valid in client
 mode)

  /C:y,/C:n: y=The data sent will be compressible; n=Not compressible
 (default).



 Copyright 1999-2002 Marty List, [EMAIL PROTECTED]





 *From:* Eric Woodford [mailto:[EMAIL PROTECTED]
 *Sent:* Tuesday, July 08, 2008 6:23 PM
 *To:* NT System Admin Issues
 *Subject:* Standalone applet to create an open port?



 I am looking to prove the network team wrong.. The firewall looks to be
 configured wrong, but they keep blaming my server.

 I am looking for an application to run on a server, that would open a
 network port and respond to a port query.

 Thinking that something like a telnet server, assigned to answer on a
 non-standard port would work, but don't want to install IIS, etc. on the
 server to do it.

 Any ideas?



~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~

Re: Standalone applet to create an open port?

2008-07-08 Thread Eric Woodford
It's an internal IP address.

I want to open a network port on my server and see if I can use portqry to
see if it's open. Network team tells me that the server's locked down, but I
don't think so..

On Tue, Jul 8, 2008 at 3:30 PM, Michael B. Smith 
[EMAIL PROTECTED] wrote:

  I don't really understand what you are asking.



 Use something like nmap, or portqry, or tcpview to see what ports are open
 on your server (or netstat –ano for heaven's sake!).



 I'm happy to run a scan for you at a given IP address, but you have to tell
 me what that IP address is!



 Regards,



 Michael B. Smith

 MCITP:EM/MCSE/Exchange MVP

 http://TheEssentialExchange.com



 *From:* Eric Woodford [mailto:[EMAIL PROTECTED]
 *Sent:* Tuesday, July 08, 2008 6:23 PM
 *To:* NT System Admin Issues
 *Subject:* Standalone applet to create an open port?



 I am looking to prove the network team wrong.. The firewall looks to be
 configured wrong, but they keep blaming my server.

 I am looking for an application to run on a server, that would open a
 network port and respond to a port query.

 Thinking that something like a telnet server, assigned to answer on a
 non-standard port would work, but don't want to install IIS, etc. on the
 server to do it.

 Any ideas?



~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~

RE: Standalone applet to create an open port?

2008-07-08 Thread Michael B. Smith
Then  just telnet server-ip port-number

 

For example:

 

Telnet 192.68.1.101 8080

 

If it opens - well, the port is open!

 

Regards,

 

Michael B. Smith

MCITP:EM/MCSE/Exchange MVP

http://TheEssentialExchange.com

 

From: Eric Woodford [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 08, 2008 6:35 PM
To: NT System Admin Issues
Subject: Re: Standalone applet to create an open port?

 

It's an internal IP address. 

I want to open a network port on my server and see if I can use portqry to
see if it's open. Network team tells me that the server's locked down, but I
don't think so.. 

On Tue, Jul 8, 2008 at 3:30 PM, Michael B. Smith
[EMAIL PROTECTED] wrote:

I don't really understand what you are asking.

 

Use something like nmap, or portqry, or tcpview to see what ports are open
on your server (or netstat -ano for heaven's sake!).

 

I'm happy to run a scan for you at a given IP address, but you have to tell
me what that IP address is!

 

Regards,

 

Michael B. Smith

MCITP:EM/MCSE/Exchange MVP

http://TheEssentialExchange.com

 

From: Eric Woodford [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 08, 2008 6:23 PM
To: NT System Admin Issues
Subject: Standalone applet to create an open port?

 

I am looking to prove the network team wrong.. The firewall looks to be
configured wrong, but they keep blaming my server. 

I am looking for an application to run on a server, that would open a
network port and respond to a port query. 

Thinking that something like a telnet server, assigned to answer on a
non-standard port would work, but don't want to install IIS, etc. on the
server to do it. 

Any ideas? 

 

 


~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~

Re: Standalone applet to create an open port?

2008-07-08 Thread Eric Woodford
Carl's tool worked marvelously. It opened the port and I was able to verify
it was open by telnet'ing to it..

Thanks!

On Tue, Jul 8, 2008 at 3:38 PM, Michael B. Smith 
[EMAIL PROTECTED] wrote:

  Then  just telnet server-ip port-number



 For example:



 Telnet 192.68.1.101 8080



 If it opens – well, the port is open!



 Regards,



 Michael B. Smith

 MCITP:EM/MCSE/Exchange MVP

 http://TheEssentialExchange.com



 *From:* Eric Woodford [mailto:[EMAIL PROTECTED]
 *Sent:* Tuesday, July 08, 2008 6:35 PM
 *To:* NT System Admin Issues
 *Subject:* Re: Standalone applet to create an open port?



 It's an internal IP address.

 I want to open a network port on my server and see if I can use portqry to
 see if it's open. Network team tells me that the server's locked down, but I
 don't think so..

 On Tue, Jul 8, 2008 at 3:30 PM, Michael B. Smith 
 [EMAIL PROTECTED] wrote:

 I don't really understand what you are asking.



 Use something like nmap, or portqry, or tcpview to see what ports are open
 on your server (or netstat –ano for heaven's sake!).



 I'm happy to run a scan for you at a given IP address, but you have to tell
 me what that IP address is!



 Regards,



 Michael B. Smith

 MCITP:EM/MCSE/Exchange MVP

 http://TheEssentialExchange.com



 *From:* Eric Woodford [mailto:[EMAIL PROTECTED]
 *Sent:* Tuesday, July 08, 2008 6:23 PM
 *To:* NT System Admin Issues
 *Subject:* Standalone applet to create an open port?



 I am looking to prove the network team wrong.. The firewall looks to be
 configured wrong, but they keep blaming my server.

 I am looking for an application to run on a server, that would open a
 network port and respond to a port query.

 Thinking that something like a telnet server, assigned to answer on a
 non-standard port would work, but don't want to install IIS, etc. on the
 server to do it.

 Any ideas?







~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~

Re: Standalone applet to create an open port?

2008-07-08 Thread Kurt Buff
google for netcat - it's been ported to Windows.

On Tue, Jul 8, 2008 at 3:22 PM, Eric Woodford [EMAIL PROTECTED] wrote:
 I am looking to prove the network team wrong.. The firewall looks to be
 configured wrong, but they keep blaming my server.

 I am looking for an application to run on a server, that would open a
 network port and respond to a port query.

 Thinking that something like a telnet server, assigned to answer on a
 non-standard port would work, but don't want to install IIS, etc. on the
 server to do it.

 Any ideas?


~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~