[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: iptables: input / output chains ..



"HGS: Buchleitner Martin" <mb@hgs.at> 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
-- 
martin.peikert@innominate.com
dipl.-math.                                              innominate AG
system engineer                                   the linux architects
tel: +49-30-308806-0  fax: -77               http://www.innominate.com



Reply to: