"HGS: Buchleitner Martin" <[EMAIL PROTECTED]> wrote:
  > 
  > i got my pppd running.
  > i found many about iptables, but i did not find something about input /
  > output chains.
  > 
  > how may i set the policies ?
  > how may i set these chains from ipchains to iptables ?
  > 
  > ipchains -A input -i ppp0 -p tcp -s $DNSSERVER 53 -d $IPADDR 1024-65535
  > -j ACCEPT
  > ipchains -A output -i ppp0 -p tcp -s $IPADDR 1024-65535 -d $DNSSERVER 53
  > -j ACCEPT

Try the following:
        man iptables

Martin
-- 
[EMAIL PROTECTED]
dipl.-math.                                              innominate AG
system engineer                                   the linux architects
tel: +49-30-308806-0  fax: -77               http://www.innominate.com


Reply via email to