With tether option, on first time boot up board can access to internet to upgrade firmware. when finish upgrade i can use tethered option access to the board with ip: 192.168.6.2 and using connmanctl connect to my wifi router but it cannot ping to 8.8.8.8 and another too.How can i fixed it?
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/2f7bc1b1-876a-4789-8978-041adea50027o%40googlegroups.com.
With tether option, on first time boot up board can access to internet to upgrade firmware. when finish upgrade i can use tethered option access to the board with ip: 192.168.6.2 and using connmanctl connect to my wifi router but it cannot ping to 8.8.8.8 and another too.How can i fixed it?
--
You received this message because you are subscribed to a topic in the Google Groups "BeagleBoard" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/beagleboard/wIw6puVZH9w/unsubscribe.
To unsubscribe from this group and all its topics, send an email to beagleboard...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAG99bkpDLsUW7QyP99GVsbhU69t-7kXVcyFDwPitUGO5F2sbqg%40mail.gmail.com.
# connmanctl config <service> --ipv4 manual <ip address> <netmask> <gateway># connmanctl config <service> --nameservers <dns-addr>
debian@beaglebone:~$ ip rdefault via 192.168.2.1 dev wlan04.4.4.4 via 192.168.2.1 dev wlan08.8.4.4 via 192.168.2.1 dev wlan08.8.8.8 via 192.168.2.1 dev wlan0192.168.0.0/21 dev wlan0 proto kernel scope link src 192.168.2.200192.168.2.1 dev wlan0 scope link192.168.6.0/24 dev usb1 proto kernel scope link src 192.168.6.2 linkdown192.168.7.0/24 dev usb0 proto kernel scope link src 192.168.7.2 linkdown192.168.8.0/24 dev SoftAp0 proto kernel scope link src 192.168.8.1debian@beaglebone:~$ routeKernel IP routing tableDestination Gateway Genmask Flags Metric Ref Use Ifacedefault 192.168.2.1 0.0.0.0 UG 0 0 0 wlan04.4.4.4 192.168.2.1 255.255.255.255 UGH 0 0 0 wlan0dns.google 192.168.2.1 255.255.255.255 UGH 0 0 0 wlan0dns.google 192.168.2.1 255.255.255.255 UGH 0 0 0 wlan0192.168.0.0 0.0.0.0 255.255.248.0 U 0 0 0 wlan0192.168.2.1 0.0.0.0 255.255.255.255 UH 0 0 0 wlan0192.168.6.0 0.0.0.0 255.255.255.0 U 0 0 0 usb1192.168.7.0 0.0.0.0 255.255.255.0 U 0 0 0 usb0192.168.8.0 0.0.0.0 255.255.255.0 U 0 0 0 SoftAp0
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/146F3FB1-8DDC-4943-A326-25496ED08946%40gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAG99bkrzG%2BzPHuY8VCG7sO%3DDPr20VjE0uPizOFUC-j6OqEQWRg%40mail.gmail.com.
On 23 Nov 2020, at 12:35 AM, jonnymo <jonn...@gmail.com> wrote:
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAG99bkrzG%2BzPHuY8VCG7sO%3DDPr20VjE0uPizOFUC-j6OqEQWRg%40mail.gmail.com.