Search found 86 matches

by behappy
Fri May 06, 2011 2:07 am
Forum: General Discussion
Topic: WR1043ND cant associate to wireless lan with XP computers
Replies: 3
Views: 3390

Re: WR1043ND cant associate to wireless lan with XP computers

It can be a driver compatibility problem, but before making any conclusion try a shorter password phrase less than 13 char. and see if it works.
by behappy
Fri Apr 22, 2011 4:40 am
Forum: Other Issues
Topic: QoS settings for VOIP not working on all pennytel settings
Replies: 10
Views: 11219

Re: QoS settings for VOIP not working on all pennytel settings

I know for sure the voip l7 filter in gargoyle is rtp and NOT sip (google the terms), that is why you get a mix result in qos.

Qos works indeed in gargoyle. In your case qos are mixed up in both up- and download. Take a look on ports; download should be source- and upload destination
by behappy
Thu Apr 21, 2011 5:04 pm
Forum: Other Issues
Topic: Mounting for life
Replies: 5
Views: 5597

Re: Mounting for life

Don't know it's a bug or not, but the missing fstab file causes a minor headache when swap between the difference usb drives. I make a fstab file from wiki and place it on tmp folder. config global automount option from_fstab 1 option anon_mount 1 config global autoswap option from_fstab 1 option an...
by behappy
Sat Apr 16, 2011 1:51 pm
Forum: General Discussion
Topic: QoS Classification Rule
Replies: 6
Views: 12063

Re: QoS Classification Rule

Thanks for your explanation. It leads me to reread the qos classification and it raises a few questions about the options - When using the maximum and minimum packet length? - Will it be more simple using Connection bytes reach? If using Connection bytes reach option then the limit in MB, is it too ...
by behappy
Fri Apr 15, 2011 1:17 pm
Forum: Hardware / Installation Issues
Topic: Need help with WR841ND Version 7
Replies: 4
Views: 5648

Re: Need help with WR841ND Version 7

If not gargoyle supports yr router native try following this guide
by behappy
Fri Apr 15, 2011 10:34 am
Forum: Gargoyle Development
Topic: 3g support
Replies: 34
Views: 45810

Re: 3g support

OK. I assumed gargoyle with the last updated kernel, since Eric pronounced the bump version of openwrt.

Other packets are compatible w. gargoyle. Only usb-serial, which necessary for 3G modem is incompatible.
by behappy
Fri Apr 15, 2011 7:45 am
Forum: General Discussion
Topic: QoS Classification Rule
Replies: 6
Views: 12063

QoS Classification Rule

Does anyone take a note about to define Maximum Packet Length or Minimum Packet Length? The unit of measure is in byte and max. out with 1024 bytes equal 1kB. I will mean the size is too small to set qos optimal, what is your opinion? Normal request on port 53 is a few bytes (surf internet) or kB (t...
by behappy
Thu Apr 14, 2011 3:28 pm
Forum: Gargoyle Development
Topic: 3g support
Replies: 34
Views: 45810

Re: 3g support

Got the problem as below w. v.1.3.13. What does it mean?
Collected errors:
* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-usb-serial:
* kernel (= 2.6.37.6-1) *
* opkg_install_cmd: Cannot install package kmod-usb-serial.
by behappy
Tue Apr 12, 2011 5:32 pm
Forum: Other Issues
Topic: Repo: Handle 0.0.0.0 gateways properly in static routes
Replies: 1
Views: 1972

Repo: Handle 0.0.0.0 gateways properly in static routes

Hi Eric, Those commands below are valid in iptables - route add -net 192.168.1.0 netmask 255.255.255.0 eth1 - route add default gw 192.168.1.1 Converted to GUI Current Static Routes: Destination---------------------Interface------Gateway 192.168.1.0/255.255.255.0-wan-------------0.0.0.0 0.0.0.0/0.0....