RT5350F Evb Rev A How to interact with LUCI Web server

Started by Kishore, December 21, 2024, 02:08:28 PM

Previous topic - Next topic

Kishore

Hi

RT5350F EVB Rev a recently flashed a "openwrt-ramips-rt305x-olinuxino-rt5350f-evb-squashfs-sysupgrade.bin file" through tftp server successfully flashed

These are the openwrt details:

root@OpenWrt:/# cat /etc/openwrt_release
DISTRIB_ID='OpenWrt'
DISTRIB_RELEASE='15.05-rc3'
DISTRIB_REVISION='r46591'
DISTRIB_CODENAME='chaos_calmer'
DISTRIB_TARGET='ramips/rt305x'
DISTRIB_DESCRIPTION='OpenWrt Chaos Calmer 15.05-rc3'
DISTRIB_TAINTS='no-all'

Now i'm facing problem is LUCI web interface in these version but didnt open web page

RT5350F Evb Rev a board ip address is 192.168.2.1
root@OpenWrt:/# ping 192.168.2.1
PING 192.168.2.1 (192.168.2.1): 56 data bytes
64 bytes from 192.168.2.1: seq=0 ttl=64 time=0.720 ms
64 bytes from 192.168.2.1: seq=1 ttl=64 time=0.660 ms
64 bytes from 192.168.2.1: seq=2 ttl=64 time=0.600 ms
64 bytes from 192.168.2.1: seq=3 ttl=64 time=0.600 ms
64 bytes from 192.168.2.1: seq=4 ttl=64 time=0.620 ms
64 bytes from 192.168.2.1: seq=5 ttl=64 time=0.600 ms
64 bytes from 192.168.2.1: seq=6 ttl=64 time=0.700 ms
64 bytes from 192.168.2.1: seq=7 ttl=64 time=0.620 ms
64 bytes from 192.168.2.1: seq=8 ttl=64 time=0.600 ms
   

succesfully configured IP address


Take a look for windows system

done at configure at ip assigning through network and systems

C:\Users\Admin>ping 192.168.2.100

Pinging 192.168.2.100 with 32 bytes of data:
Reply from 192.168.2.100: bytes=32 time<1ms TTL=128
Reply from 192.168.2.100: bytes=32 time<1ms TTL=128
Reply from 192.168.2.100: bytes=32 time<1ms TTL=128
Reply from 192.168.2.100: bytes=32 time<1ms TTL=128

Ping statistics for 192.168.2.100:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 0ms, Maximum = 0ms, Average = 0ms

these both has ip configuration has done. but web page has didnt accees.

can anyone give me suggestions