Results 1 to 1 of 1
Hi All,
How to run any service after entering in /etc/services file without restart service i have done as follows:-
vi /etc/services
monit 2812/tcp # monit service
monit 2812/udp # ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-14-2007 #1Just Joined!
- Join Date
- Jan 2007
- Posts
- 7
Regarding any new service
Hi All,
How to run any service after entering in /etc/services file without restart service i have done as follows:-
vi /etc/services
monit 2812/tcp # monit service
monit 2812/udp # monit service
after that i m runing command:-
nmap localhost
Starting nmap 3.70 ( Nmap - Free Security Scanner For Network Exploration & Security Audits. ) at 2007-09-14 22:01 UTC
Interesting ports on testserver (127.0.0.1):
(The 1649 ports scanned but not shown below are in state: closed)
PORT STATE SERVICE
21/tcp open ftp
22/tcp open ssh
80/tcp open http
111/tcp open rpcbind
631/tcp open ipp
782/tcp open hp-managed-node
834/tcp open unknown
855/tcp open unknown
2049/tcp open nfs
3306/tcp open mysql
32770/tcp open sometimes-rpc3
Nmap run completed -- 1 IP address (1 host up) scanned in 0.242 seconds
there is no 2812 port open.
please help me to open the port


Reply With Quote
