On Wed, 12 Feb 2003, Hans Fugal suggested we build a large wooden badger:
> I've noticed that since about the first of the year irc is completely
> lagged from resnet, with short bursts of sanity. I think it's probably a
> firewall issue, mostly because I've seen kernel configuration stuff that
> has to do with irc. Maybe there's some sort of irc proxy? I could set
> one up on my box outside resnet and somehow tunnel...

For these types of things, never forget about great tools such as netcat
and ssh.

ssh -L 6667:ircserver:6667 user@host
irc localhost

or, if you have full priviliges on the other host, you can also set up 
inetd to start netcat like this:
nc ircserver 6667
then, connect to whatever port you set up in inetd, and it'll open the 
remote connection for you.

There are, of course, dedicated irc proxies as well.

Great fun.

Frank
---------------------------------------------------------------------------
Frank Sorenson - KD7TZK
CSR Computer Science Department
Brigham Young University
[EMAIL PROTECTED]


____________________
BYU Unix Users Group 
http://uug.byu.edu/ 
___________________________________________________________________
List Info: http://phantom.byu.edu/cgi-bin/mailman/listinfo/uug-list

Reply via email to