How to check if a port is open or blocked?
Method 1: Use 'Netcat' (alias: 'nc')
nc -zvv IP port
Method 2: http://www.canyouseeme.org/
Method 3: http://www.yougetsignal.com/tools/open-ports/
Showing posts with label Port. Show all posts
Showing posts with label Port. Show all posts
28 June 2016
23 June 2015
SysAid - In RDS list, can not see the machine I have installed RDS software on
Problem: SysAid - In RDS list, can not see the machine I have installed RDS software on
Solution: On the machine I have installed RDS on, go to the folder -
C:\Program Files\SysAidRemoteDiscovery\root\WEF_INF\root, open the text file -
Discovery Services.properties
There are two lines containing the IP address of the SysAid server. The first one is with the port 8080, the second one without.
What we need to do is to just add ':8080' at the end of the second line of IP address.
Save it. Restart the RDS service.
Done.
Solution: On the machine I have installed RDS on, go to the folder -
C:\Program Files\SysAidRemoteDiscovery\root\WEF_INF\root, open the text file -
Discovery Services.properties
There are two lines containing the IP address of the SysAid server. The first one is with the port 8080, the second one without.
What we need to do is to just add ':8080' at the end of the second line of IP address.
Save it. Restart the RDS service.
Done.
09 July 2014
How to automatically send an online form to an email address with PHP?
Define SMTP (e.g. Bell) and Port in php.ini.
Use mail function of PHP.
Use mail function of PHP.
Subscribe to:
Posts (Atom)