Hey, all.

There's a machine running enigma on which I want to maintain a mirror
of RedHat's updates for internal use.

When I run the mirror script, I get the following results:

[seyman@thorgal seyman]$ mirror .mirror
package=updates72 ftp.lip6.fr:/pub/linux/distributions/redhat/ \
        linux/updates/7.2/en/os/ -> /home/seyman/updates
Cannot get remote directory listing because: 425 Can't build data connection: \
        Connection refused.
Cannot get remote directory details (/pub/linux/distributions/redhat/ \
        linux/updates/7.2/en/os/)

I thought that this was because the ftp-data port (20) was closed so
I added a rule to open it and reloaded ipchains. It still doesn't work.

Can anybody see what I'm doing wrong?

[root@thorgal root]# ipchains -L
Chain input (policy ACCEPT):
target     prot opt     source                destination           ports
ACCEPT     tcp  -y----  anywhere             anywhere              any ->   ftp-data
ACCEPT     tcp  -y----  anywhere             anywhere              any ->   ftp
ACCEPT     tcp  -y----  anywhere             anywhere              any ->   ssh
ACCEPT     tcp  -y----  anywhere             anywhere              any ->   smtpACCEPT 
    tcp  -y----  anywhere             anywhere              any ->   httpACCEPT     
tcp  -y----  anywhere             anywhere              any ->   pop3ACCEPT     all  
------  anywhere             anywhere              n/a
ACCEPT     udp  ------  nscache0.imaginet.net anywhere              domain ->
any
ACCEPT     udp  ------  nscache1.imaginet.net anywhere              domain ->
any
REJECT     tcp  -y----  anywhere             anywhere              any ->   any
REJECT     udp  ------  anywhere             anywhere              any ->   any
Chain forward (policy ACCEPT):
Chain output (policy ACCEPT):

Emmanuel



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to