Daniel M. Debertin <[EMAIL PROTECTED]> wrote:
>
> I am behind my ISP's firewall, which simply blocks incoming
> connections on ports 21 and 23.

What a bunch of jerks.

> Getting telnet access to my machine is pretty easy, therefore, because
> I can just change telnet's port to, say 4006.  This becomes a problem,
> however, when I want to telnet _from_ my machine, as everyone else is
> set up to accept telnet at port 23.

Your problem has little to do with masq, and everything to do with your
/etc/services.  The problem is that you changed "telnet" to 4006.  Both
the "inetd" and "telnet" programs make use of that service name.

The better approach to this is to create a new service, say, "mytelnet",
in your /etc/services file, and leave the regular telnet service at 23. 
Then, in your /etc/inetd.conf, where it listens for the "telnet"
service, have it listen for "mytelnet" instead.  This will solve the
problem very easily.  :)

-- 
   [EMAIL PROTECTED] (Fuzzy Fox)      || "Nothing takes the taste out of peanut
sometimes known as David DeSimone  ||  butter quite like unrequited love."
  http://www.dallas.net/~fox/      ||                       -- Charlie Brown


_______________________________________________
Masq maillist  -  [EMAIL PROTECTED]
http://tiffany.indyramp.com/mailman/listinfo/masq
Admin requests can be handled by web (above) or [EMAIL PROTECTED]

Reply via email to