Re: [OpenWrt-Devel] How to use ethernet port as lan or wan port in WR703N

2014-02-18 Thread bjzhougong
21:26 To: bjzhougong; OpenWrt Development List Subject: Re: [OpenWrt-Devel] How to use ethernet port as lan or wan port in WR703N you need to build own image where enable eth1 port. eth1 connected to internal switch. Read topics https://forum.openwrt.org/viewtopic.php?id=48907 and https

Re: [OpenWrt-Devel] How to use ethernet port as lan or wan port in WR703N

2014-02-18 Thread Aleksandr Kolesnik
> option ifname 'eth0' > option proto 'dhcp' > > ---------------------- > bjzhougong > > *From:* camden lindsay > *Date:* 2014-02-18 06:23 > *To:* OpenWrt Development List > *CC:* bjzhougong > *Subject:* Re: [OpenWrt-Dev

Re: [OpenWrt-Devel] How to use ethernet port as lan or wan port in WR703N

2014-02-18 Thread bjzhougong
h0' option proto 'dhcp' bjzhougong From: camden lindsay Date: 2014-02-18 06:23 To: OpenWrt Development List CC: bjzhougong Subject: Re: [OpenWrt-Devel] How to use ethernet port as lan or wan port in WR703N It sounds like you have to re-configure the switch, to have the

Re: [OpenWrt-Devel] How to use ethernet port as lan or wan port in WR703N

2014-02-18 Thread Aleksandr Kolesnik
look this topic https://forum.openwrt.org/viewtopic.php?id=48907 and https://forum.openwrt.org/viewtopic.php?id=48892 looks like ath_register_eth(1) not selected, so device detect only one wan port 2014-02-18 0:23 GMT+02:00 camden lindsay : > It sounds like you have to re-configure the switch, t

Re: [OpenWrt-Devel] How to use ethernet port as lan or wan port in WR703N

2014-02-17 Thread camden lindsay
It sounds like you have to re-configure the switch, to have the port that is currently 'wan' on the same vlan as the LAN. see http://wiki.openwrt.org/doc/uci/network/switch On Mon, Feb 17, 2014 at 2:04 PM, jonsm...@gmail.com wrote: > On Mon, Feb 17, 2014 at 4:48 PM, Hartmut Knaack wrote: >> jon

Re: [OpenWrt-Devel] How to use ethernet port as lan or wan port in WR703N

2014-02-17 Thread jonsm...@gmail.com
On Mon, Feb 17, 2014 at 4:48 PM, Hartmut Knaack wrote: > jonsm...@gmail.com schrieb: >> The switch (esw) configuration separates the LAN and WAN ports. > But according to the wiki, the 703n has only one ethernet port and no switch. AR9331 has the switch on chip. http://www.eeboard.com/wp-content/

Re: [OpenWrt-Devel] How to use ethernet port as lan or wan port in WR703N

2014-02-17 Thread Hartmut Knaack
jonsm...@gmail.com schrieb: > The switch (esw) configuration separates the LAN and WAN ports. But according to the wiki, the 703n has only one ethernet port and no switch. > > On Mon, Feb 17, 2014 at 4:07 PM, Hartmut Knaack wrote: >> bjzhougong schrieb: >>> Dear Sirs. >>> > As we know, we can

Re: [OpenWrt-Devel] How to use ethernet port as lan or wan port in WR703N

2014-02-17 Thread jonsm...@gmail.com
The switch (esw) configuration separates the LAN and WAN ports. On Mon, Feb 17, 2014 at 4:07 PM, Hartmut Knaack wrote: > bjzhougong schrieb: >> Dear Sirs. >> >> >>As we know, we can configure "network.lan.interface" or >> >>"network.wan.interface" as eth0 to use ethernet port as lan or wan port

Re: [OpenWrt-Devel] How to use ethernet port as lan or wan port in WR703N

2014-02-17 Thread Hartmut Knaack
bjzhougong schrieb: > Dear Sirs. > > >>As we know, we can configure "network.lan.interface" or > >>"network.wan.interface" as eth0 to use ethernet port as lan or wan port on > >>WR703N. > >>I think it should need to do anything in driver for switch ethernet port, > >>and I want to know what ha

Re: [OpenWrt-Devel] How to use ethernet port as lan or wan port in WR703N

2014-02-17 Thread bjzhougong
Dear Sirs. >>As we know, we can configure "network.lan.interface" or >>"network.wan.interface" as eth0 to use ethernet port as lan or wan port on >>WR703N. >>I think it should need to do anything in driver for switch ethernet port, >>and I want to know what happened between user space and kerne

[OpenWrt-Devel] How to use ethernet port as lan or wan port in WR703N

2014-02-16 Thread jinzhcheng
Dear Sirs. As we know, we can configure "network.lan.interface" or "network.wan.interface" as eth0 to use ethernet port as lan or wan port on WR703N. I think it should need to do anything in driver for switch ethernet port, and I want to know what happened between user space and kernel space af