Hi there.
I'm new here and Im having a problem during my LEDE configuration.
I have installed on my Dlink Dir 600 the LEDE Reboot 17.01.4 r3560-79f57e422d / LuCI lede-17.01 branch (git-17.290.79498-d3f0685) firmware.
I have my ISP router configurated in Bridge mode and works fine. I configured the connection for LAN and WAN and via Ethernet is working perfect, the problem is when I try to active Wifi. My configuration is on the Pics that attached.
The SSID is working fine, I can connect devices to the wifi, but I cant use Internet, something is configurate wrong because via LAN Ethernet I have Internet, but via WIFI no.
You have to distil the option of wan because the wireless clients would receive a public IP if you have several available (I doubt it). Therefore, only the lan option should be checked to receive a private IP.
Forwarding Internet requests from the LAN to the WAN is done by the firewall subsystem. Local users (wired or wireless) should be connected only to the LAN network.
I tried to set only LAN and nothing... and then only WAN and the same, I dont have Internet connection... Only I have via LAN Ethernet no with Wifi...
I attached below a Print Screen for my WAN settings... may be can help..
I tested to add the Code Country as you told me and still with out working... Only via LAN the Internet works.. If I try on WirelessLan nothing... Then I saw the URL you send me with this guide and I have the same settings.
I configured only for LAN and then tried with WAN (in the Wireless settings) and nothing... Is so strange..
Can I help attaching some pic from my router configuration?
Attaching pictures is not a good idea when you want your configuration sorted out. You need to attach your configuration in code. For that use a SSH client like putty if you use windows. If you use Linux then just ssh root@X.X.X.X (put your ip in place).
Then do cat /etc/config/network and cat /etc/config/wireless and show us the output.
@Pippo Please dont ask for any screenshots. The crucial information gets omitted. LuCI only displays a handful of information which a basic user would need to modify/configure. In case of troubleshooting, we need to know what is actually wrong and that info comes from the full config files.
Yes, I know about IPCONFIG, when i run this command on my shell shows me my Ethernet Adapter and is setting good, assigns me and IPv4 address in the same network that my gateway.
brctl show should show the LAN bridge (br-lan) and the interfaces included in it. There should be one Ethernet and the one wifi.
Having LAN wifi users go to the Internet is something that should just work with a very basic configuration. You could consider resetting to default configuration, set up your WAN, and start up an AP on the LAN. That really is all that needs to be done for a basic setup that works like stock firmware. Then you can grow from there.