Re: irc and public wifi access points

Russell Senior <[email protected]> 12 Sep 2007 16:19:21 -0700
Newsgroups gmane.network.wireless.portland.general
Message-ID <[email protected]>
>>>>> "s" == s mintier <smintier-/[email protected]> writes:

s> So I am sitting here at Stumptown downtown, and I can't connect to
s> IRC (or use any chat clients).I'm guessing they are port
s> blocking. I've tried to change ports with no success.Any ideas on
s> how to further investigate and/or get past this.

Stumptown isn't a PTP node anymore, so we have no inside information.

You can use tcptraceroute to check this sort of thing:

  # tcptraceroute irc.personaltelco.net 6667

If that port is indeed being blocked, you can try ssh tunneling
(assuming you have an ssh'able account somewhere you can connect to),
like so:

  $ ssh -L 6667:irc.personaltelco.net:6667 <remote-host>

and then connect your irc client to localhost's port 6667.  The first
6667 in that command is the port on the localhost.  The second 6667 is
the port on irc.personaltelco.net, and <remote-host> is the host that
you have the ssh'able account on.


-- 
Russell Senior, Secretary
[email protected]

-- 
The Personal Telco Project - http://www.personaltelco.net/
Donate to PTP: http://www.personaltelco.net/donate
Un/Subscribe:  http://lists.personaltelco.net/mailman/listinfo/general/
Archives:  http://news.gmane.org/gmane.network.wireless.portland.general/
Etiquette: http://www.personaltelco.net/index.cgi/MailingListEtiquette