[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Re: cobalt-users digest, Vol 1 #3209 - 12 msgs
- Subject: [cobalt-users] Re: cobalt-users digest, Vol 1 #3209 - 12 msgs
- From: Greg Terry <gkterry@xxxxxxxxx>
- Date: Mon Aug 13 00:42:02 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
>
> Subject: Re: [cobalt-users] access internal computer from internet
> Reply-To: cobalt-users@xxxxxxxxxxxxxxx
>
> Greg Terry wrote:
>
> > However, when attempting to run that program I get the following
> > error:
> >
> > bind: Address already in use
>
> What port are you attempting to use? Is any other daemon using that
> port?
>
> This is more likely a port binding error than any kind of
> address-binding error; in fact I've never heard of an address-binding
> error.
>
> (Doesn't mean there isn't such a thing though.)
>
> One last note, "bind" almost definitely has NOTHING to do with the bind
> dns daemon.
>
> Jeff
> --
> Jeff Lasman <jblists@xxxxxxxxxxxxx>
> nobaloney.net
> P. O. Box 52672, Riverside, CA 92517
> voice: (909) 787-8589 * fax: (909) 782-0205
Jeff:
Thanks for the response. I recently figured out that the problem was I entered the
parameters for the datapipe program in the wrong order. OOPS! Once I entered them
correctly the forwarding works just fine. The dfocumentation for datapipe state enter the
parameters as such
datapipe localhost localport remotehost remoteport
what that means is:
datapipe internet_host port_on_internet_host host_on_local_ethernet
host_port_on_local_ethernet
which seems backwards to me.
Thanks for the help!
Greg Terry