Sponsored Content
Operating Systems Linux How To Open Ports in RedHat ? Post 39971 by Sirius on Saturday 6th of September 2003 04:51:17 AM
Old 09-06-2003
i wont to install ircd on my server my ports i need 6663-7000 closed. vs what command can i open them ?
 

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. UNIX for Advanced & Expert Users

determining open ports

hi all 1) how to determine available ports in a box (solaris) do i have to go for a netstat on all the ports? 2) how to block a particular port for a particular type of connection. Any help would be greatly appreciated Thanks (7 Replies)
Discussion started by: matrixmadhan
7 Replies

3. Shell Programming and Scripting

Check open ports every ...

Hello, i need a script (bash type maybe?..), which would check open ports on 127.0.0.1 and then compare open ports with "registered/allowed" port list and try to kill the program who uses unregistered ports. It would be great that script would be started lets say every 5 or 10 minutes. You see i... (2 Replies)
Discussion started by: MorchiuS
2 Replies

4. AIX

Open Ports on System

Hi Every body, What is the command on AIX 5.2 that can be used to get all open ports? (2 Replies)
Discussion started by: aldowsary
2 Replies

5. UNIX for Dummies Questions & Answers

open ports solaris 8

Hello, I have a number of Solaris 8 Sun servers that have open ports that I cannot identify. I see some with 1012-1020 (which are reserved ports according to the IANA. Lsof does not identify these. One server has all these on and one server just has 1017. *.1023 ... (3 Replies)
Discussion started by: csross
3 Replies

6. Solaris

open ports solaris 8

Hello, I have a number of Solaris 8 Sun servers that have open ports that I cannot identify. I see some with 1013-1023 (which are reserved ports according to the IANA. Lsof does not identify these. I rebooted the server and they went off, but this morning I saw they were all back on again. Any... (1 Reply)
Discussion started by: csgonan
1 Replies

7. Solaris

Open ports in solaris 10

hi guys, may i know the exact steps to open a port in solaris.i have some rough idea - which is adding the port number in /etc/services. but i am not sure the correct conventions, steps or any other steps. kindly advise.thanks guys ! (1 Reply)
Discussion started by: cromohawk
1 Replies

8. UNIX for Dummies Questions & Answers

open ports and services

just a quick question: a. whats the simplest command to check open port and the corresponding services? example: bash-2.05# netstat -an | grep LISTEN *.199 *.* 0 0 49152 0 LISTEN *.8989 *.* 0 0 49152 ... (1 Reply)
Discussion started by: lhareigh890
1 Replies

9. IP Networking

Open/close of ports

Hi, I have read some forum theads about the open and close ports. some points are clear and it is not working on my machine or something am i missing? I have commented out a port /etc/services, one application uses then when i use the telnet <hostname> <port_blocked> it shows connected..... (1 Reply)
Discussion started by: balamv
1 Replies
IRCD(8)                                                       System Manager's Manual                                                      IRCD(8)

NAME
ircd - The Internet Relay Chat Program Server SYNOPSIS
ircd [-dlinefile filename] [-configfile filename] [-klinefile filename] [-logfile filename] [-pidfile filename] [-resvfile filename] [-xlinefile filename] [-conftest] [-foreground] [-version] DESCRIPTION
ircd is the server (daemon) program for the Internet Relay Chat Program. The ircd is a server in that its function is to "serve" the client program irc(1) with messages and commands. All commands and user messages are passed directly to the ircd for processing and relaying to other ircd sites. OPTIONS
-dlinefile filename Specifies the D-line file to be used. This file is used for both reading D-lines at startup, and writing to while ircd is running. -configfile filename Specifies the ircd.conf file to be used for this ircdaemon. The option is used to override the default ircd.conf given at compile time. -klinefile filename Specifies the K-line file to be used. This file is used for both reading K-lines at startup, and writing to while ircd is running. -logfile filename Specifies an alternative logfile to be used than that specified in config.h -pidfile filename Specifies the ircd.pid used. The option is used to override the default ircd.pid given at compile time. -resvfile filename Specifies the resv.conf file to be used for this ircdaemon. The option is used to override the default resv.conf given at compile time. -xlinefile filename Specifies the xline.conf file to be used for this ircdaemon. The option is used to override the default xline.conf given at compile time. -conftest Makes ircd check the ircd.conf for errors -foreground Makes ircd run in the foreground -version Makes ircd print its version, and exit. USAGE
If you plan to connect your ircd server to an existing Irc-Network, you will need to alter your local IRC configuration file (typically named "ircd.conf") so that it will accept and make connections to other ircd servers. This file contains the hostnames, Network Addresses, and sometimes passwords for connections to other ircds around the world. Because description of the actual file format of the "ircd.conf" file is beyond the scope of this document, please refer to the file INSTALL in the IRC source files documentation directory. BOOTING THE SERVER
The ircd server can be started as part of the Unix boot procedure or just by placing the server into Unix Background. Keep in mind that if it is not part of your Unix's boot-up procedure then you will have to manually start the ircd server each time your Unix is rebooted. This means if your Unix is prone to crashing or going for for repairs a lot it would make sense to start the ircd server as part of your UNIX bootup procedure. EXAMPLE
tolsun% bin/ircd Places ircd into Unix background and starts up the server for use. Note: You do not have to add the "&" to this command, the program will automatically detach itself from tty. leguin% bin/ircd -foreground Runs ircd in the foreground. COPYRIGHT
(c) 1988,1989 University of Oulu, Computing Center, Finland, (c) 1988,1989 Department of Information Processing Science, University of Oulu, Finland (c) 1988,1989,1990,1991 Jarkko Oikarinen (c) 1997,1998,1999,2000,2001 The IRCD-Hybrid project. For full COPYRIGHT see LICENSE file with IRC package. FILES
"ircd.conf" SEE ALSO
ircd.conf(5) BUGS
None... ;-) if somebody finds one, please inform author AUTHOR
irc2.8 and earlier: Jarkko Oikarinen, currently jto@tolsun.oulu.fi. ircd-hybrid-7: IRCD-Hybrid Project, ircd-hybrid@the-project.org. manual page written by Jeff Trim, jtrim@orion.cair.du.edu, later modified by jto@tolsun.oulu.fi. modified for ircd-hybrid-7 by Edward Brocklesby, ejb@klamath.uucp.leguin.org.uk. updated by W. Campbell, wcampbel@botbay.net ircd-ratbox 22 April 2004 IRCD(8)
All times are GMT -4. The time now is 08:42 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy