have a zeroshell set as a wifi ap and a lan subnet also
setup is as;
from a switch to eth00 ip 192.168.0.10 can ping from other lan same subnet
wifi card in zeroshell wlan00 ip 192.168.7.1 DHCP enabled can access internet
lan card for htpc eth01 ip 192.168.10.1 DHCP enabled can access internet
have a rasppi2 attached to eth01 ip 192.168.10.15 static set through DHCP can access the internet
firewall settings
FORWARD Rules
Seq Input Output Description Log Active
1 ETH01 * ACCEPT icmp opt — in ETH01 out * 0.0.0.0/0 -> 192.168.10.0/24 icmptype 8 no
2 ETH00 * ACCEPT all opt — in ETH00 out * 0.0.0.0/0 -> 0.0.0.0/0 no
3 ETH01 * ACCEPT all opt — in ETH01 out * 0.0.0.0/0 -> 0.0.0.0/0 no
4 * * ACCEPT all opt — in * out * 0.0.0.0/0 -> 0.0.0.0/0 state RELATED,ESTABLISHED no
5 ETH00 * ACCEPT tcp opt — in ETH00 out * 0.0.0.0/0 -> 192.168.10.15 tcp dpt:80 no
6 ETH00 * ACCEPT tcp opt — in ETH00 out * 0.0.0.0/0 -> 192.168.10.15 tcp dpt:22 no
INPUT Rules
Seq Input Output Description Log Active
1 ETH00 * ACCEPT all opt — in ETH00 out * 0.0.0.0/0 -> 0.0.0.0/0 yes
2 ETH01 * ACCEPT all opt — in ETH01 out * 0.0.0.0/0 -> 0.0.0.0/0 state RELATED,ESTABLISHED no
3 * * ACCEPT all opt — in * out * 0.0.0.0/0 -> 0.0.0.0/0 state RELATED,ESTABLISHED
Problem
can not log into the pi2 via web gui access is via chrome 192.168.10.15
from other subnet (192.168.0.0).
can not ping the pi or wifi
can ping zeroshell ip the 192.168.0.10 (from the same subnet)
imo i think it something to do with different subnets
Thank You for time and patience
Bill