--- Armin <[EMAIL PROTECTED]> wrote: > On Tuesday 27 January 2004 10:00, Platoali wrote: > > Hi, > > Hi :) > > > > 2.) I've installed some two linux box in their > lan. one libranet and one > > redhat 7.3? ( they have bought it from Bazar Reza. > Do we have 7.3 version > > of redhat or is it something invented in Iran?) > the problem is that I > > couldn't FTP to non of these boxes. It gave the > fallowing error "connection > > refused" I can easily FTP to my libranet box in > home but in the uni lab it > > fails. What is the the name of ftp service. I've > looked at init.d but did > > not find anything. how can i open the ftp port or > activate the service. I > > need the ftp to transfer the files I have > downloaded to the computer with > > cdrom burning tool. > > check : > #iptables -L -n > > and see the result , if you want to get it working > fast try : > #iptables -F
Redhat 7.3 uses ipchain instead of iptables So , for help: /sbin/ipchains -h for list: /sbin/ipchains -nL --line-numbers for delete all rules: /sbin/ipchains -F for delete some rule: /sbin/ipchains -D <Chain_name> <Rule_number> <Chain_name> <Rule_number> will be gain from list command regards, KMZ __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free web site building tool. Try it! http://webhosting.yahoo.com/ps/sb/ _______________________________________________ bna-linuxiran mailing list [EMAIL PROTECTED] http://mail.nongnu.org/mailman/listinfo/bna-linuxiran
