Getting CPAN working behind a firewall

2004-11-04 Thread Colm Gallagher
Hi folks, I had a little trouble getting CPAN working inside a company firewall (MS Proxy Server) A little bit of reading and experimenting and I came up with a solution, might as well have this as part of the archive when people come a searching for just this gem. http://dearbbc.blogspot.com

Re: problem with Net::FTP and Netgear FVS318 firewall

2002-12-25 Thread linc1234
;Mark Goland" <[EMAIL PROTECTED]> To: "Foreman" <[EMAIL PROTECTED]> Cc: "perl" <[EMAIL PROTECTED]> Sent: Wednesday, December 25, 2002 12:57 AM Subject: Re: problem with Net::FTP and Netgear FVS318 firewall > Ok sounds liek your firewall doesnt bind to t

Re: problem with Net::FTP and Netgear FVS318 firewall

2002-12-24 Thread Mark Goland
Ok sounds liek your firewall doesnt bind to the 192 address. When connecting to your FTP enter "passive" be4 you do ls and it should work fine. See the http://www.w3.org/Protocols/rfc959/ for more details on FTP modes. If that works then make sure you put the FTP client mode to Fir

Re: problem with Net::FTP and Netgear FVS318 firewall

2002-12-24 Thread Foreman
Mark, I can log in from the Windows XP cmd line, but if I try to do an ls I get a 'port command successful' but nothing returned from the ls command. If I ftp directly to my server machine (192.168.0.10) and bypass the firewall as you observed, then when I do an ls, I get a response bac

Re: problem with Net::FTP and Netgear FVS318 firewall

2002-12-24 Thread Mark Goland
192is a privat address, this never get to the firewall. It seems that your port 21 is totally blocked. Can you login to your ftp server from the prompt ?? try from shell #FTP ftp.lforeman.homeip.net #user pass #passive - Original Message - From: "Foreman" <[EMAIL P

problem with Net::FTP and Netgear FVS318 firewall

2002-12-24 Thread Foreman
e the same result when trying to get to my server through the internet. However, no luck. I have included the ftp code below. If I subsititute the local IP address for the full internet path then the script works, otherwise it hangs (probably because my firewall won't allow access. Any

Re: Net::Telnet::Cisco telnet to PIX Firewall

2002-10-03 Thread Robin Cragg
ote: >Hi, >I am a new perl user. I have problem telnet to Cisco >PIX Firewall. Following is my testing perl script. I >used net::telnet::cisco module telnet to Cisco routers >or switches no problem. But, Cisco PIX Firewall not >working. Please give me some advises. > >u

Net::Telnet::Cisco telnet to PIX Firewall

2002-10-03 Thread JasonYahoo
Hi, I am a new perl user. I have problem telnet to Cisco PIX Firewall. Following is my testing perl script. I used net::telnet::cisco module telnet to Cisco routers or switches no problem. But, Cisco PIX Firewall not working. Please give me some advises. use Net::Telnet::Cisco; use strict

RE: Firewall

2002-04-18 Thread Kipp, James
http://www.packetfactory.net/Projects/Firewalk/ > > Anyone know of a perl script that can determine if a website > is actually > behind a firewall? > > thanks! > > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail:

RE: Firewall

2002-04-18 Thread Joel Hughes
hmmm we'llyou can't tell anything from port 80 (http) coz (by the sounds of things) the firewall is configured to let that traffic thru (probably). now, you could sniff to see what other connections you can make (21 etc) but, if you make a connection or get some sorta reading

Re: Firewall

2002-04-17 Thread Jonathan E. Paton
> [..] > > The firewall type/configuration may vary enough that > > any script you devise wouldn't be perfect. I suggest > > you try portscanning your website from a remote > > location, as firewalls are typically more lenient for > > outgoing traffic. &g

Re: Firewall

2002-04-17 Thread drieux
On Wednesday, April 17, 2002, at 03:15 , Jonathan E. Paton wrote: [..] > The firewall type/configuration may vary enough that > any script you devise wouldn't be perfect. I suggest > you try portscanning your website from a remote > location, as firewalls are typically

Re: Firewall

2002-04-17 Thread Jonathan E. Paton
> Anyone know of a perl script that can determine if > a website is actually behind a firewall? >From which side? There are plenty of scripts for testing for vunabilities, used by script kiddies for cracking (wrongly called hackers by the media). The firewall type/configuration

Firewall

2002-04-17 Thread Fred Sahakian
Anyone know of a perl script that can determine if a website is actually behind a firewall? thanks!

RE: ppm, firewall, and a ?

2002-01-30 Thread Timothy Johnson
ppm should use the standard http port 80, so whatever works on your web browser should work for ppm. -Original Message- From: McCormick, Rob E [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 30, 2002 4:43 PM To: perl beginners (E-mail) Subject: ppm, firewall, and a ? gang, Tried

ppm, firewall, and a ?

2002-01-30 Thread McCormick, Rob E
kage Win32-AdminMisc OK, checked out: # ppm with proxy/firewall; http://aspn.activestate.com//ASPN/Reference/Products/ActivePerl/faq/ActivePe rl-faq2.html#ppm_and_proxies Tried setting the env variables as noted: HTTP_proxy HTTP_proxy_user HTTP_proxy_pass (makes me nervous seeing my password in