/* HINT: Search archives @ http://www.indyramp.com/masq/ before posting! 
/* ALSO: Don't quote this header. It makes you look lame :-) */


   I have seen the www.boingworld.com for setting firewall.It works for the
most web access,ftp,mail.
   But I need to access my Linux network at home when I'm working outside.So I
setup a dynamic IP DNS
   service (service provided by dyndns.org) for this purpose but doesn't
work.

   In my own experience this dynamic IP DNS works only when I haven't execute
firewall rules.It fails after
   execute firewall rules.

   I have tried add icmp rules in the INPUT chain to see whether it works.

   DYN="mydns.dyndns.org/32"

   iptables -A icmp_packets -p ICMP -s $DYN --icmp-type 0 -j ACCEPT
   iptables -A icmp_packets -p ICMP -s $DYN --icmp-type 3 -j ACCEPT
   iptables -A icmp_packets -p ICMP -s $DYN --icmp-type 5 -j ACCEPT
   iptables -A icmp_packets -p ICMP -s $DYN --icmp-type 11 -j ACCEPT

   But this rule is include in .... -s 0/0 --icmp-type 0 -j ACCEPT

   So would anyone like to tell me what rules to be added and add to where ?
   Since I have tried to add rules to different place and wouldn't work.
   Would anyone like to give me some advice? Thx

_______________________________________________
Masq maillist  -  [EMAIL PROTECTED]
Admin requests can be handled at http://www.indyramp.com/masq-list/ -- 
THIS INCLUDES UNSUBSCRIBING!
or email to [EMAIL PROTECTED]

PLEASE read the HOWTO and search the archives before posting.
You can start your search at http://www.indyramp.com/masq/
Please keep general linux/unix/pc/internet questions off the list.

Reply via email to