Changes between Version 34 and Version 35 of wireless/modem
- Timestamp:
- 12/04/2018 12:27:16 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
wireless/modem
v34 v35 1742 1742 }}} 1743 1743 1744 * There will be an IP address assigned, something such as 192.168.1.100 to usb0. Test this using the ifconfig command 1745 * Try first to ping an actual IP address, like 8.8.8.8 (in case DNS isn't working....) 1746 * Then try a domain name, like www.yahoo.com 1747 * If a domain name doesn't work, try adding a DNS like the Google DNS as follows and try the ping again: 1748 {{{ 1749 echo "nameserver 8.8.8.8" > /etc/resolv.conf 1750 }}} 1751 1744 1752 '''OpenWrt Notes:''' 1745 1753 * OpenWrt 16.02 and 18.02 have been tested