Astaro configuration:
I created two network definitions:
WiFi - 192.168.1.0/24
WiFiAP - 192.168.55.145
then a route between them
a "static route" for Network "WiFi" to Target "Host WiFiAP"
This yields a routing table of
loginuser@fw:/sbin > route
[FONT="Courier New"]Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.55.0 * 255.255.255.0 U 0 0 0 eth1
192.168.1.0 192.168.55.145 255.255.255.0 UG 0 0 0 eth1
ip68-100-204-0. * 255.255.254.0 U 0 0 0 eth0
loopback * 255.0.0.0 U 0 0 0 lo
default ip68-100-204-1. 0.0.0.0 UG 0 0 0 eth0[/FONT]
And a packet filter rule of "Any/Any to WiFiAP" allow. This filter never seems to get hit, however.
It doesn't seem to matter if I have Arp Proxy on or off for eth1.
HELP? What have I not done?
This thread was automatically locked due to age.