Search found 3 matches

by ethaniel
Sat Apr 02, 2016 9:00 pm
Forum: Hardware / Installation Issues
Topic: Gargoyle on WR1043NDv2 does not let me use all 8MB of memory
Replies: 1
Views: 1892

Gargoyle on WR1043NDv2 does not let me use all 8MB of memory

WR1043NDv2 has 8MB of Flash memory. However, only 800K is accessible from Gargoyle which is not enough for installing other programs. I am on 1.9.0. And tried 1.6 as well. root@Gargoyle:~# df -h Filesystem Size Used Available Use% Mounted on rootfs 832.0K 256.0K 576.0K 31% / /dev/root 6.0M 6.0M 0 10...
by ethaniel
Sat Mar 19, 2016 2:51 am
Forum: Network / Wireless Issues
Topic: conntrack -L fails
Replies: 1
Views: 1787

Re: conntrack -L fails

Code: Select all

root@Gargoyle:/proc/851/net/netfilter# conntrack -C
126
which means that conntrack does see the entries (although partially). So the big question is why can't I see them with "conntrack -L" or delete them with "conntrack -D"
by ethaniel
Sat Mar 19, 2016 2:25 am
Forum: Network / Wireless Issues
Topic: conntrack -L fails
Replies: 1
Views: 1787

conntrack -L fails

Hello, I am trying to setup a captive portal and I need "conntrack" to reset info on connections that are forwarded to the captive portal once the user has logged in. There is info in the table (/proc/net/nf_conntrack). When I do "conntrack -F", my whole conntrack table (/proc/ne...