Hey there! I successfully flashed a home node and am able to connect to the private SSID, SSH in as root, and poke around. When I connect my home node to my home router, I am able to access the internet via the private SSID. However, I don't think I'm actually connected to the mesh. Am wondering if something is going wrong with the tunneling.

Some notes:

0) tunneldigger is running:

root@pattyspuddles:~# ps | grep tunnel

 2900 root      5312 S    /usr/bin/tunneldigger -u ecd1b967-16e5-4c08-b738-bf83b82f559c -i l2tp0 -t 1 -b 45.34.140.42:8942 -L 1000kbit -s /opt/mesh/tunnel_hook -I eth1


1) In /var/log/messages I see:

Sun Feb  4 10:16:49 2018 daemon.info td-client: Performing broker selection...

Sun Feb  4 10:16:52 2018 daemon.info td-client: Selected 45.34.140.42:8942 as the best broker.

Sun Feb  4 10:16:56 2018 daemon.info td-client: Tunnel successfully established.

Sun Feb  4 10:16:56 2018 daemon.info td-client: Requesting the broker to configure downstream bandwidth limit of 1000 kbps.


2) ping 8.8.8.8 works
3) ping -I mesh5 8.8.8.8 does not work
4) ping -I l2tp0 8.8.8.8 does not work

5) I see 2 public SSIDs peoplesopen.net 65.28.1 and peoplesopen.net 65.28.1 fast, but I do not see plain ol' peoplesopen.net. Is this expected?
6) If I'm connected to either peoplesopen.net 65.28.1 or peoplesopen.net 65.28.1 fast, I cannot access the internet.

Any suggestions for how to continue debugging would be awesome!

--Benny