>>>> Stuart Henderson <[EMAIL PROTECTED]> 27/07/2005 11:37:54 >>> >--On 27 July 2005 10:19 +0100, Gordon Ross wrote: >> I'm trying to get a simple pf setup working, but I'm missing >> something.. >> >> I have three hosts, Alice, Bob & Charlie. >> >> Alice & Bob are SMTP servers and need to talk to each other via SMTP. >> >> Charlie is an OpenBSD 3.7 box with 2 NICs. I *have* enabled ip >> routing by doing: "sysctl net.inet.ip.forwarding=1" >> I have no need to actually NAT the Alice & Bob addresses (unless >> anyone says that I should), I'm just using NAT as I assume that I >> have to use NAT to allow the packets through PF. > > That shouldn't be necessary, if it doesn't work without and this is a > simple firewall between the two hosts, something else is likely to be > amiss. Removing this is the first thing to try.
After setting up the logging, I saw which line was failing. After much head scratching, I noticed a silly little typo in an IP address (I'd reversed two digits) Fixed that and it all works fine. Thanks, GTG