Good evening,
I've have been trying for two weeks to get ASL to work, but I must be missing something. Here's my config:
Internal: eth0
IP: 192.168.1.1
Sub: 255.255.255.0
GW: Ip of external interface
External: eth1
IP: DHCP (x.x.x.1
Sub: DHCP (255.255.255.252)
GW: DHCP (x.x.x.172)
I can ping from a machine inside the network to the external NIC. If I ping outside that I get drops in the packetfilter log. I have DNS proxy turned on for internal.
Filter rule any any any on.
Defenitions:
mylan:
192.168.1.0/255.255.255.0
outside:
x.x.x.1/255.255.255.252
Tried diffrent Masq's
mylan/outside/any/change source to masq_eth1.
I must be missing something, what is it?
Jason