Tom

> What default gateway are you assigning to the phone?

I was JUST looking at that.

In the dhcpd settings, I've got

    subnet 10.0.1.0 netmask 255.255.255.0 {
        option subnet-mask 255.255.255.0;
        option routers 10.0.1.1;
        option broadcast-address 10.0.1.255
        default-lease-time 14400;
        max-lease-time 172800;
        pool {
            range 10.0.1.150 10.0.1.200;
        }
    }

Iiuc, that serves up the IP address of 'wlan1', the AP's IP, as the gateway.

DT

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Shorewall-users mailing list
Shorewall-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/shorewall-users

Reply via email to