I'm very new to astaro, but not to routeing and for the life of me I can get this working correctly. Right now, I have two interfaces set up 'Internal' (eth0), and wan (eth2). Internal is set to 10.32.1.1/24 while wan is set to dhcp (and has since grabbed the address 192.168.2.2 w/ a GW of 192.168.2.1 from my local router). I plan to add another interface (which will be called wifi, but i'm not yet there). So, From my host on internal, which has the IP of 10.32.1.2 I can't do anything besides contact 10.32.1.1 and 192.168.2.2 -- Once I log into the shell on the firewall box, I do what I could do from the host (10.32.1.2) with the addition of being able to ping 192.168.2.1 (which I couldn't from the host). When I look in /var/log/kernel I see that my trouble is coming from all of my packets being dropped. The messages look like this for traffic originating from the shell on the firewall:
date (none) kernel: TCP Drop: IN= OUT=eth2 SRC=192.168.2.2 DST=SOME.EXTERNAL.IP PROTO=TCP .....
or like this for traffic from the host to the outside world:
date (none) kernel: UDP Drop: IN=eth0 OUT=eth2 SRC=10.32.1.2 DST=192.168.2.1 PROTO=TCP .....
Prior to this point, i've also created a single NAT rule that is:
name: internal_masq
Match: Internal_Interfce_ -> All/ All
SRC translation: MASQ_wan
DST translation: None
Since nothing has worked, I then also tried creating three Rules that read
No From Service To Action
1 Internal_Network Any Any Allow
2 wan_Network Any Internal_Interface_ Allow
3 wan_Network Any Any Log Drop
I'm sure what i'm doing is a common setup (home cablemodem setup (soon to have another wifi interface)) so could someone please help me out or point me in the right direction?
This thread was automatically locked due to age.