473,748 Members | 8,760 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

software not working because of port block?

dlite922
1,584 Recognized Expert Top Contributor
I have a proprietary software on two different internal networks. on one the client-side software can access the server, and the second network, they can't.

I have no real clue which ports are needed,

1. What's the best way to find out? will telnet x.x.x.x port# work?

2. Does one side (server) have to be listening on a port to be able to detect that it is open? If it doesn't listen, than requests end up no where. right?

3. For Window share ports (nmbd,smbd), is it possible to check with the telnet method? What's a good way to check these?


Thanks for any information regarding any of the above,


PS: both networks are able to ping the server IP where the server-side portion is located.



Dan
Aug 5 '09 #1
3 2381
sicarie
4,677 Recognized Expert Moderator Specialist
My recommendation would be to put a software package sniffer on both and attempt to connect. You can then filter by 'outgoing.' Depending on what OS these are on, there are different ways to do that.

You'll see the initial handshake from one box's IP to another, and from there open that first port. Then repeat the whole thing, and you'll see what the other box responds on.

If these are Windows, you can use Wireshark; Linux - tcpdump.

To test to see if the port is open you can run the telnet test, but you will first need to ensure the other server is listening on that port, probably with the nestat command.
Aug 10 '09 #2
dlite922
1,584 Recognized Expert Top Contributor
Thanks, found the ports. IT Dept is blocking them. It's their problem now.
Aug 12 '09 #3
Banfa
9,065 Recognized Expert Moderator Expert
netstat is a useful tool to find out this sort of information too, and it is part of Windows and Linux so doesn't need installing on either system, although as is often the case where Windows has copied a *nix tool the *nix one has more features.

However it lists all open sockets and if the are listening or connected allong with port numbers and IP addresses and can also resolve which program opened them.
Aug 12 '09 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

2
13192
by: willie | last post by:
Hi, I'm writing a program which requires the use of three serial ports and one parallel port. My application has a scanning devices on each port, which I can access fine with pyserial. However, I'm unsure of how exactly I should be designing the program, I thought I could use threading to start class: class scanner(Thread): def __init__(self,port):
6
28460
by: MajorTom | last post by:
Hello, I getting this error An established connection was aborted by the software in your host machine here: TcpClient smtpSocket = new TcpClient(_serverSmtp, _portSmtp) port = 25 (smtp server) and my smtp server is working fine from the outlook program
0
2220
by: Jm | last post by:
Hi All I recently got some help with code conversion that i used in vb6 to block a specific tcp port. The code runs under a timer and is run on a very low tick count (Meaning it happens constantly). Unfortunately the code appears to do nothing ? This is the converted code Public Structure MIB_TCPROW Public dwState As Integer Public dwLocalAddr As Integer
4
2463
by: opensourcearts | last post by:
Hello all, I am working on an application that is basically a bridge between oscommerce and gallery2 software, with some other functionality. It will allow users to port all of their media from gallery2 into oscommrce, complete with rights definitions and watermarking. I have spent a lot of time on this application, and I am thinking of selling it as part of a bundled package with creloaded and gallery2.
6
9252
by: JustinC | last post by:
Does anyone know of a way, using C#, to programmatically block a Windows port? I've looked into some low level solutions like NDIS, but am hoping to find something that uses C#. Any help would be greatly appreciated.
5
5927
by: abcd | last post by:
any ideas on how to block a network port from being used, or one that is currently in use? For example, say I want to block port 23 from being used. by used, I mean allowing connections to or from it. thanks in advance.
20
13641
by: simple25 | last post by:
I've been looking through sites to see if anyone could provide the correct steps to block port 1434, which is a MSSQL port. NOBODY and I mean NOBODY was smart enough to give a clear and simple answer. The question again is... HOW DO I BLOCK PORT 1434? *** answers include the following: Go to your firewall.... You don't need to block it... Technically you don't want to block it...
133
4211
by: Jean-Pierre Mestre | last post by:
Good evening, I have a C software for Windows that I need to port to Redhat Unix. At the moment it works completely fine with the Windows FLOSS compiler lccwin32. I try gcc but now it doesn't work :( There seems to be two serious problems, one operator overloading and the other the safe String type. Is there a compiler for Unix with these advanced features, or what's the best way to port them across?
1
1796
by: JDeats | last post by:
I have a WinForms app (.NET 2.0) which has a web service reference and the web service call is failing inside some corporate environments. I know a proxy server could cause this problem, but does anyone know of corporate anti-virus software that monitors TCP/IP port 80 that would block any unknown desktop application? I'm just trying to build a short list of most likely culprits
0
8991
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8831
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
6796
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6076
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4607
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4876
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3315
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2787
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2215
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.