Why can't connect to the management webpage?

There are two pcs , openwrt installed in pc1 , no internet ,just one cable connect them.
The configuration in openwrt.

cat /etc/config/network
config interface 'loopback'
	option ifname 'lo'
	option proto 'static'
	option ipaddr '127.0.0.1'
	option netmask '255.0.0.0'

config globals 'globals'
	option ula_prefix 'fde9:d92f:dfe0::/48'

config interface 'lan'
	option type 'bridge'
	option ifname 'eth0'
	option proto 'static'
	option ipaddr '192.168.123.1'
	option netmask '255.255.255.0'
	option ip6assign '60'

config interface 'wan'
	option ifname 'eth0.2'
	option _orig_ifname 'eth0.2'
	option _orig_bridge 'false'
	option proto 'pppoe'
	option username 'xxxx'
	option password 'xxxx'
	option ipv6 'auto'
	option keepalive '0'

Now to connect pc1 from pc2:

ssh root@192.168.123.1

It can't ssh pc1.

Type 192.168.123.1 in firefox in pc2,no router management gui!

How to fix it?

What IP does pc2 have ?

1 Like

Solved,i turn on pc1 first and then turn on pc2.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.