28 Listopada 2024 07:31:14
Nawigacja
· Strona Główna
· Forum

· Tomato by Shibby
· FreshTomato


Wątki na forum
Najnowsze dyskusje
· Nowe routery: UX, UC...
· [MOD] FreshTomato-MI...
· [MOD] FreshTomato-AR...
· DIR868l OFW asus vs ...
· [S] Asus RT-AC56U
· Szukam zaproszenia n...
· Asus RT-AC5300 ,prob...
· archer c6 v3.20
· [S] Nighthawk R7000P...
· [S]Asus RT-AC5300 - ...
· Tanie N100 na promce...
· net z telefonu wifi+...
· Tomato - bugi/proble...
· HUAWEI z światłowodem
· Asus TUF-AX3000_V2 p...
· rt-ax88upro częste ...
· [Howto] Xpenology na...
· Jaki router pod Open...
· Ruter z tomato
· Czy to jeszcze NAS?
Najpopularniejsze obecnie wątki
· [MOD] FreshTomato... [908]
· [MOD] FreshTomato... [414]
· DIR868l OFW asus ... [11]
· Nowe routery: UX,... [3]
Ankieta
Jaki procesor posiada twój router?

Broadcom MIPSEL
Broadcom MIPSEL
36% [151 głosów]

Broadcom ARM
Broadcom ARM
52% [219 głosów]

Atheros
Atheros
5% [22 głosów]

Marvell
Marvell
1% [4 głosów]

Ralink
Ralink
1% [3 głosów]

Intel/AMD/VIA
Intel/AMD/VIA
1% [5 głosów]

Żaden z powyższych
Żaden z powyższych
4% [15 głosów]

Ogółem głosów: 419
Musisz zalogować się, aby móc zagłosować.
Rozpoczęto: 02/02/2015 09:38
Twoje IP
3.149.234.50
Zobacz wątek
OpenLinksys » :: OPROGRAMOWANIE :: » Tomato - firmware
 Drukuj wątek
[BiG Problem] tomato co chwile resy
x0dus
korzystalem z wczesniejszych wersji tomato by shibby pod asusa rt-n16 na k26 i resy mialem co pare godzin co 5-6 h router sam mi sie resetowal i tak ciagle denerwowalo mnie to strasznie pogadalem z shibbym doradzil mi zebym wgral Tomato v1.28.0905 MIPSR2-054 K26 USB Mega zebym ustawil zapisywanie logow do /jffs/ wiec tak zrobilem po wgraniu tej wersji i ustawieniu mojego tomato odpaleniu paru skryptow moj router oszalal zaczol sie co chwile restartowac wlaczal sie i od razu restart i teraz wiem ze chyba to jest spowodowane skryptem robsona uzywam go bo mam zmieny net 2mb rano 4mb w nocy wiec bwlimiterem sie nie pobawie bo nie widzialem zeby tam bylo mozna ustawiac dwa inne transfery od pory dnia ponizej napisze jakie skrypty odpalilem i dam loga z routera

Scheduler

godzina 13 ma odpalac sie skrypt /jffs/dzien.sh
godzina 23 ma odpalac sie skrypt /jffs/noc.sh

WanUP


sleep 10
czas=`/bin/date +%k%M%S`
if
[ "$czas" -ge 130000 ] && [ "$czas" -le 230000 ] ;
then /jffs/dzien.sh
else
/jffs/noc.sh
fi


dzien.sh


modprobe xt_HL
iptables -t mangle -I POSTROUTING -o br0 -j TTL --ttl-set 1
TCA="tc class add dev br0"
TFA="tc filter add dev br0"
TQA="tc qdisc add dev br0"
SFQ="sfq perturb 10"
tc qdisc del dev br0 root
tc qdisc add dev br0 root handle 1: htb
tc class add dev br0 parent 1: classid 1:1 htb rate 2000kbit
$TCA parent 1:1 classid 1:10 htb rate 550kbit ceil 1800kbit prio 1
$TCA parent 1:1 classid 1:11 htb rate 550kbit ceil 1000kbit prio 2
$TCA parent 1:1 classid 1:12 htb rate 100kbit ceil 1800kbit prio 1
$TCA parent 1:1 classid 1:13 htb rate 100kbit ceil 400kbit prio 2
$TCA parent 1:1 classid 1:14 htb rate 100kbit ceil 400kbit prio 2
$TCA parent 1:1 classid 1:15 htb rate 100kbit ceil 400kbit prio 2
$TCA parent 1:1 classid 1:16 htb rate 100kbit ceil 400kbit prio 2
$TCA parent 1:1 classid 1:17 htb rate 1kbit ceil 2kbit prio 2
$TQA parent 1:10 handle 10: $SFQ
$TQA parent 1:11 handle 11: $SFQ
$TQA parent 1:12 handle 12: $SFQ
$TQA parent 1:13 handle 13: $SFQ
$TQA parent 1:14 handle 14: $SFQ
$TQA parent 1:15 handle 15: $SFQ
$TQA parent 1:16 handle 16: $SFQ
$TQA parent 1:17 handle 17: $SFQ
$TFA parent 1:0 prio 1 protocol ip handle 10 fw flowid 1:10
$TFA parent 1:0 prio 2 protocol ip handle 11 fw flowid 1:11
$TFA parent 1:0 prio 1 protocol ip handle 12 fw flowid 1:12
$TFA parent 1:0 prio 2 protocol ip handle 13 fw flowid 1:13
$TFA parent 1:0 prio 2 protocol ip handle 14 fw flowid 1:14
$TFA parent 1:0 prio 2 protocol ip handle 15 fw flowid 1:15
$TFA parent 1:0 prio 2 protocol ip handle 16 fw flowid 1:16
$TFA parent 1:0 prio 2 protocol ip handle 17 fw flowid 1:17
iptables -t mangle -A POSTROUTING -d 192.168.1.100 -j MARK --set-mark 10
iptables -t mangle -A POSTROUTING -d 192.168.1.101 -j MARK --set-mark 11
iptables -t mangle -A POSTROUTING -d 192.168.1.102 -j MARK --set-mark 12
iptables -t mangle -A POSTROUTING -d 192.168.1.103 -j MARK --set-mark 13
iptables -t mangle -A POSTROUTING -d 192.168.1.104 -j MARK --set-mark 14
iptables -t mangle -A POSTROUTING -d 192.168.1.105 -j MARK --set-mark 15
iptables -t mangle -A POSTROUTING -d 192.168.1.106 -j MARK --set-mark 16
iptables -t mangle -A POSTROUTING -d 192.168.1.107 -j MARK --set-mark 17
TCAU="tc class add dev imq0"
TFAU="tc filter add dev imq0"
TQAU="tc qdisc add dev imq0"
modprobe imq
modprobe xt_IMQ
ip link set imq0 up
tc qdisc del dev imq0 root
tc qdisc add dev imq0 root handle 1: htb
tc class add dev imq0 parent 1: classid 1:1 htb rate 256kbit
$TCAU parent 1:1 classid 1:10 htb rate 80kbit ceil 250kbit prio 1
$TCAU parent 1:1 classid 1:11 htb rate 10kbit ceil 100kbit prio 2
$TCAU parent 1:1 classid 1:12 htb rate 80kbit ceil 250kbit prio 1
$TCAU parent 1:1 classid 1:13 htb rate 10kbit ceil 100kbit prio 2
$TCAU parent 1:1 classid 1:14 htb rate 10kbit ceil 100kbit prio 2
$TCAU parent 1:1 classid 1:15 htb rate 10kbit ceil 100kbit prio 2
$TCAU parent 1:1 classid 1:16 htb rate 10kbit ceil 100kbit prio 2
$TCAU parent 1:1 classid 1:17 htb rate 1kbit ceil 2kbit prio 2
$TQAU parent 1:10 handle 10: $SFQ
$TQAU parent 1:11 handle 11: $SFQ
$TQAU parent 1:12 handle 12: $SFQ
$TQAU parent 1:13 handle 13: $SFQ
$TQAU parent 1:14 handle 14: $SFQ
$TQAU parent 1:15 handle 15: $SFQ
$TQAU parent 1:16 handle 16: $SFQ
$TQAU parent 1:17 handle 17: $SFQ
$TFAU parent 1:0 prio 1 protocol ip handle 10 fw flowid 1:10
$TFAU parent 1:0 prio 2 protocol ip handle 11 fw flowid 1:11
$TFAU parent 1:0 prio 1 protocol ip handle 12 fw flowid 1:12
$TFAU parent 1:0 prio 2 protocol ip handle 13 fw flowid 1:13
$TFAU parent 1:0 prio 2 protocol ip handle 14 fw flowid 1:14
$TFAU parent 1:0 prio 2 protocol ip handle 15 fw flowid 1:15
$TFAU parent 1:0 prio 2 protocol ip handle 16 fw flowid 1:16
$TFAU parent 1:0 prio 2 protocol ip handle 17 fw flowid 1:17
iptables -t mangle -A PREROUTING -s 192.168.1.100 -j MARK --set-mark 10
iptables -t mangle -A PREROUTING -s 192.168.1.101 -j MARK --set-mark 11
iptables -t mangle -A PREROUTING -s 192.168.1.102 -j MARK --set-mark 12
iptables -t mangle -A PREROUTING -s 192.168.1.103 -j MARK --set-mark 13
iptables -t mangle -A PREROUTING -s 192.168.1.104 -j MARK --set-mark 14
iptables -t mangle -A PREROUTING -s 192.168.1.105 -j MARK --set-mark 15
iptables -t mangle -A PREROUTING -s 192.168.1.106 -j MARK --set-mark 16
iptables -t mangle -A PREROUTING -s 192.168.1.107 -j MARK --set-mark 17
iptables -t mangle -A PREROUTING -j IMQ --todev 0
iptables -I FORWARD -s 192.168.1.101 -p tcp -m connlimit --connlimit-above 30 -j DROP
iptables -I FORWARD -s 192.168.1.102 -p tcp -m connlimit --connlimit-above 30 -j DROP
#iptables -I FORWARD -s 192.168.1.103 -p tcp -m connlimit --connlimit-above 30 -j DROP
iptables -I FORWARD -s 192.168.1.104 -p tcp -m connlimit --connlimit-above 30 -j DROP
iptables -I FORWARD -s 192.168.1.105 -p tcp -m connlimit --connlimit-above 30 -j DROP
iptables -I FORWARD -s 192.168.1.106 -p tcp -m connlimit --connlimit-above 30 -j DROP
iptables -I FORWARD -s 192.168.1.107 -p tcp -m connlimit --connlimit-above 30 -j DROP
iptables -I FORWARD -s 192.168.1.101 -p udp -m limit --limit 6/sec -j DROP
iptables -I FORWARD -s 192.168.1.102 -p udp -m limit --limit 6/sec -j DROP
#iptables -I FORWARD -s 192.168.1.103 -p udp -m limit --limit 6/sec -j DROP
iptables -I FORWARD -s 192.168.1.104 -p udp -m limit --limit 6/sec -j DROP
iptables -I FORWARD -s 192.168.1.105 -p udp -m limit --limit 6/sec -j DROP
iptables -I FORWARD -s 192.168.1.106 -p udp -m limit --limit 6/sec -j DROP
iptables -I FORWARD -s 192.168.1.107 -p udp -m limit --limit 6/sec -j DROP

#iptables -I FORWARD -s 192.168.1.102 -p tcp --dport 1:65535 -j DROP
#iptables -I FORWARD -s 192.168.1.102 -p udp --dport 1:65535 -j DROP
#iptables -I FORWARD -s 192.168.1.104 -p tcp --dport 1:65535 -j DROP
#iptables -I FORWARD -s 192.168.1.104 -p udp --dport 1:65535 -j DROP

#iptables -t nat -A PREROUTING -p tcp --dport 80 -m mac --mac 00:01:03:88:16:91 -j DNAT --to 192.168.1.1:8000

#iptables -A PREROUTING -t nat -s 192.168.1.106 -p tcp --dport 1:65535 -j DNAT --to- 192.168.1.1:8000
iptables -A PREROUTING -t nat -s 192.168.1.107 -p tcp --dport 1:65535 -j DNAT --to- 192.168.1.1:8000
#iptables -A PREROUTING -t nat -s 192.168.1.102 -p tcp --dport 1:65535 -j DNAT --to- 192.168.1.1:8000
iptables -A PREROUTING -t nat -s 192.168.1.104 -p tcp --dport 1:65535 -j DNAT --to- 192.168.1.1:8000











noc.sh


modprobe xt_HL
iptables -t mangle -I POSTROUTING -o br0 -j TTL --ttl-set 1
TCA="tc class add dev br0"
TFA="tc filter add dev br0"
TQA="tc qdisc add dev br0"
SFQ="sfq perturb 10"
tc qdisc del dev br0 root
tc qdisc add dev br0 root handle 1: htb
tc class add dev br0 parent 1: classid 1:1 htb rate 4000kbit
$TCA parent 1:1 classid 1:10 htb rate 1000kbit ceil 3900kbit prio 1
$TCA parent 1:1 classid 1:11 htb rate 550kbit ceil 2500kbit prio 2
$TCA parent 1:1 classid 1:12 htb rate 550kbit ceil 3900kbit prio 1
$TCA parent 1:1 classid 1:13 htb rate 100kbit ceil 400kbit prio 2
$TCA parent 1:1 classid 1:14 htb rate 100kbit ceil 400kbit prio 2
$TCA parent 1:1 classid 1:15 htb rate 100kbit ceil 400kbit prio 2
$TCA parent 1:1 classid 1:16 htb rate 100kbit ceil 400kbit prio 2
$TCA parent 1:1 classid 1:17 htb rate 1kbit ceil 2kbit prio 2
$TQA parent 1:10 handle 10: $SFQ
$TQA parent 1:11 handle 11: $SFQ
$TQA parent 1:12 handle 12: $SFQ
$TQA parent 1:13 handle 13: $SFQ
$TQA parent 1:14 handle 14: $SFQ
$TQA parent 1:15 handle 15: $SFQ
$TQA parent 1:16 handle 16: $SFQ
$TQA parent 1:17 handle 17: $SFQ
$TFA parent 1:0 prio 1 protocol ip handle 10 fw flowid 1:10
$TFA parent 1:0 prio 2 protocol ip handle 11 fw flowid 1:11
$TFA parent 1:0 prio 1 protocol ip handle 12 fw flowid 1:12
$TFA parent 1:0 prio 2 protocol ip handle 13 fw flowid 1:13
$TFA parent 1:0 prio 2 protocol ip handle 14 fw flowid 1:14
$TFA parent 1:0 prio 2 protocol ip handle 15 fw flowid 1:15
$TFA parent 1:0 prio 2 protocol ip handle 16 fw flowid 1:16
$TFA parent 1:0 prio 2 protocol ip handle 17 fw flowid 1:17
iptables -t mangle -A POSTROUTING -d 192.168.1.100 -j MARK --set-mark 10
iptables -t mangle -A POSTROUTING -d 192.168.1.101 -j MARK --set-mark 11
iptables -t mangle -A POSTROUTING -d 192.168.1.102 -j MARK --set-mark 12
iptables -t mangle -A POSTROUTING -d 192.168.1.103 -j MARK --set-mark 13
iptables -t mangle -A POSTROUTING -d 192.168.1.104 -j MARK --set-mark 14
iptables -t mangle -A POSTROUTING -d 192.168.1.105 -j MARK --set-mark 15
iptables -t mangle -A POSTROUTING -d 192.168.1.106 -j MARK --set-mark 16
iptables -t mangle -A POSTROUTING -d 192.168.1.107 -j MARK --set-mark 17
TCAU="tc class add dev imq0"
TFAU="tc filter add dev imq0"
TQAU="tc qdisc add dev imq0"
modprobe imq
modprobe xt_IMQ
ip link set imq0 up
tc qdisc del dev imq0 root
tc qdisc add dev imq0 root handle 1: htb
tc class add dev imq0 parent 1: classid 1:1 htb rate 256kbit
$TCAU parent 1:1 classid 1:10 htb rate 80kbit ceil 250kbit prio 1
$TCAU parent 1:1 classid 1:11 htb rate 10kbit ceil 100kbit prio 2
$TCAU parent 1:1 classid 1:12 htb rate 80kbit ceil 250kbit prio 1
$TCAU parent 1:1 classid 1:13 htb rate 10kbit ceil 100kbit prio 2
$TCAU parent 1:1 classid 1:14 htb rate 10kbit ceil 100kbit prio 2
$TCAU parent 1:1 classid 1:15 htb rate 10kbit ceil 100kbit prio 2
$TCAU parent 1:1 classid 1:16 htb rate 10kbit ceil 100kbit prio 2
$TCAU parent 1:1 classid 1:17 htb rate 1kbit ceil 2kbit prio 2
$TQAU parent 1:10 handle 10: $SFQ
$TQAU parent 1:11 handle 11: $SFQ
$TQAU parent 1:12 handle 12: $SFQ
$TQAU parent 1:13 handle 13: $SFQ
$TQAU parent 1:14 handle 14: $SFQ
$TQAU parent 1:15 handle 15: $SFQ
$TQAU parent 1:16 handle 16: $SFQ
$TQAU parent 1:17 handle 17: $SFQ
$TFAU parent 1:0 prio 1 protocol ip handle 10 fw flowid 1:10
$TFAU parent 1:0 prio 2 protocol ip handle 11 fw flowid 1:11
$TFAU parent 1:0 prio 1 protocol ip handle 12 fw flowid 1:12
$TFAU parent 1:0 prio 2 protocol ip handle 13 fw flowid 1:13
$TFAU parent 1:0 prio 2 protocol ip handle 14 fw flowid 1:14
$TFAU parent 1:0 prio 2 protocol ip handle 15 fw flowid 1:15
$TFAU parent 1:0 prio 2 protocol ip handle 16 fw flowid 1:16
$TFAU parent 1:0 prio 2 protocol ip handle 17 fw flowid 1:17
iptables -t mangle -A PREROUTING -s 192.168.1.100 -j MARK --set-mark 10
iptables -t mangle -A PREROUTING -s 192.168.1.101 -j MARK --set-mark 11
iptables -t mangle -A PREROUTING -s 192.168.1.102 -j MARK --set-mark 12
iptables -t mangle -A PREROUTING -s 192.168.1.103 -j MARK --set-mark 13
iptables -t mangle -A PREROUTING -s 192.168.1.104 -j MARK --set-mark 14
iptables -t mangle -A PREROUTING -s 192.168.1.105 -j MARK --set-mark 15
iptables -t mangle -A PREROUTING -s 192.168.1.106 -j MARK --set-mark 16
iptables -t mangle -A PREROUTING -s 192.168.1.107 -j MARK --set-mark 17
iptables -t mangle -A PREROUTING -j IMQ --todev 0
iptables -I FORWARD -s 192.168.1.101 -p tcp -m connlimit --connlimit-above 30 -j DROP
iptables -I FORWARD -s 192.168.1.102 -p tcp -m connlimit --connlimit-above 30 -j DROP
#iptables -I FORWARD -s 192.168.1.103 -p tcp -m connlimit --connlimit-above 30 -j DROP
iptables -I FORWARD -s 192.168.1.104 -p tcp -m connlimit --connlimit-above 30 -j DROP
iptables -I FORWARD -s 192.168.1.105 -p tcp -m connlimit --connlimit-above 30 -j DROP
iptables -I FORWARD -s 192.168.1.106 -p tcp -m connlimit --connlimit-above 30 -j DROP
iptables -I FORWARD -s 192.168.1.107 -p tcp -m connlimit --connlimit-above 30 -j DROP
iptables -I FORWARD -s 192.168.1.101 -p udp -m limit --limit 6/sec -j DROP
iptables -I FORWARD -s 192.168.1.102 -p udp -m limit --limit 6/sec -j DROP
#iptables -I FORWARD -s 192.168.1.103 -p udp -m limit --limit 6/sec -j DROP
iptables -I FORWARD -s 192.168.1.104 -p udp -m limit --limit 6/sec -j DROP
iptables -I FORWARD -s 192.168.1.105 -p udp -m limit --limit 6/sec -j DROP
iptables -I FORWARD -s 192.168.1.106 -p udp -m limit --limit 6/sec -j DROP
iptables -I FORWARD -s 192.168.1.107 -p udp -m limit --limit 6/sec -j DROP

#iptables -I FORWARD -s 192.168.1.102 -p tcp --dport 1:65535 -j DROP
#iptables -I FORWARD -s 192.168.1.102 -p udp --dport 1:65535 -j DROP
#iptables -I FORWARD -s 192.168.1.103 -p tcp --dport 1:65535 -j DROP
#iptables -I FORWARD -s 192.168.1.103 -p udp --dport 1:65535 -j DROP

#iptables -t nat -A PREROUTING -p tcp --dport 80 -m mac --mac 00:01:03:88:16:91 -j DNAT --to 192.168.1.1:8000

#iptables -A PREROUTING -t nat -s 192.168.1.106 -p tcp --dport 1:65535 -j DNAT --to- 192.168.1.1:8000
iptables -A PREROUTING -t nat -s 192.168.1.107 -p tcp --dport 1:65535 -j DNAT --to- 192.168.1.1:8000
#iptables -A PREROUTING -t nat -s 192.168.1.102 -p tcp --dport 1:65535 -j DNAT --to- 192.168.1.1:8000
iptables -A PREROUTING -t nat -s 192.168.1.104 -p tcp --dport 1:65535 -j DNAT --to- 192.168.1.1:8000








syslog.txt

[code]Jun 9 19:57:50 localhost syslog.info syslogd started: BusyBox v1.18.4
Jun 9 19:57:50 localhost user.notice kernel: klogd started: BusyBox v1.18.4 (2011-06-08 13:54:26 CEST)
Jun 9 20:00:01 localhost syslog.info root: -- MARK --
Jun 9 20:04:34 localhost user.warn kernel: HTB: quantum of class 10017 is small. Consider r2q change.
Jun 9 20:04:34 localhost user.info kernel: IMQ starting with 2 devices...
Jun 9 20:04:34 localhost user.info kernel: IMQ driver loaded successfully.
Jun 9 20:04:34 localhost user.info kernel: Hooking IMQ after NAT on PREROUTING.
Jun 9 20:04:34 localhost user.info kernel: Hooking IMQ before NAT on POSTROUTING.
Jun 9 20:04:34 localhost user.warn kernel: HTB: quantum of class 10011 is small. Consider r2q change.
Jun 9 20:04:34 localhost user.warn kernel: HTB: quantum of class 10013 is small. Consider r2q change.
Jun 9 20:04:34 localhost user.warn kernel: HTB: quantum of class 10014 is small. Consider r2q change.
Jun 9 20:04:34 localhost user.warn kernel: HTB: quantum of class 10015 is small. Consider r2q change.
Jun 9 20:04:34 localhost user.warn kernel: HTB: quantum of class 10016 is small. Consider r2q change.
Jun 9 20:04:34 localhost user.warn kernel: HTB: quantum of class 10017 is small. Consider r2q change.
Jun 9 20:04:53 localhost user.warn kernel: HTB: quantum of class 10017 is small. Consider r2q change.
Jun 9 20:04:53 localhost user.warn kernel: HTB: quantum of class 10011 is small. Consider r2q change.
Jun 9 20:04:53 localhost user.warn kernel: HTB: quantum of class 10013 is small. Consider r2q change.
Jun 9 20:04:53 localhost user.warn kernel: HTB: quantum of class 10014 is small. Consider r2q change.
Jun 9 20:04:53 localhost user.warn kernel: HTB: quantum of class 10015 is small. Consider r2q change.
Jun 9 20:04:53 localhost user.warn kernel: HTB: quantum of class 10016 is small. Consider r2q change.
Jun 9 20:04:53 localhost user.warn kernel: HTB: quantum of class 10017 is small. Consider r2q change.
Jun 9 20:06:38 localhost user.notice root: Transmission daemon successfully stoped
Jun 9 20:06:39 localhost daemon.warn dnsmasq[2365]: no servers found in /etc/resolv.dnsmasq, will retry
Jun 9 20:06:39 localhost daemon.info dnsmasq[2365]: exiting on receipt of SIGTERM
Jun 9 20:06:40 localhost user.debug kernel: vlan2: del 01:00:5e:00:00:01 mcast address from vlan interface
Jun 9 20:06:40 localhost user.debug kernel: vlan2: del 01:00:5e:00:00:01 mcast address from master interface
Jun 9 20:06:40 localhost user.debug kernel: vlan2: del 33:33:00:00:00:01 mcast address from vlan interface
Jun 9 20:06:40 localhost user.debug kernel: vlan2: del 33:33:00:00:00:01 mcast address from master interface
Jun 9 20:06:40 localhost user.info kernel: br0: port 2(eth1) entering disabled state
Jun 9 20:06:40 localhost user.info kernel: br0: port 1(vlan1) entering disabled state
Jun 9 20:06:40 localhost user.debug kernel: vlan1: del 01:00:5e:00:00:01 mcast address from vlan interface
Jun 9 20:06:40 localhost user.debug kernel: vlan1: del 01:00:5e:00:00:01 mcast address from master interface
Jun 9 20:06:40 localhost user.debug kernel: vlan1: del 33:33:00:00:00:01 mcast address from vlan interface
Jun 9 20:06:40 localhost user.debug kernel: vlan1: del 33:33:00:00:00:01 mcast address from master interface
Jun 9 20:06:40 localhost user.info kernel: device vlan1 left promiscuous mode
Jun 9 20:06:40 localhost user.info kernel: br0: port 1(vlan1) entering disabled state
Jun 9 20:06:40 localhost user.info kernel: device eth1 left promiscuous mode
Jun 9 20:06:40 localhost user.info kernel: br0: port 2(eth1) entering disabled state
Jun 9 20:06:41 localhost user.notice kernel: klogd: exiting
Jun 9 20:06:41 localhost syslog.info syslogd exiting
Jan 1 01:00:48 localhost syslog.info syslogd started: BusyBox v1.18.4
Jan 1 01:00:48 localhost user.notice kernel: klogd started: BusyBox v1.18.4 (2011-06-08 13:54:26 CEST)
Jan 1 01:00:48 localhost user.notice kernel: Linux version 2.6.22.19 (root@tomato) (gcc version 4.2.4) #172 Wed Jun 8 14:13:35 CEST 2011
Jan 1 01:00:48 localhost user.warn kernel: CPU revision is: 00019740
Jan 1 01:00:48 localhost user.warn kernel: Determined physical RAM map:
Jan 1 01:00:48 localhost user.warn kernel: memory: 07fff000 @ 00000000 (usable)
Jan 1 01:00:48 localhost user.debug kernel: On node 0 totalpages: 32767
Jan 1 01:00:48 localhost user.debug kernel: Normal zone: 255 pages used for memmap
Jan 1 01:00:48 localhost user.debug kernel: Normal zone: 0 pages reserved
Jan 1 01:00:48 localhost user.debug kernel: Normal zone: 32512 pages, LIFO batch:7
Jan 1 01:00:48 localhost user.warn kernel: Built 1 zonelists. Total pages: 32512
Jan 1 01:00:48 localhost user.notice kernel: Kernel command line: root=/dev/mtdblock2 noinitrd console=ttyS0,115200
Jan 1 01:00:48 localhost user.warn kernel: Primary instruction cache 32kB, physically tagged, 4-way, linesize 32 bytes.
Jan 1 01:00:48 localhost user.warn kernel: Primary data cache 32kB, 4-way, linesize 32 bytes.
Jan 1 01:00:48 localhost user.info kernel: Synthesized TLB refill handler (20 instructions).
Jan 1 01:00:48 localhost user.info kernel: Synthesized TLB load handler fastpath (32 instructions).
Jan 1 01:00:48 localhost user.info kernel: Synthesized TLB store handler fastpath (32 instructions).
Jan 1 01:00:48 localhost user.info kernel: Synthesized TLB modify handler fastpath (31 instructions).
Jan 1 01:00:49 localhost user.warn kernel: PID hash table entries: 512 (order: 9, 2048 bytes)
Jan 1 01:00:49 localhost user.warn kernel: CPU: BCM4716 rev 1 pkg 10 at 480 MHz
Jan 1 01:00:49 localhost user.warn kernel: Using 240.000 MHz high precision timer.
Jan 1 01:00:49 localhost user.info kernel: console [ttyS0] enabled
Jan 1 01:00:49 localhost user.warn kernel: Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
Jan 1 01:00:49 localhost user.warn kernel: Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
Jan 1 01:00:49 localhost user.info kernel: Memory: 126832k/131068k available (33k kernel code, 4092k reserved, 2645k data, 116k init, 0k highmem)
Jan 1 01:00:49 localhost user.debug kernel: Calibrating delay loop... 239.20 BogoMIPS (lpj=1196032)
Jan 1 01:00:49 localhost user.warn kernel: Mount-cache hash table entries: 512
Jan 1 01:00:49 localhost user.info kernel: NET: Registered protocol family 16
Jan 1 01:00:49 localhost user.warn kernel: PCI: Using membase 8000000
Jan 1 01:00:49 localhost user.warn kernel: PCI: Initializing host
Jan 1 01:00:49 localhost user.warn kernel: PCI: Reset RC
Jan 1 01:00:49 localhost user.warn kernel: PCI: Fixing up bus 0
Jan 1 01:00:49 localhost user.warn kernel: PCI: Fixing up bridge
Jan 1 01:00:49 localhost user.debug kernel: PCI: Setting latency timer of device 0000:01:00.0 to 64
Jan 1 01:00:49 localhost user.warn kernel: PCI: Fixing up bridge
Jan 1 01:00:49 localhost user.debug kernel: PCI: Setting latency timer of device 0000:01:00.1 to 64
Jan 1 01:00:49 localhost user.warn kernel: PCI: Enabling device 0000:01:00.1 (0004 -> 0006)
Jan 1 01:00:49 localhost user.warn kernel: PCI: Fixing up bus 1
Jan 1 01:00:49 localhost user.info kernel: NET: Registered protocol family 2
Jan 1 01:00:49 localhost user.info kernel: Time: MIPS clocksource has been installed.
Jan 1 01:00:49 localhost user.warn kernel: IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
Jan 1 01:00:49 localhost user.warn kernel: TCP established hash table entries: 4096 (order: 3, 32768 bytes)
Jan 1 01:00:49 localhost user.warn kernel: TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
Jan 1 01:00:49 localhost user.info kernel: TCP: Hash tables configured (established 4096 bind 4096)
Jan 1 01:00:49 localhost user.info kernel: TCP reno registered
Jan 1 01:00:49 localhost user.info kernel: squashfs: version 3.0 (2006/03/15) Phillip Lougher
Jan 1 01:00:49 localhost user.info kernel: io scheduler noop registered (default)
Jan 1 01:00:49 localhost user.info kernel: HDLC line discipline: version $Revision: 4.8 $, maxframe=4096
Jan 1 01:00:49 localhost user.info kernel: N_HDLC line discipline registered.
Jan 1 01:00:49 localhost user.info kernel: Serial: 8250/16550 driver $Revision: 1.90 $ 2 ports, IRQ sharing disabled
Jan 1 01:00:49 localhost user.info kernel: serial8250: ttyS0 at MMIO 0xb8000300 (irq = 8) is a 16550A
Jan 1 01:00:49 localhost user.info kernel: PPP generic driver version 2.4.2
Jan 1 01:00:49 localhost user.info kernel: MPPE/MPPC encryption/compression module registered
Jan 1 01:00:49 localhost user.info kernel: NET: Registered protocol family 24
Jan 1 01:00:49 localhost user.info kernel: PPPoL2TP kernel driver, V0.17
Jan 1 01:00:49 localhost user.info kernel: PPTP driver version 0.8.5
Jan 1 01:00:49 localhost user.info kernel: Physically mapped flash: Found 1 x16 devices at 0x0 in 8-bit bank
Jan 1 01:00:49 localhost user.warn kernel: Amd/Fujitsu Extended Query Table at 0x0040
Jan 1 01:00:49 localhost user.warn kernel: Physically mapped flash: CFI does not contain boot bank location. Assuming top.
Jan 1 01:00:49 localhost user.notice kernel: number of CFI chips: 1
Jan 1 01:00:49 localhost user.notice kernel: cfi_cmdset_0002: Disabling erase-suspend-program due to code brokenness.
Jan 1 01:00:49 localhost user.notice kernel: Flash device: 0x2000000 at 0x1c000000
Jan 1 01:00:49 localhost user.notice kernel: Creating 5 MTD partitions on "Physically mapped flash":
Jan 1 01:00:49 localhost user.notice kernel: 0x00000000-0x00040000 : "pmon"
Jan 1 01:00:49 localhost user.notice kernel: 0x00040000-0x01fe0000 : "linux"
Jan 1 01:00:49 localhost user.notice kernel: 0x00121800-0x00780000 : "rootfs"
Jan 1 01:00:49 localhost user.notice kernel: 0x00780000-0x01fe0000 : "jffs2"
Jan 1 01:00:49 localhost user.notice kernel: 0x01fe0000-0x02000000 : "nvram"
Jan 1 01:00:49 localhost user.warn kernel: Found a 0MB serial flash
Jan 1 01:00:49 localhost user.err kernel: sflash: found no supported devices
Jan 1 01:00:49 localhost user.warn kernel: u32 classifier
Jan 1 01:00:49 localhost user.warn kernel: OLD policer on
Jan 1 01:00:49 localhost user.warn kernel: Netfilter messages via NETLINK v0.30.
Jan 1 01:00:49 localhost user.warn kernel: nf_conntrack version 0.5.0 (1024 buckets, 8192 max)
Jan 1 01:00:49 localhost user.warn kernel: ip_tables: (C) 2000-2006 Netfilter Core Team
Jan 1 01:00:49 localhost user.warn kernel: BCM fast NAT: INIT
Jan 1 01:00:49 localhost user.warn kernel: net/ipv4/netfilter/tomato_ct.c [Jun 8 2011 14:12:42]
Jan 1 01:00:49 localhost user.info kernel: NET: Registered protocol family 1
Jan 1 01:00:49 localhost user.info kernel: NET: Registered protocol family 10
Jan 1 01:00:49 localhost user.warn kernel: ip6_tables: (C) 2000-2006 Netfilter Core Team
Jan 1 01:00:49 localhost user.info kernel: NET: Registered protocol family 17
Jan 1 01:00:49 localhost user.info kernel: 802.1Q VLAN Support v1.8 Ben Greear
Jan 1 01:00:49 localhost user.info kernel: All bugs added by David S. Miller
Jan 1 01:00:49 localhost user.warn kernel: VFS: Mounted root (squashfs filesystem) readonly.
Jan 1 01:00:49 localhost user.info kernel: Freeing unused kernel memory: 116k freed
Jan 1 01:00:49 localhost user.warn kernel: Warning: unable to open an initial console.
Jan 1 01:00:49 localhost user.warn kernel: emf: module license 'Proprietary' taints kernel.
Jan 1 01:00:49 localhost user.debug kernel: PCI: Setting latency timer of device 0000:00:02.0 to 64
Jan 1 01:00:49 localhost user.warn kernel: eth0: Broadcom BCM47XX 10/100/1000 Mbps Ethernet Controller 5.10.147.0
Jan 1 01:00:49 localhost user.debug kernel: PCI: Setting latency timer of device 0000:00:01.0 to 64
Jan 1 01:00:49 localhost user.warn kernel: eth1: Broadcom BCM4329 802.11 Wireless Controller 5.10.147.0
Jan 1 01:00:49 localhost user.warn kernel: Algorithmics/MIPS FPU Emulator v1.5
Jan 1 01:00:49 localhost user.info kernel: JFFS2 version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
Jan 1 01:00:49 localhost user.info kernel: usbcore: registered new interface driver usbfs
Jan 1 01:00:49 localhost user.info kernel: usbcore: registered new interface driver hub
Jan 1 01:00:49 localhost user.info kernel: usbcore: registered new device driver usb
Jan 1 01:00:49 localhost user.notice kernel: SCSI subsystem initialized
Jan 1 01:00:49 localhost user.info kernel: Initializing USB Mass Storage driver...
Jan 1 01:00:49 localhost user.info kernel: usbcore: registered new interface driver usb-storage
Jan 1 01:00:49 localhost user.info kernel: USB Mass Storage support registered.
Jan 1 01:00:50 localhost user.info kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Jan 1 01:00:50 localhost user.debug kernel: PCI: Setting latency timer of device 0000:00:04.1 to 64
Jan 1 01:00:50 localhost user.info kernel: ehci_hcd 0000:00:04.1: EHCI Host Controller
Jan 1 01:00:50 localhost user.info kernel: ehci_hcd 0000:00:04.1: new USB bus registered, assigned bus number 1
Jan 1 01:00:50 localhost user.info kernel: ehci_hcd 0000:00:04.1: irq 5, io mem 0x18004000
Jan 1 01:00:50 localhost user.info kernel: ehci_hcd 0000:00:04.1: USB 0.0 started, EHCI 1.00
Jan 1 01:00:50 localhost user.info kernel: usb usb1: configuration #1 chosen from 1 choice
Jan 1 01:00:50 localhost user.info kernel: hub 1-0:1.0: USB hub found
Jan 1 01:00:50 localhost user.info kernel: hub 1-0:1.0: 2 ports detected
Jan 1 01:00:50 localhost user.debug hotplug[384]: Attached USB device 1-0:1.0 [INTERFACE=9/0/0 PRODUCT=1d6b/2/206]
Jan 1 01:00:50 localhost user.debug kernel: vlan1: add 33:33:00:00:00:01 mcast address to master interface
Jan 1 01:00:50 localhost user.debug kernel: vlan1: add 01:00:5e:00:00:01 mcast address to master interface
Jan 1 01:00:50 localhost user.info kernel: vlan1: dev_set_allmulti(master, 1)
Jan 1 01:00:50 localhost user.info kernel: vlan1: dev_set_promiscuity(master, 1)
Jan 1 01:00:50 localhost user.info kernel: device eth0 entered promiscuous mode
Jan 1 01:00:50 localhost user.info kernel: device vlan1 entered promiscuous mode
Jan 1 01:00:53 localhost user.info kernel: device eth1 entered promiscuous mode
Jan 1 01:00:53 localhost user.info kernel: br0: port 2(eth1) entering forwarding state
Jan 1 01:00:53 localhost user.info kernel: br0: port 1(vlan1) entering forwarding state
Jan 1 01:00:53 localhost user.warn kernel: vlan2: Setting MAC address to 00 73 a6 5e 59 3f.
Jan 1 01:00:53 localhost user.debug kernel: vlan2: add 33:33:00:00:00:01 mcast address to master interface
Jan 1 01:00:53 localhost user.debug kernel: vlan2: add 01:00:5e:00:00:01 mcast address to master interface
Jan 1 01:00:54 localhost authpriv.info dropbear[480]: Running in background
Jan 1 01:00:54 localhost daemon.info dnsmasq[491]: started, version 2.57 cachesize 1500
Jan 1 01:00:54 localhost daemon.info dnsmasq[491]: compile time options: IPv6 GNU-getopt no-RTC no-DBus no-I18N DHCP TFTP no-IDN
Jan 1 01:00:54 localhost daemon.info dnsmasq[491]: asynchronous logging enabled, queue limit is 5 messages
Jan 1 01:00:54 localhost daemon.info dnsmasq-dhcp[491]: DHCP, IP range 192.168.1.100 -- 192.168.1.110, lease time 1d
Jan 1 01:00:54 localhost daemon.warn dnsmasq[491]: failed to access /etc/resolv.dnsmasq: No such file or directory
Jan 1 01:00:54 localhost daemon.info dnsmasq[491]: read /etc/hosts - 2 addresses
Jan 1 01:00:54 localhost daemon.info dnsmasq[491]: read /etc/dnsmasq/hosts/hosts - 9 addresses
Jan 1 01:00:54 localhost daemon.info dnsmasq-dhcp[491]: read /etc/dnsmasq/dhcp/dhcp-hosts
Jan 1 01:00:54 localhost user.info mount-cifs[492]: notice[cifs]: Mounting...
Jan 1 01:00:55 localhost daemon.info dnsmasq[491]: reading /etc/resolv.dnsmasq
Jan 1 01:00:55 localhost daemon.info dnsmasq[491]: using nameserver 89.228.7.228#53
Jan 1 01:00:55 localhost daemon.info dnsmasq[491]: using nameserver 217.172.224.160#53
Jan 1 01:00:55 localhost user.notice root: Stoping NFS Server ...
Jan 1 01:00:56 localhost user.notice root: NFS Server stoped ...
Jan 1 01:00:56 localhost user.notice root: Transmission daemon successfully stoped
Jan 1 01:00:56 localhost user.info init[1]: Asus RT-N16: Tomato 1.28.0905 MIPSR2-054 K26 USB Mega
Jan 1 01:00:56 localhost daemon.info dnsmasq[491]: exiting on receipt of SIGTERM
Jan 1 01:00:56 localhost daemon.info dnsmasq[539]: started, version 2.57 cachesize 1500
Jan 1 01:00:56 localhost daemon.info dnsmasq[539]: compile time options: IPv6 GNU-getopt no-RTC no-DBus no-I18N DHCP TFTP no-IDN
Jan 1 01:00:56 localhost daemon.info dnsmasq[539]: asynchronous logging enabled, queue limit is 5 messages
Jan 1 01:00:56 localhost daemon.info dnsmasq-dhcp[539]: DHCP, IP range 192.168.1.100 -- 192.168.1.110, lease time 1d
Jan 1 01:00:56 localhost daemon.info dnsmasq[539]: reading /etc/resolv.dnsmasq
Jan 1 01:00:56 localhost daemon.info dnsmasq[539]: using nameserver 89.228.7.228#53
Jan 1 01:00:56 localhost daemon.info dnsmasq[539]: using nameserver 217.172.224.160#53
Jan 1 01:00:56 localhost daemon.info dnsmasq[539]: read /etc/hosts - 2 addresses
Jan 1 01:00:56 localhost daemon.info dnsmasq[539]: read /etc/dnsmasq/hosts/hosts - 9 addresses
Jan 1 01:00:56 localhost daemon.info dnsmasq-dhcp[539]: read /etc/dnsmasq/dhcp/dhcp-hosts
Jan 1 01:01:00 localhost user.info syslog: SNet version started
Jan 1 01:01:00 localhost daemon.notice miniupnpd[876]: HTTP listening on port 46138
Jan 1 01:01:00 localhost daemon.notice miniupnpd[876]: Listening for NAT-PMP traffic on port 5351
Jan 1 01:01:01 localhost user.notice root: CMON: stopped
Jun 9 20:08:02 localhost user.warn kernel: HTB: quantum of class 10017 is small. Consider r2q change.
Jun 9 20:08:02 localhost user.info kernel: IMQ starting with 2 devices...
Jun 9 20:08:02 localhost user.info kernel: IMQ driver loaded successfully.
Jun 9 20:08:02 localhost user.info kernel: Hooking IMQ after NAT on PREROUTING.
Jun 9 20:08:02 localhost user.info kernel: Hooking IMQ before NAT on POSTROUTING.
Jun 9 20:08:02 localhost user.warn kernel: HTB: quantum of class 10011 is small. Consider r2q change.
Jun 9 20:08:02 localhost user.warn kernel: HTB: quantum of class 10013 is small. Consider r2q change.
Jun 9 20:08:02 localhost user.warn kernel: HTB: quantum of class 10014 is small. Consider r2q change.
Jun 9 20:08:02 localhost user.warn kernel: HTB: quantum of class 10015 is small. Consider r2q change.
Jun 9 20:08:02 localhost user.warn kernel: HTB: quantum of class 10016 is small. Consider r2q change.
Jun 9 20:08:02 localhost user.warn kernel: HTB: quantum of class 10017 is small. Consider r2q change.
Jan 1 01:00:48 localhost syslog.info syslogd started: BusyBox v1.18.4
Jan 1 01:00:48 localhost user.notice kernel: klogd started: BusyBox v1.18.4 (2011-06-08 13:54:26 CEST)
Jan 1 01:00:48 localhost user.notice kernel: Linux version 2.6.22.19 (root@tomato) (gcc version 4.2.4) #172 Wed Jun 8 14:13:35 CEST 2011
Jan 1 01:00:48 localhost user.warn kernel: CPU revision is: 00019740
Jan 1 01:00:48 localhost user.warn kernel: Determined physical RAM map:
Jan 1 01:00:48 localhost user.warn kernel: memory: 07fff000 @ 00000000 (usable)
Jan 1 01:00:48 localhost user.debug kernel: On node 0 totalpages: 32767
Jan 1 01:00:48 localhost user.debug kernel: Normal zone: 255 pages used for memmap
Jan 1 01:00:48 localhost user.debug kernel: Normal zone: 0 pages reserved
Jan 1 01:00:48 localhost user.debug kernel: Normal zone: 32512 pages, LIFO batch:7
Jan 1 01:00:48 localhost user.warn kernel: Built 1 zonelists. Total pages: 32512
Jan 1 01:00:49 localhost user.notice kernel: Kernel command line: root=/dev/mtdblock2 noinitrd console=ttyS0,115200
Jan 1 01:00:49 localhost user.warn kernel: Primary instruction cache 32kB, physically tagged, 4-way, linesize 32 bytes.
Jan 1 01:00:49 localhost user.warn kernel: Primary data cache 32kB, 4-way, linesize 32 bytes.
Jan 1 01:00:49 localhost user.info kernel: Synthesized TLB refill handler (20 instructions).
Jan 1 01:00:49 localhost user.info kernel: Synthesized TLB load handler fastpath (32 instructions).
Jan 1 01:00:49 localhost user.info kernel: Synthesized TLB store handler fastpath (32 instructions).
Jan 1 01:00:49 localhost user.info kernel: Synthesized TLB modify handler fastpath (31 instructions).
Jan 1 01:00:49 localhost user.warn kernel: PID hash table entries: 512 (order: 9, 2048 bytes)
Jan 1 01:00:49 localhost user.warn kernel: CPU: BCM4716 rev 1 pkg 10 at 480 MHz
Jan 1 01:00:49 localhost user.warn kernel: Using 240.000 MHz high precision timer.
Jan 1 01:00:49 localhost user.info kernel: console [ttyS0] enabled
Jan 1 01:00:49 localhost user.warn kernel: Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
Jan 1 01:00:49 localhost user.warn kernel: Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
Jan 1 01:00:49 localhost user.info kernel: Memory: 126832k/131068k available (33k kernel code, 4092k reserved, 2645k data, 116k init, 0k highmem)
Jan 1 01:00:49 localhost user.debug kernel: Calibrating delay loop... 239.20 BogoMIPS (lpj=1196032)
Jan 1 01:00:49 localhost user.warn kernel: Mount-cache hash table entries: 512
Jan 1 01:00:49 localhost user.info kernel: NET: Registered protocol family 16
Jan 1 01:00:49 localhost user.warn kernel: PCI: Using membase 8000000
Jan 1 01:00:49 localhost user.warn kernel: PCI: Initializing host
Jan 1 01:00:49 localhost user.warn kernel: PCI: Reset RC
Jan 1 01:00:49 localhost user.warn kernel: PCI: Fixing up bus 0
Jan 1 01:00:49 localhost user.warn kernel: PCI: Fixing up bridge
Jan 1 01:00:49 localhost user.debug kernel: PCI: Setting latency timer of device 0000:01:00.0 to 64
Jan 1 01:00:49 localhost user.warn kernel: PCI: Fixing up bridge
Jan 1 01:00:49 localhost user.debug kernel: PCI: Setting latency timer of device 0000:01:00.1 to 64
Jan 1 01:00:49 localhost user.warn kernel: PCI: Enabling device 0000:01:00.1 (0004 -> 0006)
Jan 1 01:00:49 localhost user.warn kernel: PCI: Fixing up bus 1
Jan 1 01:00:49 localhost user.info kernel: NET: Registered protocol family 2
Jan 1 01:00:49 localhost user.info kernel: Time: MIPS clocksource has been installed.
Jan 1 01:00:49 localhost user.warn kernel: IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
Jan 1 01:00:49 localhost user.warn kernel: TCP established hash table entries: 4096 (order: 3, 32768 bytes)
Jan 1 01:00:49 localhost user.warn kernel: TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
Jan 1 01:00:49 localhost user.info kernel: TCP: Hash tables configured (established 4096 bind 4096)
Jan 1 01:00:49 localhost user.info kernel: TCP reno registered
Jan 1 01:00:49 localhost user.info kernel: squashfs: version 3.0 (2006/03/15) Phillip Lougher
Jan 1 01:00:49 localhost user.info kernel: io scheduler noop registered (default)
Jan 1 01:00:49 localhost user.info kernel: HDLC line discipline: version $Revision: 4.8 $, maxframe=4096
Jan 1 01:00:49 localhost user.info kernel: N_HDLC line discipline registered.
Jan 1 01:00:49 localhost user.info kernel: Serial: 8250/16550 driver $Revision: 1.90 $ 2 ports, IRQ sharing disabled
Jan 1 01:00:49 localhost user.info kernel: serial8250: ttyS0 at MMIO 0xb8000300 (irq = 8) is a 16550A
Jan 1 01:00:49 localhost user.info kernel: PPP generic driver version 2.4.2
Jan 1 01:00:49 localhost user.info kernel: MPPE/MPPC encryption/compression module registered
Jan 1 01:00:49 localhost user.info kernel: NET: Registered protocol family 24
Jan 1 01:00:49 localhost user.info kernel: PPPoL2TP kernel driver, V0.17
Jan 1 01:00:49 localhost user.info kernel: PPTP driver version 0.8.5
Jan 1 01:00:49 localhost user.info kernel: Physically mapped flash: Found 1 x16 devices at 0x0 in 8-bit bank
Jan 1 01:00:49 localhost user.warn kernel: Amd/Fujitsu Extended Query Table at 0x0040
Jan 1 01:00:49 localhost user.warn kernel: Physically mapped flash: CFI does not contain boot bank location. Assuming top.
Jan 1 01:00:49 localhost user.notice kernel: number of CFI chips: 1
Jan 1 01:00:49 localhost user.notice kernel: cfi_cmdset_0002: Disabling erase-suspend-program due to code brokenness.
Jan 1 01:00:49 localhost user.notice kernel: Flash device: 0x2000000 at 0x1c000000
Jan 1 01:00:49 localhost user.notice kernel: Creating 5 MTD partitions on "Physically mapped flash":
Jan 1 01:00:49 localhost user.notice kernel: 0x00000000-0x00040000 : "pmon"
Jan 1 01:00:49 localhost user.notice kernel: 0x00040000-0x01fe0000 : "linux"
Jan 1 01:00:49 localhost user.notice kernel: 0x00121800-0x00780000 : "rootfs"
Jan 1 01:00:49 localhost user.notice kernel: 0x00780000-0x01fe0000 : "jffs2"
Jan 1 01:00:49 localhost user.notice kernel: 0x01fe0000-0x02000000 : "nvram"
Jan 1 01:00:49 localhost user.warn kernel: Found a 0MB serial flash
Jan 1 01:00:49 localhost user.err kernel: sflash: found no supported devices
Jan 1 01:00:49 localhost user.warn kernel: u32 classifier
Jan 1 01:00:49 localhost user.warn kernel: OLD policer on
Jan 1 01:00:49 localhost user.warn kernel: Netfilter messages via NETLINK v0.30.
Jan 1 01:00:49 localhost user.warn kernel: nf_conntrack version 0.5.0 (1024 buckets, 8192 max)
Jan 1 01:00:49 localhost user.warn kernel: ip_tables: (C) 2000-2006 Netfilter Core Team
Jan 1 01:00:49 localhost user.warn kernel: BCM fast NAT: INIT
Jan 1 01:00:49 localhost user.warn kernel: net/ipv4/netfilter/tomato_ct.c [Jun 8 2011 14:12:42]
Jan 1 01:00:49 localhost user.info kernel: NET: Registered protocol family 1
Jan 1 01:00:49 localhost user.info kernel: NET: Registered protocol family 10
Jan 1 01:00:49 localhost user.warn kernel: ip6_tables: (C) 2000-2006 Netfilter Core Team
Jan 1 01:00:49 localhost user.info kernel: NET: Registered protocol family 17
Jan 1 01:00:49 localhost user.info kernel: 802.1Q VLAN Support v1.8 Ben Greear
Jan 1 01:00:49 localhost user.info kernel: All bugs added by David S. Miller
Jan 1 01:00:49 localhost user.warn kernel: VFS: Mounted root (squashfs filesystem) readonly.
Jan 1 01:00:49 localhost user.info kernel: Freeing unused kernel memory: 116k freed
Jan 1 01:00:49 localhost user.warn kernel: Warning: unable to open an initial console.
Jan 1 01:00:49 localhost user.warn kernel: emf: module license 'Proprietary' taints kernel.
Jan 1 01:00:49 localhost user.debug kernel: PCI: Setting latency timer of device 0000:00:02.0 to 64
Jan 1 01:00:49 localhost user.warn kernel: eth0: Broadcom BCM47XX 10/100/1000 Mbps Ethernet Controller 5.10.147.0
Jan 1 01:00:49 localhost user.debug kernel: PCI: Setting latency timer of device 0000:00:01.0 to 64
Jan 1 01:00:49 localhost user.warn kernel: eth1: Broadcom BCM4329 802.11 Wireless Controller 5.10.147.0
Jan 1 01:00:49 localhost user.warn kernel: Algorithmics/MIPS FPU Emulator v1.5
Jan 1 01:00:49 localhost user.info kernel: JFFS2 version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
Jan 1 01:00:49 localhost user.info kernel: usbcore: registered new interface driver usbfs
Jan 1 01:00:49 localhost user.info kernel: usbcore: registered new interface driver hub
Jan 1 01:00:49 localhost user.info kernel: usbcore: registered new device driver usb
Jan 1 01:00:49 localhost user.notice kernel: SCSI subsystem initialized
Jan 1 01:00:49 localhost user.info kernel: Initializing USB Mass Storage driver...
Jan 1 01:00:49 localhost user.info kernel: usbcore: registered new interface driver usb-storage
Jan 1 01:00:49 localhost user.info kernel: USB Mass Storage support registered.
Jan 1 01:00:50 localhost user.info kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Jan 1 01:00:50 localhost user.debug kernel: PCI: Setting latency timer of device 0000:00:04.1 to 64
Jan 1 01:00:50 localhost user.info kernel: ehci_hcd 0000:00:04.1: EHCI Host Controller
Jan 1 01:00:50 localhost user.info kernel: ehci_hcd 0000:00:04.1: new USB bus registered, assigned bus number 1
Jan 1 01:00:50 localhost user.info kernel: ehci_hcd 0000:00:04.1: irq 5, io mem 0x18004000
Jan 1 01:00:50 localhost user.info kernel: ehci_hcd 0000:00:04.1: USB 0.0 started, EHCI 1.00
Jan 1 01:00:50 localhost user.info kernel: usb usb1: configuration #1 chosen from 1 choice
Jan 1 01:00:50 localhost user.info kernel: hub 1-0:1.0: USB hub found
Jan 1 01:00:50 localhost user.info kernel: hub 1-0:1.0: 2 ports detected
Jan 1 01:00:50 localhost user.debug hotplug[388]: Attached USB device 1-0:1.0 [INTERFACE=9/0/0 PRODUCT=1d6b/2/206]
Jan 1 01:00:50 localhost user.debug kernel: vlan1: add 33:33:00:00:00:01 mcast address to master interface
Jan 1 01:00:50 localhost user.debug kernel: vlan1: add 01:00:5e:00:00:01 mcast address to master interface
Jan 1 01:00:50 localhost user.info kernel: vlan1: dev_set_allmulti(master, 1)
Jan 1 01:00:50 localhost user.info kernel: vlan1: dev_set_promiscuity(master, 1)
Jan 1 01:00:50 localhost user.info kernel: device eth0 entered promiscuous mode
Jan 1 01:00:50 localhost user.info kernel: device vlan1 entered promiscuous mode
Jan 1 01:00:53 localhost user.info kernel: device eth1 entered promiscuous mode
Jan 1 01:00:53 localhost user.info kernel: br0: port 2(eth1) entering forwarding state
Jan 1 01:00:53 localhost user.info kernel: br0: port 1(vlan1) entering forwarding state
Jan 1 01:00:53 localhost user.warn kernel: vlan2: Setting MAC address to 00 73 a6 5e 59 3f.
Jan 1 01:00:53 localhost user.debug kernel: vlan2: add 33:33:00:00:00:01 mcast address to master interface
Jan 1 01:00:53 localhost user.debug kernel: vlan2: add 01:00:5e:00:00:01 mcast address to master interface
Jan 1 01:00:54 localhost authpriv.info dropbear[480]: Running in background
Jan 1 01:00:54 localhost daemon.info dnsmasq[491]: started, version 2.57 cachesize 1500
Jan 1 01:00:54 localhost daemon.info dnsmasq[491]: compile time options: IPv6 GNU-getopt no-RTC no-DBus no-I18N DHCP TFTP no-IDN
Jan 1 01:00:54 localhost daemon.info dnsmasq[491]: asynchronous logging enabled, queue limit is 5 messages
Jan 1 01:00:54 localhost daemon.info dnsmasq-dhcp[491]: DHCP, IP range 192.168.1.100 -- 192.168.1.110, lease time 1d
Jan 1 01:00:54 localhost daemon.warn dnsmasq[491]: failed to access /etc/resolv.dnsmasq: No such file or directory
Jan 1 01:00:54 localhost daemon.info dnsmasq[491]: read /etc/hosts - 2 addresses
Jan 1 01:00:54 localhost daemon.info dnsmasq[491]: read /etc/dnsmasq/hosts/hosts - 9 addresses
Jan 1 01:00:54 localhost daemon.info dnsmasq-dhcp[491]: read /etc/dnsmasq/dhcp/dhcp-hosts
Jan 1 01:00:54 localhost user.info mount-cifs[492]: notice[cifs]: Mounting...
Jan 1 01:00:55 localhost daemon.info dnsmasq[491]: reading /etc/resolv.dnsmasq
Jan 1 01:00:55 localhost daemon.info dnsmasq[491]: using nameserver 89.228.7.228#53
Jan 1 01:00:55 localhost daemon.info dnsmasq[491]: using nameserver 217.172.224.160#53
Jan 1 01:00:55 localhost user.notice root: Transmission daemon successfully stoped
Jan 1 01:00:55 localhost user.notice root: Stoping NFS Server ...
Jan 1 01:00:55 localhost user.info init[1]: Asus RT-N16: Tomato 1.28.0905 MIPSR2-054 K26 USB Mega
Jan 1 01:00:55 localhost daemon.info dnsmasq[491]: exiting on receipt of SIGTERM
Jan 1 01:00:55 localhost user.notice root: NFS Server stoped ...
Jan 1 01:00:55 localhost daemon.info dnsmasq[533]: started, version 2.57 cachesize 1500
Jan 1 01:00:55 localhost daemon.info dnsmasq[533]: compile time options: IPv6 GNU-getopt no-RTC no-DBus no-I18N DHCP TFTP no-IDN
Jan 1 01:00:55 localhost daemon.info dnsmasq[533]: asynchronous logging enabled, queue limit is 5 messages
Jan 1 01:00:55 localhost daemon.info dnsmasq-dhcp[533]: DHCP, IP range 192.168.1.100 -- 192.168.1.110, lease time 1d
Jan 1 01:00:55 localhost daemon.info dnsmasq[533]: reading /etc/resolv.dnsmasq
Jan 1 01:00:55 localhost daemon.info dnsmasq[533]: using nameserver 89.228.7.228#53
Jan 1 01:00:55 localhost daemon.info dnsmasq[533]: using nameserver 217.172.224.160#53
Jan 1 01:00:55 localhost daemon.info dnsmasq[533]: read /etc/hosts - 2 addresses
Jan 1 01:00:55 localhost daemon.info dnsmasq[533]: read /etc/dnsmasq/hosts/hosts - 9 addresses
Jan 1 01:00:55 localhost daemon.info dnsmasq-dhcp[533]: read /etc/dnsmasq/dhcp/dhcp-hosts
Jun 9 20:09:15 localhost cron.err crond[502]: time disparity of 21794048 minutes detected
Jun 9 20:09:15 localhost user.info syslog: SNet version started
Jun 9 20:09:15 localhost daemon.notice miniupnpd[957]: HTTP listening on port 31484
Jun 9 20:09:15 localhost daemon.notice miniupnpd[957]: Listening for NAT-PMP traffic on port 5351
Jun 9 20:09:17 localhost user.notice root: CMON: stopped
Jun 9 20:09:26 localhost user.warn kernel: HTB: quantum of class 10017 is small. Consider r2q change.
Jun 9 20:09:26 localhost user.info kernel: IMQ starting with 2 devices...
Jun 9 20:09:26 localhost user.info kernel: IMQ driver loaded successfully.
Jun 9 20:09:26 localhost user.info kernel: Hooking IMQ after NAT on PREROUTING.
Jun 9 20:09:26 localhost user.info kernel: Hooking IMQ before NAT on POSTROUTING.
Jun 9 20:09:26 localhost user.warn kernel: HTB: quantum of class 10011 is small. Consider r2q change.
Jun 9 20:09:26 localhost user.warn kernel: HTB: quantum of class 10013 is small. Consider r2q change.
Jun 9 20:09:26 localhost user.warn kernel: HTB: quantum of class 10014 is small. Consider r2q change.
Jun 9 20:09:26 localhost user.warn kernel: HTB: quantum of class 10015 is small. Consider r2q change.
Jun 9 20:09:27 localhost user.warn kernel: HTB: quantum of class 10016 is small. Consider r2q change.
Jun 9 20:09:27 localhost user.warn kernel: HTB: quantum of class 10017 is small. Consider r2q change.
Jan 1 01:00:48 localhost syslog.info syslogd started: BusyBox v1.18.4
Jan 1 01:00:48 localhost user.notice kernel: klogd started: BusyBox v1.18.4 (2011-06-08 13:54:26 CEST)
Jan 1 01:00:48 localhost user.notice kernel: Linux version 2.6.22.19 (root@tomato) (gcc version 4.2.4) #172 Wed Jun 8 14:13:35 CEST 2011
Jan 1 01:00:48 localhost user.warn kernel: CPU revision is: 00019740
Jan 1 01:00:48 localhost user.warn kernel: Determined physical RAM map:
Jan 1 01:00:48 localhost user.warn kernel: memory: 07fff000 @ 00000000 (usable)
Jan 1 01:00:48 localhost user.debug kernel: On node 0 totalpages: 32767
Jan 1 01:00:48 localhost user.debug kernel: Normal zone: 255 pages used for memmap
Jan 1 01:00:48 localhost user.debug kernel: Normal zone: 0 pages reserved
Jan 1 01:00:48 localhost user.debug kernel: Normal zone: 32512 pages, LIFO batch:7
Jan 1 01:00:48 localhost user.warn kernel: Built 1 zonelists. Total pages: 32512
Jan 1 01:00:48 localhost user.notice kernel: Kernel command line: root=/dev/mtdblock2 noinitrd console=ttyS0,115200
Jan 1 01:00:48 localhost user.warn kernel: Primary instruction cache 32kB, physically tagged, 4-way, linesize 32 bytes.
Jan 1 01:00:48 localhost user.warn kernel: Primary data cache 32kB, 4-way, linesize 32 bytes.
Jan 1 01:00:48 localhost user.info kernel: Synthesized TLB refill handler (20 instructions).
Jan 1 01:00:48 localhost user.info kernel: Synthesized TLB load handler fastpath (32 instructions).
Jan 1 01:00:48 localhost user.info kernel: Synthesized TLB store handler fastpath (32 instructions).
Jan 1 01:00:48 localhost user.info kernel: Synthesized TLB modify handler fastpath (31 instructions).
Jan 1 01:00:49 localhost user.warn kernel: PID hash table entries: 512 (order: 9, 2048 bytes)
Jan 1 01:00:49 localhost user.warn kernel: CPU: BCM4716 rev 1 pkg 10 at 480 MHz
Jan 1 01:00:49 localhost user.warn kernel: Using 240.000 MHz high precision timer.
Jan 1 01:00:49 localhost user.info kernel: console [ttyS0] enabled
Jan 1 01:00:49 localhost user.warn kernel: Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
Jan 1 01:00:49 localhost user.warn kernel: Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
Jan 1 01:00:49 localhost user.info kernel: Memory: 126832k/131068k available (33k kernel code, 4092k reserved, 2645k data, 116k init, 0k highmem)
Jan 1 01:00:49 localhost user.debug kernel: Calibrating delay loop... 239.20 BogoMIPS (lpj=1196032)
Jan 1 01:00:49 localhost user.warn kernel: Mount-cache hash table entries: 512
Jan 1 01:00:49 localhost user.info kernel: NET: Registered protocol family 16
Jan 1 01:00:49 localhost user.warn kernel: PCI: Using membase 8000000
Jan 1 01:00:49 localhost user.warn kernel: PCI: Initializing host
Jan 1 01:00:49 localhost user.warn kernel: PCI: Reset RC
Jan 1 01:00:49 localhost user.warn kernel: PCI: Fixing up bus 0
Jan 1 01:00:49 localhost user.warn kernel: PCI: Fixing up bridge
Jan 1 01:00:49 localhost user.debug kernel: PCI: Setting latency timer of device 0000:01:00.0 to 64
Jan 1 01:00:49 localhost user.warn kernel: PCI: Fixing up bridge
Jan 1 01:00:49 localhost user.debug kernel: PCI: Setting latency timer of device 0000:01:00.1 to 64
Jan 1 01:00:49 localhost user.warn kernel: PCI: Enabling device 0000:01:00.1 (0004 -> 0006)
Jan 1 01:00:49 localhost user.warn kernel: PCI: Fixing up bus 1
Jan 1 01:00:49 localhost user.info kernel: NET: Registered protocol family 2
Jan 1 01:00:49 localhost user.info kernel: Time: MIPS clocksource has been installed.
Jan 1 01:00:49 localhost user.warn kernel: IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
Jan 1 01:00:49 localhost user.warn kernel: TCP established hash table entries: 4096 (order: 3, 32768 bytes)
Jan 1 01:00:49 localhost user.warn kernel: TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
Jan 1 01:00:49 localhost user.info kernel: TCP: Hash tables configured (established 4096 bind 4096)
Jan 1 01:00:49 localhost user.info kernel: TCP reno registered
Jan 1 01:00:49 localhost user.info kernel: squashfs: version 3.0 (2006/03/15) Phillip Lougher
Jan 1 01:00:49 localhost user.info kernel: io scheduler noop registered (default)
Jan 1 01:00:49 localhost user.info kernel: HDLC line discipline: version $Revision: 4.8 $, maxframe=4096
Jan 1 01:00:49 localhost user.info kernel: N_HDLC line discipline registered.
Jan 1 01:00:49 localhost user.info kernel: Serial: 8250/16550 driver $Revision: 1.90 $ 2 ports, IRQ sharing disabled
Jan 1 01:00:49 localhost user.info kernel: serial8250: ttyS0 at MMIO 0xb8000300 (irq = 8) is a 16550A
Jan 1 01:00:49 localhost user.info kernel: PPP generic driver version 2.4.2
Jan 1 01:00:49 localhost user.info kernel: MPPE/MPPC encryption/compression module registered
Jan 1 01:00:49 localhost user.info kernel: NET: Registered protocol family 24
Jan 1 01:00:49 localhost user.info kernel: PPPoL2TP kernel driver, V0.17
Jan 1 01:00:49 localhost user.info kernel: PPTP driver version 0.8.5
Jan 1 01:00:49 localhost user.info kernel: Physically mapped flash: Found 1 x16 devices at 0x0 in 8-bit bank
Jan 1 01:00:49 localhost user.warn kernel: Amd/Fujitsu Extended Query Table at 0x0040
Jan 1 01:00:49 localhost user.warn kernel: Physically mapped flash: CFI does not contain boot bank location. Assuming top.
Jan 1 01:00:49 localhost user.notice kernel: number of CFI chips: 1
Jan 1 01:00:49 localhost user.notice kernel: cfi_cmdset_0002: Disabling erase-suspend-program due to code brokenness.
Jan 1 01:00:49 localhost user.notice kernel: Flash device: 0x2000000 at 0x1c000000
Jan 1 01:00:49 localhost user.notice kernel: Creating 5 MTD partitions on "Physically mapped flash":
Jan 1 01:00:49 localhost user.notice kernel: 0x00000000-0x00040000 : "pmon"
Jan 1 01:00:49 localhost user.notice kernel: 0x00040000-0x01fe0000 : "linux"
Jan 1 01:00:49 localhost user.notice kernel: 0x00121800-0x00780000 : "rootfs"
Jan 1 01:00:49 localhost user.notice kernel: 0x00780000-0x01fe0000 : "jffs2"
Jan 1 01:00:49 localhost user.notice kernel: 0x01fe0000-0x02000000 : "nvram"
Jan 1 01:00:49 localhost user.warn kernel: Found a 0MB serial flash
Jan 1 01:00:49 localhost user.err kernel: sflash: found no supported devices
Jan 1 01:00:49 localhost user.warn kernel: u32 classifier
Jan 1 01:00:49 localhost user.warn kernel: OLD policer on
Jan 1 01:00:49 localhost user.warn kernel: Netfilter messages via NETLINK v0.30.
Jan 1 01:00:49 localhost user.warn kernel: nf_conntrack version 0.5.0 (1024 buckets, 8192 max)
Jan 1 01:00:49 localhost user.warn kernel: ip_tables: (C) 2000-2006 Netfilter Core Team
Jan 1 01:00:49 localhost user.warn kernel: BCM fast NAT: INIT
Jan 1 01:00:49 localhost user.warn kernel: net/ipv4/netfilter/tomato_ct.c [Jun 8 2011 14:12:42]
Jan 1 01:00:49 localhost user.info kernel: NET: Registered protocol family 1
Jan 1 01:00:49 localhost user.info kernel: NET: Registered protocol family 10
Jan 1 01:00:49 localhost user.warn kernel: ip6_tables: (C) 2000-2006 Netfilter Core Team
Jan 1 01:00:49 localhost user.info kernel: NET: Registered protocol family 17
Jan 1 01:00:49 localhost user.info kernel: 802.1Q VLAN Support v1.8 Ben Greear
Jan 1 01:00:49 localhost user.info kernel: All bugs added by David S. Miller
Jan 1 01:00:49 localhost user.warn kernel: VFS: Mounted root (squashfs filesystem) readonly.
Jan 1 01:00:49 localhost user.info kernel: Freeing unused kernel memory: 116k freed
Jan 1 01:00:49 localhost user.warn kernel: Warning: unable to open an initial console.
Jan 1 01:00:49 localhost user.warn kernel: emf: module license 'Proprietary' taints kernel.
Jan 1 01:00:49 localhost user.debug kernel: PCI: Setting latency timer of device 0000:00:02.0 to 64
Jan 1 01:00:49 localhost user.warn kernel: eth0: Broadcom BCM47XX 10/100/1000 Mbps Ethernet Controller 5.10.147.0
Jan 1 01:00:49 localhost user.debug kernel: PCI: Setting latency timer of device 0000:00:01.0 to 64
Jan 1 01:00:49 localhost user.warn kernel: eth1: Broadcom BCM4329 802.11 Wireless Controller 5.10.147.0
Jan 1 01:00:49 localhost user.warn kernel: Algorithmics/MIPS FPU Emulator v1.5
Jan 1 01:00:49 localhost user.info kernel: JFFS2 version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
Jan 1 01:00:49 localhost user.info kernel: usbcore: registered new interface driver usbfs
Jan 1 01:00:49 localhost user.info kernel: usbcore: registered new interface driver hub
Jan 1 01:00:49 localhost user.info kernel: usbcore: registered new device driver usb
Jan 1 01:00:49 localhost user.notice kernel: SCSI subsystem initialized
Jan 1 01:00:49 localhost user.info kernel: Initializing USB Mass Storage driver...
Jan 1 01:00:49 localhost user.info kernel: usbcore: registered new interface driver usb-storage
Jan 1 01:00:49 localhost user.info kernel: USB Mass Storage support registered.
Jan 1 01:00:49 localhost user.info kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Jan 1 01:00:49 localhost user.debug kernel: PCI: Setting latency timer of device 0000:00:04.1 to 64
Jan 1 01:00:49 localhost user.info kernel: ehci_hcd 0000:00:04.1: EHCI Host Controller
Jan 1 01:00:49 localhost user.info kernel: ehci_hcd 0000:00:04.1: new USB bus registered, assigned bus number 1
Jan 1 01:00:50 localhost user.info kernel: ehci_hcd 0000:00:04.1: irq 5, io mem 0x18004000
Jan 1 01:00:50 localhost user.info kernel: ehci_hcd 0000:00:04.1: USB 0.0 started, EHCI 1.00
Jan 1 01:00:50 localhost user.info kernel: usb usb1: configuration #1 chosen from 1 choice
Jan 1 01:00:50 localhost user.info kernel: hub 1-0:1.0: USB hub found
Jan 1 01:00:50 localhost user.info kernel: hub 1-0:1.0: 2 ports detected
Jan 1 01:00:50 localhost user.debug hotplug[388]: Attached USB device 1-0:1.0 [INTERFACE=9/0/0 PRODUCT=1d6b/2/206]
Jan 1 01:00:50 localhost user.debug kernel: vlan1: add 33:33:00:00:00:01 mcast address to master interface
Jan 1 01:00:50 localhost user.debug kernel: vlan1: add 01:00:5e:00:00:01 mcast address to master interface
Jan 1 01:00:50 localhost user.info kernel: vlan1: dev_set_allmulti(master, 1)
Jan 1 01:00:50 localhost user.info kernel: vlan1: dev_set_promiscuity(master, 1)
Jan 1 01:00:50 localhost user.info kernel: device eth0 entered promiscuous mode
Jan 1 01:00:50 localhost user.info kernel: device vlan1 entered promiscuous mode
Jan 1 01:00:53 localhost user.info kernel: device eth1 entered promiscuous mode
Jan 1 01:00:53 localhost user.info kernel: br0: port 2(eth1) entering forwarding state
Jan 1 01:00:53 localhost user.info kernel: br0: port 1(vlan1) entering forwarding state
Jan 1 01:00:53 localhost user.warn kernel: vlan2: Setting MAC address to 00 73 a6 5e 59 3f.
Jan 1 01:00:53 localhost user.debug kernel: vlan2: add 33:33:00:00:00:01 mcast address to master interface
Jan 1 01:00:53 localhost user.debug kernel: vlan2: add 01:00:5e:00:00:01 mcast address to master interface
Jan 1 01:00:54 localhost authpriv.info dropbear[480]: Running in background
Jan 1 01:00:54 localhost daemon.info dnsmasq[491]: started, version 2.57 cachesize 1500
Jan 1 01:00:54 localhost daemon.info dnsmasq[491]: compile time options: IPv6 GNU-getopt no-RTC no-DBus no-I18N DHCP TFTP no-IDN
Jan 1 01:00:54 localhost daemon.info dnsmasq[491]: asynchronous logging enabled, queue limit is 5 messages
Jan 1 01:00:54 localhost daemon.info dnsmasq-dhcp[491]: DHCP, IP range 192.168.1.100 -- 192.168.1.110, lease time 1d
Jan 1 01:00:54 localhost daemon.warn dnsmasq[491]: failed to access /etc/resolv.dnsmasq: No such file or directory
Jan 1 01:00:54 localhost daemon.info dnsmasq[491]: read /etc/hosts - 2 addresses
Jan 1 01:00:54 localhost daemon.info dnsmasq[491]: read /etc/dnsmasq/hosts/hosts - 9 addresses
Jan 1 01:00:54 localhost daemon.info dnsmasq-dhcp[491]: read /etc/dnsmasq/dhcp/dhcp-hosts
Jan 1 01:00:54 localhost user.info mount-cifs[492]: notice[cifs]: Mounting...
Jan 1 01:00:55 localhost user.notice root: Stoping NFS Server ...
Jan 1 01:00:55 localhost daemon.info dnsmasq[491]: reading /etc/resolv.dnsmasq
Jan 1 01:00:55 localhost daemon.info dnsmasq[491]: using nameserver 89.228.7.228#53
Jan 1 01:00:55 localhost daemon.info dnsmasq[491]: using nameserver 217.172.224.160#53
Jan 1 01:00:55 localhost user.notice root: Transmission daemon successfully stoped
Jan 1 01:00:55 localhost user.info init[1]: Asus RT-N16: Tomato 1.28.0905 MIPSR2-054 K26 USB Mega
Jan 1 01:00:55 localhost daemon.info dnsmasq[491]: exiting on receipt of SIGTERM
Jan 1 01:00:55 localhost daemon.info dnsmasq[530]: started, version 2.57 cachesize 1500
Jan 1 01:00:55 localhost daemon.info dnsmasq[530]: compile time options: IPv6 GNU-getopt no-RTC no-DBus no-I18N DHCP TFTP no-IDN
Jan 1 01:00:55 localhost daemon.info dnsmasq[530]: asynchronous logging enabled, queue limit is 5 messages
Jan 1 01:00:55 localhost daemon.info dnsmasq-dhcp[530]: DHCP, IP range 192.168.1.100 -- 192.168.1.110, lease time 1d
Jan 1 01:00:55 localhost daemon.info dnsmasq[530]: reading /etc/resolv.dnsmasq
Jan 1 01:00:55 localhost daemon.info dnsmasq[530]: using nameserver 89.228.7.228#53
Jan 1 01:00:55 localhost daemon.info dnsmasq[530]: using nameserver 217.172.224.160#53
Jan 1 01:00:55 localhost daemon.info dnsmasq[530]: read /etc/hosts - 2 addresses
Jan 1 01:00:55 localhost daemon.info dnsmasq[530]: read /etc/dnsmasq/hosts/hosts - 9 addresses
Jan 1 01:00:55 localhost daemon.info dnsmasq-dhcp[530]: read /etc/dnsmasq/dhcp/dhcp-hosts
Jan 1 01:00:55 localhost user.notice root: NFS Server stoped ...
Jun 9 20:11:20 localhost user.notice root: CMON: stopped
Jun 9 20:11:20 localhost daemon.info dnsmasq-dhcp[530]: DHCPDISCOVER(br0) 192.168.1.100 00:0c:76:82:fe:4d
Jun 9 20:11:20 localhost daemon.info dnsmasq-dhcp[530]: DHCPOFFER(br0) 192.168.1.100 00:0c:76:82:fe:4d
Jun 9 20:11:20 localhost daemon.info dnsmasq-dhcp[530]: DHCPREQUEST(br0) 192.168.1.100 00:0c:76:82:fe:4d
Jun 9 20:11:20 localhost daemon.info dnsmasq-dhcp[530]: DHCPACK(br0) 192.168.1.100 00:0c:76:82:fe:4d x0dus
Jun 9 20:11:22 localhost cron.err crond[498]: time disparity of 21794050 minutes detected
Jun 9 20:11:22 localhost user.info syslog: SNet version started
Jun 9 20:11:22 localhost daemon.notice miniupnpd[1010]: HTTP listening on port 17100
Jun 9 20:11:22 localhost daemon.notice miniupnpd[1010]: Listening for NAT-PMP traffic on port 5351
Jun 9 20:11:33 localhost user.warn kernel: HTB: quantum of class 10017 is small. Consider r2q change.
Jun 9 20:11:33 localhost user.info kernel: IMQ starting with 2 devices...
Jun 9 20:11:33 localhost user.info kernel: IMQ driver loaded successfully.
Jun 9 20:11:33 localhost user.info kernel: Hooking IMQ after NAT on PREROUTING.
Jun 9 20:11:33 localhost user.info kernel: Hooking IMQ before NAT on POSTROUTING.
Jun 9 20:11:33 localhost user.warn kernel: HTB: quantum of class 10011 is small. Consider r2q change.
Jun 9 20:11:33 localhost user.warn kernel: HTB: quantum of class 10013 is small. Consider r2q change.
Jun 9 20:11:33 localhost user.warn kernel: HTB: quantum of class 10014 is small. Consider r2q change.
Jun 9 20:11:33 localhost user.warn kernel: HTB: quantum of class 10015 is small. Consider r2q change.
Jun 9 20:11:33 localhost user.warn kernel: HTB: quantum of class 10016 is small. Consider r2q change.
Jun 9 20:11:33 localhost user.warn kernel: HTB: quantum of class 10017 is small. Consider r2q change.
Jan 1 01:00:48 localhost syslog.info syslogd started: BusyBox v1.18.4
Jan 1 01:00:48 localhost user.notice kernel: klogd started: BusyBox v1.18.4 (2011-06-08 13:54:26 CEST)
Jan 1 01:00:48 localhost user.notice kernel: Linux version 2.6.22.19 (root@tomato) (gcc version 4.2.4) #172 Wed Jun 8 14:13:35 CEST 2011
Jan 1 01:00:48 localhost user.warn kernel: CPU revision is: 00019740
Jan 1 01:00:48 localhost user.warn kernel: Determined physical RAM map:
Jan 1 01:00:48 localhost user.warn kernel: memory: 07fff000 @ 00000000 (usable)
Jan 1 01:00:48 localhost user.debug kernel: On node 0 totalpages: 32767
Jan 1 01:00:48 localhost user.debug kernel: Normal zone: 255 pages used for memmap
Jan 1 01:00:48 localhost user.debug kernel: Normal zone: 0 pages reserved
Jan 1 01:00:48 localhost user.debug kernel: Normal zone: 32512 pages, LIFO batch:7
Jan 1 01:00:49 localhost user.warn kernel: Built 1 zonelists. Total pages: 32512
Jan 1 01:00:49 localhost user.notice kernel: Kernel command line: root=/dev/mtdblock2 noinitrd console=ttyS0,115200
Jan 1 01:00:49 localhost user.warn kernel: Primary instruction cache 32kB, physically tagged, 4-way, linesize 32 bytes.
Jan 1 01:00:49 localhost user.warn kernel: Primary data cache 32kB, 4-way, linesize 32 bytes.
Jan 1 01:00:49 localhost user.info kernel: Synthesized TLB refill handler (20 instructions).
Jan 1 01:00:49 localhost user.info kernel: Synthesized TLB load handler fastpath (32 instructions).
Jan 1 01:00:49 localhost user.info kernel: Synthesized TLB store handler fastpath (32 instructions).
Jan 1 01:00:49 localhost user.info kernel: Synthesized TLB mo
 
shibby
najpierw wywal to ze skryptow:

Cytat

modprobe xt_HL
iptables -t mangle -I POSTROUTING -o br0 -j TTL --ttl-set 1


wiem po co to ale moze to ten modul powoduje restarty

jezeli nadal jest to samo to wywal to ze skryptow:

Cytat

modprobe imq
modprobe xt_IMQ


a zamiast tego wlacz imq w advanced -> firewall i ustaw numdevs na 2 (oczywiscie uzywajac imq w skrypcie nie mozesz uzywac clients monitora!!!). Rozwiazaniem jest rezygnacja z imq w skrypcie i podzial bezposredni na interfejs. Jak masz ustawione WAN? pppoe, static czy dhcp?

Jezeli nadal jest to samo to wywal tymczasowo regulki do limitowania polaczen.

Ogolnie mozesz tez testowo wywalic skrypty i podzielic lacze bw limiterem. Wiem ze nie bedziesz mial "turbo nocy" ale chodzi o sprawdzenie czy w ogole z wlaczonym podzialem pasma router bedzie stabilny.
Router: Unifi Cloud Gateway Max
Switch: Netgear MS510TXPP
Switch: Unifi USW-Flex-Mini - szt. 2
Wi-Fi: Unifi U6-Lite - szt. 2
Proxmox VE: i5-13400T, 64GB RAM, 2x 512GB NVMe, 3x 2TB SSD, Intel X710-DA2 SFP+
VM #1: Synology SA6400
VM #2: Debian, WWW
VM #3: Home Assistant OS
 
x0dus
WAN mam na dhcp ustawiony narazie router stoi stabilnie od Uptime 0 days, 04:34:57 i jak narazie ustawilem limit transferu bwlimiterem dla poszczegolnych poszczegolnych ipekow sobie limitu nie ustawilem wiec mam max narazie tych skryptow nie odpalam bo jak znowu tak bedzie bede musial znow robic reset routera i od nowa ustawiac wszystko zobaczymy jak postoi pare dni zrobie tak jak mowisz i wywale to co pisales ze skryptu i wtedy potestuje a narazie niech postoi 2-3 dni wtedy za to sie zabiore ;d
 
Przejdź do forum
Zaloguj
Wprowadź adres e-mail lub nazwę użytkownika

Hasło



Nie masz jeszcze konta? Zarejestruj się.

Zapomniałeś/aś hasła?
Aktualnie online
· Gości online: 74

· Użytkowników online: 0

· Łącznie użytkowników: 24,115
· Najnowszy użytkownik: Ja
Czat
Musisz się zalogować, aby opublikować wiadomość.

Maniek91PL
06-11-2024 22:37
dzięki !Grin

maxikaaz
29-10-2024 14:27
@Maniek91PL - Administration=> Admin Access, i tam masz "Allow Wireless Access" do zaznaczenia

Maniek91PL
26-10-2024 22:07
siemka! ktoś przypomni co się ustawiało jeśli nie mogę wejść od strony wifi do tomato? od lan działa

overflow2
04-10-2024 17:34
Kupowałem Asusy n10u albo n12d1 ale nie widzę ich, chyba już nie produkują, Chodzi o coś nowego i taniego. Transfery niewielkie.

maxikaaz
04-10-2024 09:38
@overflow2 patrząc po dostępności funkcji w nowych kompilacjach, to chyba nawet WRT54G/GL jeszcze ma OpenVPN, albo jakiś odpowiednik... zależy, na jakie transfery liczysz.

overflow2
30-09-2024 20:53
Jaki aktualnie najtańszy router do tomato do openvpn?

maxikaaz
27-07-2024 15:07
@servee - na początek router do rozebrania i obejrzenia, ciężko wróżyć tak tylko po objawach

maxikaaz
27-07-2024 14:55
@servee - cały kontroler nie pada tak sobie z powodu "zbiegu okoliczności",
więc prawdopodobnie gdzieś przepięcie.

servee
25-07-2024 13:33
@maxikaaz: działało, aż pewnego pięknego dnia przestało działać. W tym dniu była też burza, ale to raczej zbieg okoliczności.

maxikaaz
25-07-2024 11:38
@servee - o ile problem jest w obrębie samych wyjść (dławiki, warystory), to naprawialne, ale jeśli w samym SoC - to nienaprawialne ze względu na koszta. A co było przyczyną?

96,056,735 unikalnych wizyt