Omega WiFi Ethernet Bridge
-
hello,
has anyone been able to get the Omega WiFi Ethernet Bridge in the project book to work?
https://docs.onion.io/omega2-project-book-vol1/omega-wifi-ethernet-bridge.html
this is from the project book for changes to /etc/config/network
config interface 'wlan'
option type 'bridge'
option ifname 'eth0'
option proto 'static'
option ipaddr '192.168.3.1'
option netmask '255.255.255.0'
option ip6assign '60'it does not work. win10 reports unidentified network.
this is /etc/config/network [after the change]
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 'fd1d:48c4:7633::/48'config interface 'wlan'
option type 'bridge'
option ifname 'eth0'
option proto 'static'
option ipaddr '192.168.3.1'
option netmask '255.255.255.0'
option ip6assign '60'config interface 'wan'
option ifname 'eth0.2'
option proto 'dhcp'config interface 'wwan'
option ifname 'apcli0'
option proto 'dhcp'this is from the project book for changes to /etc/config/network
config interface 'wlan'
option type 'bridge'
option ifname 'eth0'
option proto 'static'
option ipaddr '192.168.3.1'
option netmask '255.255.255.0'
option ip6assign '60'when i do the changes this is what dmesg reports,
DMA Scheduler Mode=0(LMAC)
[18413.363654] efuse_probe: efuse = 10000012
[18413.367777] 1. Phy Mode = 14
[18413.537331] 2. Phy Mode = 14
[18413.540345] 3. Phy Mode = 14
[18413.543616] WTBL Segment 1 info:
[18413.546982] MemBaseAddr/FID:0x28000/0
[18413.550918] EntrySize/Cnt:32/128
[18413.554368] WTBL Segment 2 info:
[18413.557727] MemBaseAddr/FID:0x40000/0
[18413.561633] EntrySize/Cnt:64/128
[18413.565081] WTBL Segment 3 info:
[18413.568441] MemBaseAddr/FID:0x42000/64
[18413.572431] EntrySize/Cnt:64/128
[18413.575878] WTBL Segment 4 info:
[18413.579251] MemBaseAddr/FID:0x44000/128
[18413.583332] EntrySize/Cnt:32/128
[18415.069678] br-wlan: port 1(eth0) entered forwarding state
[18422.623518] device ra0 entered promiscuous mode
[18422.628231] br-wlan: port 2(ra0) entered forwarding state
[18422.633806] br-wlan: port 2(ra0) entered forwarding state
[18424.629844] br-wlan: port 2(ra0) entered forwarding state
[18425.051118] Interface apcli0 link up! (WPA2PSK AES)interested if you have any ideas or suggestions. thanks.