I have searched as best as I could, but have not found an answer listed for my problem.
I have a soekris 3 port board set up with the latest release of monowall.
Everything works great with one exception. my computer/server in the DMZ can not resolve any web addresses. If I type in the IP, I can ping it fine. If I try pinging a web name (
www.google.com). It times out.
here are the firewall rules for the dmz:
# group head 300 - opt1 interface
#---------------------------------------------------------------------------
block in log quick on sis2 all head 300
# let out anything from the firewall host itself and decrypted IPsec traffic
pass out quick on sis2 all keep state
# make sure the user cannot lock himself out of the webGUI
pass in quick from 192.168.0.0/24 to 192.168.0.1 keep state group 100
# User-defined rules follow
pass in quick proto tcp from any to 192.168.1.10 port = 25 keep state group 200
pass in quick proto tcp from any to 192.168.1.10 port = 80 keep state group 200
pass in quick proto tcp from any to 192.168.1.10 port = 443 keep state group 200
pass in quick proto tcp from 192.168.1.10 to any port = 25 keep state group 300
pass in quick proto icmp from any to any keep state group 300
pass in quick proto tcp from 192.168.1.10 to any port = 53 keep state group 300
pass in quick from 192.168.0.0/24 to any keep state group 100
WAN is setup with DHCP
LAN is set to 192.168.0.1
DMZ is set to 192.168.1.1 with the IP of the server 192.168.1.10
let me know if any addition info is needed.
TIA