OpenWrt: LAN connectivity issue

Hello all,

I have installed the OpenWrt 22.03 on the GL-XE300 Puli router. Router has 2 ports (WAN, LAN). WAN cable is connected to the switch for the network and LAN cable is connected to my PC. I am able to get the network for the router from the switch using WAN, but I am not able to get the internet connectivity to the PC connected with the LAN of the router.

Can someone help me to resolve this issue?

Network configuration for the LAN is as attached:

image

Let me know if you require more information.

what are the LAN and WAN subnets ?
LAN is obviously 192.168.2, but WAN ?

@frollic,

Router is getting the IP from the main network in the range 192.168.1.*

WAN - 192.168.1

ok, and what IP and DNS IPs does your PC get from the router ?

Attached is the info of the IP that is getting from the router.

that's a self assigned IP, you're not getting any IP from the router.

have you done any (re)configuration ?

1 Like

Exactly, no IP is assigned to the PC.

Initially, there was no configuration for the LAN. Then I added the configuration as attached:

image

there should always be a LAN port.
how did you log on to the device if there's no LAN port configured ?

This is customized firmware and initial phase of development. So, it was not included earlier.

you're not answering the question.

customized by whom ?

install the final version instead https://firmware-selector.openwrt.org/?version=23.05.3&target=ath79%2Fnand&id=glinet_gl-xe300 ?

I have GL.inet latest firmware installed on the router and on top of that I have compiled my customized firmware (which includes other packages) based on OpenWrt and upgraded the router. So, with these changes, the LAN changes may not reflected.

It appears you are using firmware that is not from the official OpenWrt project.

When using forks/offshoots/vendor-specific builds that are "based on OpenWrt", there may be many differences compared to the official versions (hosted by OpenWrt.org). Some of these customizations may fundamentally change the way that OpenWrt works. You might need help from people with specific/specialized knowledge about the firmware you are using, so it is possible that advice you get here may not be useful.

You may find that the best options are:

  1. Install an official version of OpenWrt, if your device is supported (see https://firmware-selector.openwrt.org).
  2. Ask for help from the maintainer(s) or user community of the specific firmware that you are using.
  3. Provide the source code for the firmware so that users on this forum can understand how your firmware works (OpenWrt forum users are volunteers, so somebody might look at the code if they have time and are interested in your issue).

If you believe that this specific issue is common to generic/official OpenWrt and/or the maintainers of your build have indicated as such, please feel free to clarify.

1 Like

@frollic,
Can you please let me know the difference in Snapshot build and other stable builds in OpenWrt?

Snapshots are development betas.

https://openwrt.org/releases/snapshot

Thanks @frollic for the information.