Hello.
I have a wireless network. The wireless is connected to the wired network via a firewall. The firewall has the following rules: Chain INPUT (policy ACCEPT) target prot opt source destination ACCEPT tcp -- anywhere anywhere tcp dpt:ssh ACCEPT tcp -- anywhere anywhere tcp dpt:telnet ACCEPT udp -- anywhere anywhere udp dpt:bootps logdrop all -- anywhere anywhere state INVALID,NEW Chain FORWARD (policy ACCEPT) target prot opt source destination logdrop all -- anywhere anywhere state INVALID,NEW Chain OUTPUT (policy ACCEPT) target prot opt source destination Chain logdrop (2 references) target prot opt source destination LOG all -- anywhere anywhere LOG level warning DROP all -- anywhere anywhere And I have dhcrelay -i wlan0 172.31.0.60 running. There are no log messages about packets being dropped. Interestingly, flushing the iptables rules also doesn't make things magically work. Can anyone see something wrong, I suspect with the iptables rules (but I am willing to be wrong), which might be causing my packets to go to a better place? Thanks, Mikal PS: If anyone has any suggestions on improvements to my rules, then that would be good too. I am not totally happy with a ACCEPT policy, but had troubles getting a DENY policy to ever allow packets in... -- Michael Still ([EMAIL PROTECTED]) UMT+10hrs -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
