ipfw question

bjseiler

Verified User
Joined
Jun 19, 2003
Messages
197
If my IP is 66.243.176.56, do I have this set up correctly at the top of my firewall rules for ipfw (freebsd 5.4)?

/** set these to your outside interface network and netmask and ip **/
#define oif bge0
#define oip 66.243.176.1/24
#define onet 66.243.176.1:255.255.255.224

When I had the rules turned on, the website was working fine but no email was going out and the server could not make outgoing ftp connections to do the nightly backups.

I am using the ruleset I found on the boards here quite a while ago but this is the only machine I have had problems with so I think maybe my definition above is messed up.
 
Back
Top