Re: ipchains firewall rules

2000-01-20 Thread Ethan Benson
On 20/1/2000 dyer wrote: Are the deny's perhaps UDP packets? no, they are tcp, I have not yet tried to do anything about udp packets. looking closer at the way portmapper seems to do things, it appears to me that any rpc service that is registered is given a random port, not necessarly pri

Re: ipchains firewall rules

2000-01-20 Thread dyer
Ethan Benson wrote: > hi, > > > > what i tried was adding 3 new rules to the very beginning of the input chain > > ipchains -I input 1 -p tcp -i ppp0 -d 0.0.0.0/0 53 -j ACCEPT > ipchains -I input 2 -p tcp -i ppp0 -d 0.0.0.0/0 113 -j ACCEPT > ipchains -I input 3 -l -p tcp -y -i ppp0 0.0.0.0/0 :102

ipchains firewall rules

2000-01-20 Thread Ethan Benson
hi, I have a powerpc machine of which i just installed debian, (this machine is the only one with a modem) I have installed the ipmasq package which seems to do what is required. however, I have a need to mount a NFS share from another machine in the private network on the powerpc, this of c