I have enabled the wifi access point and provided the LAN connection to the ethernet port on the device.
I am facing a few problems.
I am able to connect to the wifi from my laptop and access the internet but I am not able to connect to the wifi from my phone. also, I am not able to access http://192.168.1.1/cgi-bin/luci when I connect to OpenWrt wifi
When I connect through putty(as serial port ), I am not able to access the internet from the command line. opkg is failing.
I want to achieve an 802.11s based wireless mesh network Where I connect LAN cable to the ethernet port, OpenWrt act as Accespoint so that other devices can connect to this access point and communicate to each other.
I am very much new to this field. Thanks in advance.
Before you set up mesh (which requires installing wpad-mesh-openssl and removing wpad), try to configure wifi network with WPA2-PSK or WPA/WPA2. Make sure all clients can connect.
First, try connecting with an Ethernet cable. Do you seen http://192.168.1.1?
for ping www.google.com its saying ping:bad address ' www.google.com'
and for opkg update it says
Downloading http://downloads.openwrt.org/releases/19.07.3/packages/mipsel_24kc/luci/Packages.gz
Failed to establish connection
*** Failed to download the package list from http://downloads.openwrt.org/releases/19.07.3/packages/mipsel_24kc/luci/Packages.gz
Single ethernet port boards are usually run as a LAN device (dumb AP) where routing to the Internet is done by the network's existing main router. Configuration for this is:
ethernet port and optional wifi AP bridged into the existing by default lan network.
lan IP in the range of the main router but not the same. DHCP client is also acceptable but you will need a way to determine which IP was assigned.
lan options gateway and dns point to the main router.
DHCP server disabled in /etc/config/dhcp. In the lan section disable both IPv4 (add an option ignore) and IPV6 (comment out / remove IPv6 related lines)