vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| In a previous thread I was trying to set up a new firewall with OpenBSD 3.5 (in place of FreeBSD). After setting up the firewall and using for a week, I found that ftp just did not work. After some googling, I finally found that in addition to enabling ftp-proxy, I had to configure the packet filtering correctly. More details at the OpenBSD for Dummies webpage. www.svgeek.com/dummies/opendummies.html Purists will probably object to rebooting the system at the end of the changes, but I found it worked better for me (probably had to flush the caches or something). Ben |
| |||
| On Sun, 19 Sep 2004 16:47:25 -0700, Ben <bluesky6@ix.netcom.com> wrote: >Purists will probably object to rebooting the system at the end of the >changes, but I found it worked better for me (probably had to flush >the caches or something). You must not of restarted the super daemon properly. /pm |
| ||||
| Peter Matulis <petermatulis@yahoo.ca> wrote: %On Sun, 19 Sep 2004 16:47:25 -0700, Ben <bluesky6@ix.netcom.com> %wrote: % %>Purists will probably object to rebooting the system at the end of the %>changes, but I found it worked better for me (probably had to flush %>the caches or something). % %You must not of restarted the super daemon properly. I used kill -HUP 'cat....' and pfctl -f .... I found that there was a little lag time before the changes came into effect. Ben |