|
Posted by sintral on July 25, 2008, 4:19 pm
If you were Registered and logged in, you could reply and use other advanced thread options
> sintral wrote:
>
> The below statements are what you have in place
>
> > conduit permit tcp host 68.16.146.91 eq www any
> > conduit permit tcp host 68.16.146.91 eq 444 any
> > conduit permit tcp host 68.16.146.91 eq 81 any
> > conduit permit tcp host 68.16.146.91 eq https any
> > conduit permit tcp host 68.16.146.91 eq ssh any
> > conduit permit tcp host 68.16.146.91 eq telnet any
> > conduit permit tcp host 68.16.146.91 eq ftp any
> > conduit permit tcp host 68.16.146.91 eq smtp any
> > conduit permit tcp host 68.16.146.91 eq pop3 any
> > conduit permit tcp host 68.16.146.91 eq 32000 any
>
> You already have POP access:
>
> +OK mail.fergusoncopeland.com IceWarp 9.1.0 POP3 Fri, 25 Jul 2008
> 15:41:35 -04
>
> and ftp
>
> U:\>ftp
> ftp> open
> To 68.16.146.91
> Connected to 68.16.146.91.
> 530 Connection refused, unknown IP address.
> User (68.16.146.91:(none)):
>
> To get IMAP add:
>
> conduit permit tcp host 68.16.146.91 eq 143 any
>
> =A0> 3. Very soon our website is going to be outsourced. I assume this wi=
ll
> =A0> mean two changes on our part: change the DNS entry to point to the
> =A0> third party hosting server and remove the firewall entry that routes
> =A0> traffic to 10.6.18.179.
>
> No, you only want to remove the conduit entries that equal http/https
With FTP, I'm getting the same error message that you do:
ftp 68.16.146.91
Connected to 68.16.146.91.
530 Connection refused, unknown IP address.
I've added port 22, (though I think SSH was already enabled) and I get
this message when trying to connect from outside the office:
ssh: connect to host 68.16.146.91 port 22: Connection refused
I haven't tried IMAP connections yet since adding the entry suggested
above, but telnet (which has a conduit entry) is also giving an error:
telnet: Unable to connect to remote host: Connection refused
Thanks,
Paul
|