Re: Using netscape to access weird ports

2001-09-28 Thread Osamu Aoki
On Thu, Sep 27, 2001 at 11:44:06PM -0400, dman wrote:
 On Thu, Sep 27, 2001 at 08:57:50PM -0500, Andrei Ivanov wrote:
 | Recently I've had to move my webserver from port 80 to another
 | port (TimeWarner finally blocked off 80 for all personal accounts). For
 | some dumb reason I chose 79, and now Netscape gives me security errors
 
 $ grep 79 /etc/services 
 finger  79/tcp
 
 Apparently netscape doesn't want to finger anybody; so it doesn't talk
 on port 79.  You could try port 1024 :-).

Or more popular port 8080.  Many corporate firewall blocks many port but
8080 are sometimes open for grab. ISP only bother to blocks port 1024,
I think.  At any rate, port 8080 is used by some http hosts.
-- 
~\^o^/~~~ ~\^.^/~~~ ~\^*^/~~~ ~\^_^/~~~ ~\^+^/~~~ ~\^:^/~~~ ~\^v^/~~~ 
+  Osamu Aoki [EMAIL PROTECTED], GnuPG-key: 1024D/D5DE453D  +
+  My debian quick-reference, http://www.aokiconsulting.com/quick/+



Re: Using netscape to access weird ports

2001-09-28 Thread Adam McDaniel
On Thu, Sep 27, 2001 at 08:57:50PM -0500, Andrei Ivanov wrote:
 Recently I've had to move my webserver from port 80 to another
 port (TimeWarner finally blocked off 80 for all personal accounts). For
 some dumb reason I chose 79, and now Netscape gives me security errors
 saying that access to this port has been disabled for security reasons.
 There gotta be a way to disable that security check in Netscape.ad, I just
 can't seem to find the option. Does anyone know which option in which file
 has to be removed/modified to allow netscape access to port 79?
 Please cc me, I am not subscribed.
 Thanks,
   Andrei

along with port 79, netscape also blocks out port 87. Basically so that
no one can use netscape to do nasty things to finger or the ttylink ?

If you're manually specifying the port, anything above 1024 will be
free.

-- 
Adam McDaniel
Infrastructure Technology Consultant
M-Tech Mercury Information Technology, Inc.



Using netscape to access weird ports

2001-09-27 Thread Andrei Ivanov
Recently I've had to move my webserver from port 80 to another
port (TimeWarner finally blocked off 80 for all personal accounts). For
some dumb reason I chose 79, and now Netscape gives me security errors
saying that access to this port has been disabled for security reasons.
There gotta be a way to disable that security check in Netscape.ad, I just
can't seem to find the option. Does anyone know which option in which file
has to be removed/modified to allow netscape access to port 79?
Please cc me, I am not subscribed.
Thanks,
  Andrei

--
First there was Explorer...
Then came Expedition.
This summer
Coming to a street near you..
Ford Exterminator.
--
Andrei Ivanov
http://arshes.dyndns.org
[EMAIL PROTECTED]
12402354
--



Re: Using netscape to access weird ports

2001-09-27 Thread dman
On Thu, Sep 27, 2001 at 08:57:50PM -0500, Andrei Ivanov wrote:
| Recently I've had to move my webserver from port 80 to another
| port (TimeWarner finally blocked off 80 for all personal accounts). For
| some dumb reason I chose 79, and now Netscape gives me security errors

$ grep 79 /etc/services 
finger  79/tcp

Apparently netscape doesn't want to finger anybody; so it doesn't talk
on port 79.  You could try port 1024 :-).

HTH,
-D