Sponsored Content
Full Discussion: Closing out ports???
Special Forums IP Networking Closing out ports??? Post 28534 by s93366 on Thursday 19th of September 2002 03:55:06 PM
Old 09-19-2002
Hi..

First of all.. Don't remove stuff from /etc/services.. thats not the
way to go!!!! If you have a backup of the original services file
i suggest you replace the one you modified with the orginal.. or simply copy it from
another box running the same OS and version...

Please tell me what os you are running ! That really helps..
To check for open ports try: netstat -a |grep LISTEN (should work
on most unixes)

you should check the /etc/inetd.conf
for services and comment them out.. example:

pop3 stream tcp nowait root /usr/sbin/popa3d popa3d

line in /etc/inetd.conf will enable POP3 mail services..
just comment it out to disable it with a
# sign in front like this!

#pop3 stream tcp nowait root /usr/sbin/popa3d popa3d

then find out the pid of inetd and run kill -HUP <PID_OF_INETD_HERE> or simply reboot the server...

You should also check your startup files för services (depends on OS and init type where to find them.. please tell me what os you are running. This could be done with the command: uname -a)

You could also checkout if there is a free firewall available for your unix/linux if you want more control of what to let in and out of a server.

Hope this helps some..

/Peter C
 

9 More Discussions You Might Find Interesting

1. Cybersecurity

closing open ports

/* Linux Slackware */ Nmap shows the following ports open on the gateway. 21/tcp ftp 22/tcp ssh 23/tcp telnet 25/tcp smtp 37/tcp time 80/tcp http 113/tcp auth 515/tcp printer 587/tcp submission 1024/tcp kdm 6000/tcp x11 ------------------------------- i would like to close as... (10 Replies)
Discussion started by: LowOrderBit
10 Replies

2. Cybersecurity

firewall vs. closing ports

This may be kind of a stupid question, but here goes: Say I'm running a FreeBSD webserver (w/apache). I've managed to close ALL open ports (including SSH/telnet and portmapper), excepting '80' that apache is listening on. A netstat -a shows me nothing open. Discounting DoS/DDoS or holes in... (7 Replies)
Discussion started by: adam_crosby
7 Replies

3. Post Here to Contact Site Administrators and Moderators

Closing a thread

hi, Just wondering if there could be a way to close threads whose creator has got the desired reply. however if someone still wants to give a remark or suggest further on the thread one can still do so. Besides on the control panel there should be some kind of selection criteria to view... (3 Replies)
Discussion started by: linuxpenguin
3 Replies

4. Shell Programming and Scripting

closing windows

Ok i know to open a window from a script (mac); open whatever(name of a directory) but i don't how to close it. please some help. thanks. (0 Replies)
Discussion started by: Tártaro
0 Replies

5. IP Networking

Closing the socket

Hi, I have a question on closing the listen socket in server. In the application I am working, the server is continously receiving requests from the client in its master socket to handle each request. There is an option to shutdown the server process. In this case do I need to explicitly close... (1 Reply)
Discussion started by: naan
1 Replies

6. Post Here to Contact Site Administrators and Moderators

Thread Closing

Not sure as to How to close a thread so people understand that the issue was solved and the issue is not just sitting in limbo still waiting for a resolution. (1 Reply)
Discussion started by: mrmurdock
1 Replies

7. Shell Programming and Scripting

closing unwanted open ports using scripts

i have a text file i.e file1.txt which shows open ports on particular system. i have another text file i.e file2.txt which shows a list of allowed ports on a system. for eg: file2.txt 22/tcp ssh 23/tcp telnet. can i have a script which would compare these text files ,file1 and file2 ... (1 Reply)
Discussion started by: anand121
1 Replies

8. What is on Your Mind?

AllTheWeb closing

It was officially announced that AllTheWeb is closing. Yahoo! no longer supports the function as per april 2011: AlltheWeb.com Before the world turned to google by default, there used to be a plethora of search engines. Most of them gave a headache with the prolific use of colors and animated gifs... (4 Replies)
Discussion started by: figaro
4 Replies

9. Post Here to Contact Site Administrators and Moderators

Closing thread

Hi, I guess, users do not have rights to close a thread. Please close thread 'Small automation' as it is resolved. Regards, snjksh (1 Reply)
Discussion started by: snjksh
1 Replies
SKKSEARCH(8)						      System Manager's Manual						      SKKSEARCH(8)

NAME
skksearch - yet another SKK Dictionary server SYNOPSIS
skksearch [-l digit] [-f logfile] [-s][-c config] type:file ... DESCRIPTION
This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page. skksearch is a dictionary server for the SKK Japanese input method system. skksearch is normally invoked by the Internet server (see inetd(8)) for requests to connect to the skkserv port as indicated by the /etc/services file (see services(5)). OPTIONS
skksearch program accepts the following options: -l digit specify loglevel -1 to 7. -f logfile output debug message to logfile. -s Use syslog. -c config indicates config file which contains the specifications of dictionaries. type:file skksearch program supports the following dictionary types. db Berkeley DB cdb constant database (see tinycdb). plain plain text like SKK-JISYO.L dummy dummy dictionary for debugging. skksearch can take multiple dictionaries. EXAMPLES
Insert the following line in inetd.conf, and restart inetd. skkserv stream tcp nowait nobody /usr/sbin/tcpd /usr/sbin/skksearch -c /etc/skksearch.conf AUTHOR
This manual page was written by Fumitoshi UKAI <ukai@debian.or.jp>, for the Debian GNU/Linux system (but may be used by others). September 23, 2000 SKKSEARCH(8)
All times are GMT -4. The time now is 04:41 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy