> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of > Justin Blackmore > Sent: Sunday, June 04, 2006 6:36 PM > To: [email protected] > Subject: DS21140(Tulip) Quad port nic and PF > > Hello everyone, > > Ok here the deal, > > I have a test box with obsd 3.9 stable with a Adaptec ANA-6944A/TX 4 > port network card(PCI). I copied the pf configs from the production > firewall box (identical to my test box but it has intel nics) and > tweaked it to reflect the new 4 port nic, well all looks good and I can > pass traffic on all the ports but it will not perform packet forwarding > or any nat. > > I've googled the hell out of this and have come up with jack shiznit. So > im thinking maybe the nic is crap, so I through it in a win2k box and > fire up routing and nat on it and it works! Ok so its not the nic. I > slap 2 good'ol cheap davicom's back in in the obsd box and re-tweak the > pf rules to reflect the new davicoms and all is working! I slap the 4 > port nic back in it and re-tweak the rules and now back to square one. > Its not packet forwarding with the 4 port nic. Does any one have any > ideas? This is a basic obsd 3.9 install with no special stuff running or > any oddball tweaks. > > -Justin
Did you remember to uncomment: "net.inet.ip.forwarding=1" in /etc/sysctl.conf? Mike

