hatahata Posted April 21, 2016 Posted April 21, 2016 hi all . it is easy wired-wired bridge . for example , next script x=` ifconfig | grep 192.168 | cut -d ':' -f 2 | cut -d " " -f 1`brctl addbr br0brctl addif br0 eth0brctl addif br0 eth1ifconfig br0 $x netmask 255.255.255.0 broadcast 192.168.100.255 upifconfig eth0 0.0.0.0 upifconfig eth1 0.0.0.0 uproute add default gw 192.168.100.254 br0 the information of wireless bridge itself is at https://wiki.debian.org/BridgeNetworkConnections#Bridging_with_a_wireless_NIC . but this is difficult for me . i want to make following bridge . wifi router 192,168,100.254 .....wireless.....wlan0:[orange pi]:eth0---cross cable---TV so TV looks at internet . ------ regards
Recommended Posts