Hello mailing list. My question is kind of silly really... First, I have configured the transports successfully at home. Very cool to be so connected all at once! At work, there is a corporate firewall that keeps the transports from connecting to the MSN/ICQ/AIM servers. Is there some way to use a "proxy gateway" (for lack of a better term) that uses port 80 to get out into the cloud, then fwd the connection to the proper port that the chat server is expecting? Any thoughts?
Adam -------------- next part -------------- An HTML attachment was scrubbed... URL: http://modevia.com/pipermail/py-transports/attachments/20050912/a464420e/attachment.htm From [EMAIL PROTECTED] Mon Sep 12 14:26:14 2005 From: [EMAIL PROTECTED] (Daniel Henninger) Date: Mon Sep 12 14:26:56 2005 Subject: [py-transports] Port Forwarding Question In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> Speaking for PyICQ and PyAIM, you can use the proxyServer config variables in config.xml to make them connect through a Socks proxy. Hopefully that's what you are looking for! I don't know about MSN but I'm almost positive it has proxy support. Daniel On Sep 12, 2005, at 9:53 AM, [EMAIL PROTECTED] wrote: > Hello mailing list. My question is kind of silly really... First, I > have configured the transports successfully at home. Very cool to > be so > connected all at once! At work, there is a corporate firewall that > keeps the transports from connecting to the MSN/ICQ/AIM servers. Is > there some way to use a "proxy gateway" (for lack of a better term) > that > uses port 80 to get out into the cloud, then fwd the connection to the > proper port that the chat server is expecting? Any thoughts? > > Adam > > _______________________________________________ > py-transports mailing list > [email protected] > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports >
