[OpenWrt-Devel] mac filter on attitude_adjustment

2014-06-20 Thread bjzhougong
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
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 ? Thanks! bjzhougong From

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

2014-06-01 Thread bjzhougong
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 mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi

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

2014-05-31 Thread bjzhougong
/lib/netifd/ppp-down finished (pid 3252), status = 0x1 Jan 1 01:37:49 OpenWrt user.info firewall: removing wan (3g-wan) from 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

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 bjzhoug...@126

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

2014-05-31 Thread bjzhougong
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 23:50, Bjørn Mork bj...@mork.no

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 bjzhoug...@126.com To: openwrt-devel openwrt-devel@lists.openwrt.org Subject: [OpenWrt-Devel

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

2014-05-23 Thread bjzhougong
? 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
'bridge' option proto 'static' option ipaddr '192.168.22.1' option netmask '255.255.255.0' config interface 'wan' option ifname 'eth0' option proto 'dhcp' bjzhougong From: camden lindsay Date: 2014-02-18 06:23 To: OpenWrt Development List CC: bjzhougong

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

2014-02-18 Thread bjzhougong
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 On Mon, Feb 17, 2014 at 4:07 PM, Hartmut Knaack knaac...@gmx.de wrote: bjzhougong schrieb

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] 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 kernel space after

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:

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

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] 3g disconnect on WR703N (Mitch Kelly)

2013-06-09 Thread bjzhougong
, but WR703N or openwrt has some problem. bjzhougong Date: Sun, 9 Jun 2013 11:10:33 +0800 From: Mitch Kelly mkell...@iinet.net.au To: 'OpenWrt Development List' openwrt-devel@lists.openwrt.org Subject: Re: [OpenWrt-Devel] 3g disconnect on WR703N Message-ID: 07b101ce64be$e82c1510$b8843f30$@net.au Content