Search found 129 matches

by n0pin
Tue Aug 26, 2014 2:11 pm
Forum: Other Issues
Topic: Saving settings
Replies: 1
Views: 2049

Re: Saving settings

Does this happen on every page or just specific ones?
by n0pin
Tue Aug 26, 2014 2:10 pm
Forum: Hardware / Installation Issues
Topic: Install gargoyle packages on openwrt fails
Replies: 3
Views: 3804

Re: Install gargoyle packages on openwrt fails

ericwong wrote:Upgrade to latest Gargoyle ROM and then try again. It looks like the ROM you are using is too old and does not match current repository's kernel version.
As far as I know, it isn't possible to install Gargoyle on OpenWrt anymore.
by n0pin
Tue Aug 26, 2014 2:04 pm
Forum: Show / Tell / Contribute
Topic: Email notifications plugin
Replies: 19
Views: 24225

Re: Email notifications plugin

Which version are you running? Try to run the install script again, I updated it last week :D .
by n0pin
Fri Aug 22, 2014 4:44 pm
Forum: Hardware / Installation Issues
Topic: Install Gargoyle on Mikrotik RB951G
Replies: 1
Views: 4130

Re: Install Gargoyle on Mikrotik RB951G

You should start by compiling Mikrotik images (run make custom).
by n0pin
Fri Aug 22, 2014 4:41 pm
Forum: Network / Wireless Issues
Topic: Assigning same IP to different MAC addresses?
Replies: 7
Views: 6396

Re: Assigning same IP to different MAC addresses?

I would have no idea how to do it on OpenWRT either (even after looking at the site you linked). Can you help me out? :) You can use these commands: uci add dhcp host uci set dhcp.@host[-1].name=example-host uci set dhcp.@host[-1].mac="00:a0:24:5a:33:69 00:11:22:33:44:55" uci set dhcp.@ho...
by n0pin
Wed Aug 20, 2014 6:02 pm
Forum: Feature Requests
Topic: Netem Support
Replies: 5
Views: 6075

Re: Netem Support

I compiled image with kmod-netem. Seems like some libraries are missing. Will look further when I find some time. /root$ strace tc qdisc add dev eth0 root handle 1:1 netem delay 100ms execve("/usr/sbin/tc", ["tc", "qdisc", "add", "dev", "eth0&qu...
by n0pin
Tue Aug 19, 2014 10:01 am
Forum: Monitoring / Quota / QoS Issues
Topic: Incorrect Date
Replies: 7
Views: 7451

Re: Incorrect Date

Maybe NTP protocol port is blocked? Does time synchronization work on computers?
by n0pin
Tue Aug 19, 2014 9:56 am
Forum: General Discussion
Topic: Slow OPENVPN server performance
Replies: 2
Views: 3665

Re: Slow OPENVPN server performance

Is your CPU load at 100% when you are using OpenVPN at 1.75 mbps speed?
by n0pin
Tue Aug 19, 2014 9:44 am
Forum: Other Issues
Topic: OpenVPN withprivateinternetaccess
Replies: 5
Views: 8851

Re: OpenVPN withprivateinternetaccess

OK I just learnt that OpenVPN uses a tmpfs so the method I am using to get the username/password into /tmp or /var will not allow them to survive a reboot. You'll need to repeat the step where we create /tmp/password. Anyone know how I could make these persist? You can echo username and password to...
by n0pin
Tue Aug 19, 2014 9:33 am
Forum: Network / Wireless Issues
Topic: Assigning same IP to different MAC addresses?
Replies: 7
Views: 6396

Re: Assigning same IP to different MAC addresses?

It should be possible, althrough not from web interface.

Look here:
http://wiki.openwrt.org/doc/uci/dhcp#st ... s.hot.swap