Chris, On Wed, Feb 23, 2005 at 08:33:24PM -0500, Chris wrote: C> I upgraded my firewall from 5.1 to RELENG 5.3. Everything went fairly C> well. First I would like to thank everyone for their efforts in C> producing this graet OS. C> C> I have a few minor problems. One is ppp nat which worked fine under 5.1 C> fails under 5.3. The system has acces to the net as I am able to send C> this out but it does not allow any other systems access. If I can get C> this to run I'll research my answers to the other problems. Here are the C> rules which worked under 5.1. I built the kernel with netgraph and pppoe. C> C> set filter alive 0 permit tcp Can you please describe more precisely. What exact functionality was broken? C> set filter dial 0 permit 0 0 udp dst eq 53 C> set filter dial 1 permit 0 0 tcp dst eq http C> set filter dial 2 permit 0 0 tcp dst eq login C> set filter dial 3 permit 0 0 tcp dst eq shell C> set filter dial 4 permit 0 0 tcp dst eq telnet C> set filter dial 5 permit 0 0 tcp dst eq ftp C> set filter dial 6 permit 0 0 tcp dst eq 22 C> set filter dial 7 deny ! 0 0 tcp dst eq 4000 C> C> C> set filter in 0 permit 0/0 0/0 tcp estab C> set filter in 1 permit 0/0 0/0 tcp dst eq 22 C> set filter in 2 permit 0/0 0/0 tcp dst eq 25 C> set filter in 3 permit 0/0 0/0 tcp dst eq 53 C> set filter in 4 permit 0/0 0/0 udp dst eq 53 C> set filter in 5 permit 0/0 0/0 tcp dst eq 80 C> set filter in 6 permit 0/0 0/0 tcp src eq 143 C> set filter in 7 permit xx.xx.xx.xx/32 0/0 C> set filter in 8 permit xx.xx.xx.xx/32 0/0 C> set filter in 9 permit 0/0 0/0 icmp src eq 3 C> set filter in 10 permit 0/0 0/0 icmp src eq 4 C> set filter in 11 permit 0/0 0/0 icmp src eq 11 C> set filter in 12 permit 0/0 0/0 icmp src eq 12 C> C> set filter in 13 permit 0/0 0/0 icmp src eq 0 C> C> any help would be appreciated. C> C> Thank you C> _______________________________________________ C> freebsd-current_at_freebsd.org mailing list C> http://lists.freebsd.org/mailman/listinfo/freebsd-current C> To unsubscribe, send any mail to "freebsd-current-unsubscribe_at_freebsd.org" -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPEReceived on Fri Feb 25 2005 - 21:13:57 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:29 UTC