El 07/07/14 16:05, Andres Gomez escribió:
If You are using webGUI:
Network-> interfaces->(select one interface) -> Edit -> physical settings ... here you can setup your bridge.

Ok. I'm using LuCi i will go using this way.....

Thanks!


Or you can edit you config files:

root@OpenWrt:/etc/config# cat 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.... or whatever'
        option _orig_ifname 'eth0 wlan0'
        option _orig_bridge 'true'
        option ifname 'eth0'
        option ipaddr '192.168.... or whatever'
        option gateway '192.168... or whatever'

Regards


--
Emiliano Vazquez | PcCentro Informatica & CCTV
Office: +54 (11) 4635-3218 y Rotativas
Movil: 011-15-6253-7165
Mail: [email protected]
Web: http://www.pccentro.com.ar
_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users

Reply via email to