Re: Changing a port number

Top Page
Attachments:
Message as email
+ (text/plain)
+ signature.asc (application/pgp-signature)
Delete this message
Reply to this message
Author: Bryce C
Date:  
To: PLUG
Subject: Re: Changing a port number
502401 is not a valid port number. The highest possible is 65535 (give
or take 1).

On Sun, 2004-06-13 at 06:42, Don Calfa wrote:
> I'm tying to change the port number my cvs server listens on and I must
> be missing a step
>
> In /etc/services I have:
>
> cvspserver    502401/tcp
> cvspserver    502401/udp

>
> in /etc/xinetd.conf I have:
>
> service cvspserver
> {
>          port = 502401
>          socket_type = stream
>          protocol = tcp
>          user = cvsserver
>          wait = no
>          type = UNLISTED
>          server = /usr/local/bin/cvs
>          server_args = -f --allow-root /volume/cvs pserver
>          disable = no
> }

>
> I've restarted xinetd and I have nothing.
>
> What am I missing?
> ---------------------------------------------------
> PLUG-discuss mailing list -
> To subscribe, unsubscribe, or to change you mail settings:
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss

--
Bryce C <>
CoBryce Communications