I'm trying to get a ftp server working behind e-smith gateway.
How would i get this rule to be set at startup
ipchains -A input -p tcp -s 0.0.0.0/0 -d 127.0.0.1/0 66 -i ppp0 -j ACCEPT
before the e-smith sets this rule
ipchains -A input -p all -s 0.0.0.0/0 -d 0.0.0.0/0 -i ppp0 -j denylog
ie, what file would i look for to add in my rule before e-smith sets the other rule?
Any idea?
Nic