최신 OpenWRT 소프트웨어를 설치 한 WBMR-HP-G300H Buffalo Airstation 라우터가 있습니다.
하나의 니글을 제외하고는 모두 잘 작동합니다 (ADSL, WIFI 등). LAN 포트간에 통신 할 수 없습니다. 즉, LAN 포트 1에 하나의 컴퓨터가 연결되어 있고 LAN 포트 2에 다른 컴퓨터를 핑하려고하면 "도달 할 수 없습니다"라는 메시지가 나타납니다.
라우터 자체에서 두 컴퓨터를 모두 핑할 수 있고 무선으로 연결된 별도의 랩톱에서 각 컴퓨터를 핑할 수도 있습니다. 모든 컴퓨터가 동일한 서브넷 범위 (10.0.0.?/24)에 있습니다.
스위치에서 VLAN을 구성해야 할 것으로 생각되지만 다양한 Google 구성 으로이 작업을 수행 할 때마다 모든 LAN 포트가 고정되어 있으며 무선으로 연결된 랩톱을 사용하여 되돌려 야합니다.
내 / 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 interface 'lan'
option type 'bridge'
option proto 'static'
option netmask '255.255.255.0'
option ipaddr '10.0.0.1'
option _orig_ifname 'eth0 wlan0'
option _orig_bridge 'true'
option ifname 'eth0'
config adsl-device 'adsl'
option fwannex 'a'
option annex 'a2p'
config interface 'wan'
option _orig_ifname 'nas0'
option _orig_bridge 'false'
option proto 'pppoa'
option encaps 'vc'
option atmdev '0'
option vci '38'
option vpi '0'
option username '?????????????'
option password '??????????????'
어떤 도움이라도 따뜻하게받을 수 있습니다.
더 많은 구성 요소가 있습니다.
root@OpenWrt:~# ifconfig -a
br-lan Link encap:Ethernet HWaddr 00:24:A5:BD:66:08
inet addr:10.0.0.1 Bcast:10.0.0.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:226576 errors:0 dropped:346 overruns:0 frame:0
TX packets:269292 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:26771676 (25.5 MiB) TX bytes:183986450 (175.4 MiB)
eth0 Link encap:Ethernet HWaddr 00:24:A5:BD:66:08
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
ifb0 Link encap:Ethernet HWaddr 36:60:EC:DF:13:A1
BROADCAST NOARP MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:32
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
ifb1 Link encap:Ethernet HWaddr 4A:7B:75:67:54:E0
BROADCAST NOARP MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:32
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:780 errors:0 dropped:0 overruns:0 frame:0
TX packets:780 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:58369 (57.0 KiB) TX bytes:58369 (57.0 KiB)
mon.wlan0 Link encap:UNSPEC HWaddr 00-24-A5-BD-66-08-00-48-00-00-00-00-00-00-00-00
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2424 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:32
RX bytes:320188 (312.6 KiB) TX bytes:0 (0.0 B)
pppoa-wan Link encap:Point-to-Point Protocol
inet addr:81.136.179.204 P-t-P:81.134.80.1 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
RX packets:258894 errors:0 dropped:0 overruns:0 frame:0
TX packets:212976 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:177341656 (169.1 MiB) TX bytes:25192459 (24.0 MiB)
wlan0 Link encap:Ethernet HWaddr 00:24:A5:BD:66:08
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:204063 errors:0 dropped:0 overruns:0 frame:0
TX packets:245516 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:32
RX bytes:26613140 (25.3 MiB) TX bytes:162799765 (155.2 MiB)
root@OpenWrt:~# brctl show
bridge name bridge id STP enabled interfaces
br-lan 8000.0024a5bd6608 no wlan0
eth0
root@OpenWrt:~# swconfig dev eth0 show
Global attributes:
enable_vlan: 0
Port 0:
pvid: 0
link: port:0 link:up speed:1000baseT full-duplex txflow rxflow
Port 1:
pvid: 0
link: port:1 link:down
Port 2:
pvid: 0
link: port:2 link:down
Port 3:
pvid: 0
link: port:3 link:down
Port 4:
pvid: 0
link: port:4 link:up speed:100baseT full-duplex txflow rxflow auto
Port 5:
pvid: 0
link: port:5 link:up speed:100baseT full-duplex txflow rxflow auto
마크에게 감사합니다.