Hello,
I am using FreeBSD 9.1 on a box used for an email server. I have ipfw running and when the firewall is on I can NOT get email from the outside no matter what rules I put in.
Right now here are the rules that I have ( I have tried many):
I have 2 interface / 1 internet / 1 Ethernet.
Please help me figure this out. I have googled many sites with no luck.
Thank you,
Amy
I am using FreeBSD 9.1 on a box used for an email server. I have ipfw running and when the firewall is on I can NOT get email from the outside no matter what rules I put in.
Right now here are the rules that I have ( I have tried many):
Code:
$IPF 150 allow tcp from me to me 25 in via $prif keep-state
$IPF 151 allow tcp from me to any 25 out via $prif keep-state
$IPF 152 allow tcp from me to me 25 in via $pif keep-state
$IPF 153 allow tcp from me to any 25 out via $pif keep-state
$IPF 211 allow tcp from me to me 110 in via $prif keep-state
$IPF 212 allow tcp from me to any 110 out via $prif keep-state
$IPF 213 allow tcp from me to me 110 in via $pif keep-state
$IPF 214 allow tcp from me to any 110 out via $pif keep-state
I have 2 interface / 1 internet / 1 Ethernet.
Please help me figure this out. I have googled many sites with no luck.
Thank you,
Amy