I have a cable from nanostation gives me internet connection without the need to username and password.
when i attach it to LAN port, the router will be in access point mode BUT i will not be able to access the router login page.
when i change the gateway of the pc to the router address, i will be able to login to the router but no internet connection!!
please see the photos; !
also, for this type of ISP, what is the correct type of internet connectio? is it static ip or what?
Does your ISP usually require a username and password? * If so, how did you disable it?
yest, it does. but the user and password already entered in the below device
Blockquote * Do you mean WiFi or Ethernet? * Is there a configuration where you can access the web GUI? * What version of OpenWrt? * Is LuCI even installed?
wifi
i can access the router gui if set the pc gateway to the router ip address, 192.168.1.1
openwrt-18.06.5
LuCl, i am new to openwrt and i do not know if LUCI is installed or not.
So what's the other gateway?
the default gateway is 192.168.0.33, as in the photo
What ISP?!!?
the question is for the internet connection that i have, what is the most suitable router configuration?
The default gateway and the IP address have to be in the same subnet. You have an IP adress in the 192.168.0.0/24 subnet and your gateway is in the 192.168.1.0/24 subnet.
By default OpenWRT sets 192.168.1.1 on the LAN interface. So on your computer you should set an address for instance: 192.168.1.10, default gateway:192.168.1.1 and DNS 192.168.1.1.
On your WAN set it as DHCP client.
In general you should leave your PC set for "obtain IP address automatically" (aka DHCP client) and set up the rest of the network so that it works properly that way.
A wireless ISP usually sets the unit they provide (a Customer Premises Equipment, or CPE) as a router, so you can connect one or more PCs to it with an Ethernet switch. If you want to install your own wifi there are two ways to go with it:
Second router. Here you treat the CPE as simply part of the Internet. It is important that your router's LAN side uses a different IP range than the CPE issues. This setup is also called double NAT.
So called "dumb AP". Here your OpenWrt box acts as a wireless to wired converter. All addressing is controlled by the CPE.