Sponsored Content
Operating Systems SCO SCO Unix Network Configuration Post 302086114 by nrcuevas on Tuesday 22nd of August 2006 09:07:00 AM
Old 08-22-2006
SCO Unix Network Configuration

Hello Guys,

We have an old PC running on SCO Unix V. Is there any sites where i can get manual/procedures on how to install and configure Network. Thanks
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

SCO Unix and Two Network Cards

Our shops server runs SCO Openserver 5 release 5. It has two network cards in it (one on 10.0.0.6 and one on 90.0.0.99). When I run scoadmin and look at the network settings it show both my 3com network cards and a loop back driver http://theentertainer.com/james/untitled.jpg Can anyone tell... (1 Reply)
Discussion started by: potter
1 Replies

2. HP-UX

HP-UX Network Configuration

Hi, I have installed a HP-UX B.11.00 U 9000/800 Server in one of the domain. And I'm also able to telnet/ping into this server from systems in the same domain. But I'm not able to telnet/ping into this server from a different domain. So, what shoud need to do to achieve this... (6 Replies)
Discussion started by: S.Vishwanath
6 Replies

3. SCO

Sco Unix network issues

I have got a Sco Unix Server, i want to connect some windows workstations. What configurations do i need to make on server and or workstation? (1 Reply)
Discussion started by: tpurazi1
1 Replies

4. Solaris

network configuration

hi again... i configured my network settings sometiime ago using the sys-unconfig command.the active link was rtls0. there was some problem with the network so i changed the ISP. now when im trying to reconfigure the system wit sys-unconfig, it tries to configure the network on rtls1 (and shows... (1 Reply)
Discussion started by: strider
1 Replies

5. UNIX for Dummies Questions & Answers

network configuration

I am using solaris 10, my internet works alright but each time i reboot i keep loosing my connection. I will have to use the ifconfig iprb0 192.168.1.xx netmask 255.255.255.0 up and Route add default 192.168.1.xxx command to gain back my internet. I know there is a better way of addressing... (1 Reply)
Discussion started by: seyiisq
1 Replies

6. SCO

raid 1 configuration in sco open unix

Dear Team , how i can configure raid 1 (mirroring) using ide hdd in sco open unix 5 i have two 80gb identical hdd (same make/model) thanx (0 Replies)
Discussion started by: sudhir69
0 Replies

7. SCO

Alias in SCO network configuration

We have many remote servers that are running different versions of the SCO operating system. The current server inventory includes the usage of SCO 3.2v5.0.5 3.2v5.0.6 and 3.2v5.0.7. Recently, there have been some ongoing problems when a re-boot is done with some of these remote servers.... (0 Replies)
Discussion started by: dclary
0 Replies

8. SCO

Configuare Network SCO UNIX 5.0.7 on Vmware

hi i installed sco unix open server 5.0.7 on virtual machine vmware and runing it, its work perfect and good. now how i can configuare network at scoadmin that i able to access nework ? ---------- Post updated at 08:56 AM ---------- Previous update was at 01:47 AM ---------- nobody can... (2 Replies)
Discussion started by: farzad226
2 Replies

9. SCO

SCO 5.0.7 Configuration

Hi, I am really new to the forum and for SCO as well. I have a burning situation here to know how to configure below list of hardware into SCO 5.0.7!! EQUINOX 990209-1 ELS 16 PORT TERMINAL SERVER and Seagate DAT Scorpion 24 - Tape drive ( 12 GB / ) DDS-3 SCSI Can Any One Please Help Me... (11 Replies)
Discussion started by: Kanthi Kiran
11 Replies

10. SCO

Can not recognize network adapter SCO UNIX in HP z400

hi .I've installed an operating system SCO in HP Z400 and network cards ZyXEL model FN312 with Chipset RTL8139D put it on .network card installed but do not display network card with command ifconfig -a in list and just show loopback. show message : dlpid:unable to open network adapter driver... (14 Replies)
Discussion started by: moein.mojtaba
14 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 04:57 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy