[OpenWrt-Devel] mac filter on attitude_adjustment

2014-06-20 Thread bjzhougong
nt to port this feature to my version. Thanks! bjzhougong ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] 3G conneciton terminated because recv LCP termreq

2014-06-01 Thread bjzhougong
and it seem that this modem don't send TermReq per 10 minutes. If one sta connect to router which no sta connection before, netifd will shou "Wan" lost connection, but pppd won't re-dial bjzhougong ___ openwrt-devel ma

Re: [OpenWrt-Devel] 3G conneciton terminated because recv LCP termreq

2014-06-01 Thread bjzhougong
n 1 00:33:56 OpenWrt daemon.info dnsmasq[1540]: using local addresses only for domain lan Jan 1 00:33:57 OpenWrt user.info firewall: adding wan (3g-wan) to zone wan From log, it seems that 3g connection isn't lost, and pppd never redial. But why netifd consider wan has lost the connection ? Tha

Re: [OpenWrt-Devel] 3G conneciton terminated because recv LCP termreq

2014-05-31 Thread bjzhougong
lease tell me why use on-demand feature? and it can follow with number for demand option? Thanks! bjzhougong From: Yousong Zhou Date: 2014-06-01 06:11 To: Bjørn Mork CC: bjzhougong; openwrt-devel Subject: Re: [OpenWrt-Devel] 3G conneciton terminated because recv LCP termreq On 31 May 2014

Re: [OpenWrt-Devel] 3G conneciton terminated because recv LCP termreq

2014-05-31 Thread bjzhougong
Hi Zhou Thanks for your help. I will add keepalive in options to test. bjzhougong From: Yousong Zhou Date: 2014-05-31 17:08 To: bjzhougong CC: openwrt-devel Subject: Re: [OpenWrt-Devel] 3G conneciton terminated because recv LCP termreq Hi, On 31 May 2014 16:39, bjzhougong wrote: >

[OpenWrt-Devel] 3G conneciton terminated because recv LCP termreq

2014-05-31 Thread bjzhougong
rom zone wan Jan 1 01:37:51 OpenWrt daemon.notice pppd[1164]: Connection terminated. Why modem would send LCP TermReq packet? Any help would be greatly appreciated! bjzhougong ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] What openwrt router would do when one

2014-05-24 Thread bjzhougong
Any one have any idea about this issue. If router continue to send packets to those zombie stations, it will affect performance Thanks! Message: 7 Date: Fri, 23 May 2014 21:35:05 +0800 From: bjzhougong To: openwrt-devel Subject: [OpenWrt-Devel] What openwrt router would do when one connected

[OpenWrt-Devel] What openwrt router would do when one connected station is out of range

2014-05-23 Thread bjzhougong
this scene? Thanks! bjzhougong ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] 回复: Re: Really slow 3G speed through router... okay when connected directly

2014-02-23 Thread bjzhougong
Hi Zhou I will create a new ticket about this. Thanks! bjzhougong From: Yousong Zhou Date: 2014-02-23 18:32 To: bjzhougong CC: OpenWrt Development List Subject: Re: [OpenWrt-Devel] Really slow 3G speed through router... okay when connected directly hi On Sun, 23 Feb 2014, jinzhcheng wrote

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

2014-02-18 Thread bjzhougong
Hi All Thanks for your response! My question is not how to enable eth1 port. I want to know how it configure one port to lan or wan port in WR703N. Now I think it use bridge, and i will study to get more information about bridge in WR703N bjzhougong From: Aleksandr Kolesnik Date: 2014-02-18

Re: [OpenWrt-Devel] openwrt-devel Digest, Vol 98, Issue 62

2014-02-18 Thread bjzhougong
arates 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/uploads/downloads/2013/08/AR9331.pdf > > > > &g

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

2014-02-18 Thread bjzhougong
face 'lan' #option ifname 'eth0' option type 'bridge' option proto 'static' option ipaddr '192.168.22.1' option netmask '255.255.255.0' config interface 'wan' option ifname 'et

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

Re: [OpenWrt-Devel] How to modify WR703N wlan mac

2013-07-07 Thread bjzhougong
Hi Bastian Thanks for your response! >you can configure this via uci: >option macaddr ... >if you want to write to mtd0, you must modify e.g.: >/openwrt/build_dir/target-mips_r2_uClibc-0.9.33.2/linux-ar71xx_generic/linux-3.8.13/drivers/mtd/tplinkpart.c >and comment/remove the line: >parts[0].mask

Re: [OpenWrt-Devel] openssh-server configure in attitude_adjustment

2013-06-17 Thread bjzhougong
After select any config item: CONFIG_BUSYBOX_CONFIG_FEATURE_SHADOWPASSWDS=y CONFIG_BUSYBOX_CONFIG_USE_BB_PWD_GRP=y CONFIG_BUSYBOX_CONFIG_USE_BB_SHADOW=y CONFIG_BUSYBOX_CONFIG_PASSWD=y now I can log openwrt by ssh:) bjzhougong From: Peter Wagner Date: 2013-06-17 03:10 To: jinzhcheng CC

Re: [OpenWrt-Devel] openssh-server configure in attitude_adjustment

2013-06-17 Thread bjzhougong
Thanks for your reponse. But this issue exist too follow your suggestion, I will try dropbear. Thanks! bjzhougong From: Peter Wagner Date: 2013-06-17 03:10 To: jinzhcheng CC: openwrt-devel Subject: Re: [OpenWrt-Devel] openssh-server configure in attitude_adjustment Hi, Try to set the pw for

Re: [OpenWrt-Devel] 3g disconnect on WR703N (Mitch Kelly)

2013-06-09 Thread bjzhougong
ny seconds. It seem that 3G network card work normally, but WR703N or openwrt has some problem. bjzhougong Date: Sun, 9 Jun 2013 11:10:33 +0800 From: "Mitch Kelly" To: "'OpenWrt Development List'" Subject: Re: [OpenWrt-Devel] 3g disconnect on WR703N Message-ID: <07b10