I am trying to assign IP address for my interface (its in bridge mode) but not working

Use cat /etc/resolv.* /tmp/resolv.*
While you're at it post also the following cat /etc/openwrt_release

root@XD4200:~# cat /etc/resolv.* /tmp/resolv.*
search lan
nameserver 127.0.0.1
search lan
nameserver 127.0.0.1
# Interface lan
nameserver 8.8.8.8
root@XD4200:~# 

and cat /etc/openwrt_release ?

root@XD4200:~# cat /etc/openwrt_release
DISTRIB_ID="QSDK"
DISTRIB_RELEASE="QCA9558.LN"
DISTRIB_REVISION="unknown"
DISTRIB_CODENAME="premium_beeliner_router"
DISTRIB_TARGET="ar71xx/generic"
DISTRIB_DESCRIPTION="QSDK Premium Beeliner Router QCA9558.LN"

This doesn't seem like an official OpenWrt release. Therefore you won't be able to get much help here as no one can reproduce your problem. You'd better contact the vendor of this device.

2 Likes

@yallaiah202, welcome to the community!

No need to make a new account.

https://wiki.codeaurora.org/xwiki/bin/QSDK/

The default configuration is the WAN being a DHCP client, and the LAN being an independent network also providing DHCP service to LAN devices, and NATting their Internet requests back through the WAN.

This sounds like exactly what you want to do here, so I would say don't change anything from default other than if the IP you get from the WAN overlaps the LAN range you have to change the LAN IP to something that does not conflict.

is it possible to update to latest openwrt version 18
??
if possible can u please help me

yeah , setup looks like this only ,
but WAN not able to hold the IP address that has getting from DHCP
that is the real problem here ,

Which vendor/model is this router?

"DISTRIB_DESCRIPTION="QSDK Premium Beeliner Router QCA9558.LN"

I was not able to find that model or vendor in the list of hardware.

1 Like