On Wed, Mar 15, 2017 at 04:50:27PM -0700, darrin.tho...@123mail.org wrote:
> On Wed, Mar 15, 2017, at 03:40 PM, darrin.tho...@123mail.org wrote:
> > So it's something IN, or NOT in,  the firewall setup.
> 
> Not *just* the firewall maybe.
> 
> I noticed the following
> 
> at every client on the wired-LAN,
> 
>       ip route
>               default via 10.0.0.1 dev enp4s0
>               10.0.0.0/24 dev enp4s0 proto kernel scope link src 10.0.0.7
> 
> 
> at a connected phone, on the WiFi LAN
> 
>       ip route
>               10.0.1.0/24 dev wlan0 proto kernel scope link src 10.0.1.150
> 
> It appears to be missing a default route.
> 
> Which is SUPPOSED to be set by dhcpd's service of
> 
>       option routers 10.1.1.1;

10.1.1.1 is NOT in the subnet 10.0.1.0/24

You meant 10.0.1.1

> I've tried adding 
> 
>       ip route add default via 10.0.1.0 dev wlan0

That is not a valid IP for via (since .0 is not the router).

> in a terminal opened on the phone, but if I try to do it with `sudo`, it 
> reboots the silly thing.
> 
> So need to figure out how to get that route manually ONTO the phone, to see 
> if it makes a difference.

-- 
Len Sorensen

------------------------------------------------------------------------------
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