76

(8 odpowiedzi, napisanych Oprogramowanie / Software)

jaki adres masz na Wan ? Jak masz 87.x.x.x to dzwoń do providera. Jak masz 192.x.x.x poproś o Twoje ustawienia z puli 87.x.x.x zaznaczjąc że Twoje łącze ma być transparentne. Miałem taką sytuację. Odpowiednie iptables musi zrobić provider.

77

(1 odpowiedzi, napisanych Oprogramowanie / Software)

minidlna.c:493: error: Media directory entry not understood! [media_dir=V,/mnt/sda1/DLNA/FILMY]

ścieżka prawidłowa.

config minidlna 'config'
    option port '8200'
    option inotify '1'
    option notify_interval '900'
    option serial '12345678'
    option model_number '1'
    option album_art_names 'Cover.jpg/cover.jpg/AlbumArtSmall.jpg/albumartsmall.jpg/AlbumArt.jpg/albumart.jpg/Album.jpg/album.jpg/Folder.jpg/folder.jpg/Thumb.jpg/thumb.jpg'
    option friendly_name 'DLNA'
    option root_container 'B'
    option enabled '1'
    option interface 'br-lan'
    option db_dir '/mnt/sda1/DLNA/konfiguracja'
    option log_dir '/mnt/sda1/DLNA/konfiguracja/log'
    list media_dir 'media_dir=V,/mnt/sda1/DLNA/FILMY'
    list media_dir 'media_dir=P,/mnt/sda1/DLNA/ZDJECIA'

Dlaczego uważa katalog za nie prawidłowy ?

78

(34 odpowiedzi, napisanych Oprogramowanie / Software)

czy może Pan udostępnić starszy firmware do routera ROUTER: WR941ND v3.6 ? . Ponieważ może na tym firmware jest problem.

Cała  operacja  konfiguracji przeprowadzana na 1043 - ok natomiast na 941 nie działa. Nie omge pingować nawet do bramy 10.1.1.1

79

(34 odpowiedzi, napisanych Oprogramowanie / Software)

tak domyślam się ale w takim razie czy w konfiguracji firewalla widzi Pan jakieś błędy, sprzeczności ?

80

(34 odpowiedzi, napisanych Oprogramowanie / Software)

analizowałem i chyba wiem dlaczego nikt mi nie odpowiedział ... mimo że Pan Cezary mi napisał "przy konfiguracji jako AP zmień wan na lan"

ROUTER: WR941ND v3.6  -- poprzednio uczyłem się na 1043ND

Na 1043ND wychodzi mi bezproblemowo na tym routerze coś nie chce.

Z podsieci goscinnej nie mogę pingować

Proszę o sprawdzenie cfg'a

Podejrzewam że problem leży w firewallu bo nie wypuszcza i pakietów na gościnnej


config defaults
    option syn_flood '1'
    option input 'ACCEPT'
    option output 'ACCEPT'
    option forward 'REJECT'

config zone
    option name 'lan'
    option network 'lan'
    option input 'ACCEPT'
    option output 'ACCEPT'
    option forward 'REJECT'
    option masq '1'

config rule
    option name 'Allow-DHCP-Renew'
    option src 'lan'
    option proto 'udp'
    option dest_port '68'
    option target 'ACCEPT'
    option family 'ipv4'

config rule
    option name 'Allow-Ping'
    option src 'lan'
    option proto 'icmp'
    option icmp_type 'echo-request'
    option family 'ipv4'
    option target 'ACCEPT'

config rule
    option name 'Allow-DHCPv6'
    option src 'lan'
    option proto 'udp'
    option src_ip 'fe80::/10'
    option src_port '547'
    option dest_ip 'fe80::/10'
    option dest_port '546'
    option family 'ipv6'
    option target 'ACCEPT'

config rule
    option name 'Allow-ICMPv6-Input'
    option src 'lan'
    option proto 'icmp'
    list icmp_type 'echo-request'
    list icmp_type 'echo-reply'
    list icmp_type 'destination-unreachable'
    list icmp_type 'packet-too-big'
    list icmp_type 'time-exceeded'
    list icmp_type 'bad-header'
    list icmp_type 'unknown-header-type'
    list icmp_type 'router-solicitation'
    list icmp_type 'neighbour-solicitation'
    list icmp_type 'router-advertisement'
    list icmp_type 'neighbour-advertisement'
    option limit '1000/sec'
    option family 'ipv6'
    option target 'ACCEPT'

config rule
    option name 'Allow-ICMPv6-Forward'
    option src 'lan'
    option dest '*'
    option proto 'icmp'
    list icmp_type 'echo-request'
    list icmp_type 'echo-reply'
    list icmp_type 'destination-unreachable'
    list icmp_type 'packet-too-big'
    list icmp_type 'time-exceeded'
    list icmp_type 'bad-header'
    list icmp_type 'unknown-header-type'
    option limit '1000/sec'
    option family 'ipv6'
    option target 'ACCEPT'

config include
    option path '/etc/firewall.user'

config include
    option path '/usr/lib/gargoyle_firewall_util/gargoyle_additions.firewall'

config zone
    option name 'guest'
    option network 'guest'
    option input 'REJECT'
    option output 'ACCEPT'
    option forward 'REJECT'

config forwarding
    option src 'guest'
    option dest 'lan'

config rule
    option src 'guest'
    option proto 'udp'
    option src_port '67-68'
    option dest_port '67-68'
    option target 'ACCEPT'
    option family 'ipv4'

config rule
    option src 'guest'
    option dest_port '53'
    option target 'ACCEPT'
    option family 'ipv4'
    option proto 'tcpudp'

81

(34 odpowiedzi, napisanych Oprogramowanie / Software)

kurcze zrobiłem apeka z openwrt i na sieci gościnnej nie pinguje mi do wana. LAN i Wifi główna działa. Gdzie moge popełniac błąd ?


config defaults
    option syn_flood '1'
    option input 'ACCEPT'
    option output 'ACCEPT'
    option forward 'REJECT'

config zone
    option name 'lan'
    option network 'lan'
    option input 'ACCEPT'
    option output 'ACCEPT'
    option forward 'REJECT'
    option masq '1'

config zone
    option name 'wan'
    option network 'wan'
    option input 'REJECT'
    option output 'ACCEPT'
    option forward 'REJECT'
    option masq '1'
    option mtu_fix '1'

config forwarding
    option src 'lan'
    option dest 'wan'

config rule
    option name 'Allow-DHCP-Renew'
    option src 'wan'
    option proto 'udp'
    option dest_port '68'
    option target 'ACCEPT'
    option family 'ipv4'

config rule
    option name 'Allow-Ping'
    option src 'wan'
    option proto 'icmp'
    option icmp_type 'echo-request'
    option family 'ipv4'
    option target 'ACCEPT'

config rule
    option name 'Allow-DHCPv6'
    option src 'wan'
    option proto 'udp'
    option src_ip 'fe80::/10'
    option src_port '547'
    option dest_ip 'fe80::/10'
    option dest_port '546'
    option family 'ipv6'
    option target 'ACCEPT'

config rule
    option name 'Allow-ICMPv6-Input'
    option src 'wan'
    option proto 'icmp'
    list icmp_type 'echo-request'
    list icmp_type 'echo-reply'
    list icmp_type 'destination-unreachable'
    list icmp_type 'packet-too-big'
    list icmp_type 'time-exceeded'
    list icmp_type 'bad-header'
    list icmp_type 'unknown-header-type'
    list icmp_type 'router-solicitation'
    list icmp_type 'neighbour-solicitation'
    list icmp_type 'router-advertisement'
    list icmp_type 'neighbour-advertisement'
    option limit '1000/sec'
    option family 'ipv6'
    option target 'ACCEPT'

config rule
    option name 'Allow-ICMPv6-Forward'
    option src 'wan'
    option dest '*'
    option proto 'icmp'
    list icmp_type 'echo-request'
    list icmp_type 'echo-reply'
    list icmp_type 'destination-unreachable'
    list icmp_type 'packet-too-big'
    list icmp_type 'time-exceeded'
    list icmp_type 'bad-header'
    list icmp_type 'unknown-header-type'
    option limit '1000/sec'
    option family 'ipv6'
    option target 'ACCEPT'

config include
    option path '/etc/firewall.user'

config include
    option path '/usr/lib/gargoyle_firewall_util/gargoyle_additions.firewall'

config zone
    option name 'guest'
    option network 'guest'
    option input 'REJECT'
    option output 'ACCEPT'
    option forward 'REJECT'

config forwarding
    option src 'guest'
    option dest 'lan'

config rule
    option src 'guest'
    option proto 'udp'
    option src_port '67-68'
    option dest_port '67-68'
    option target 'ACCEPT'
    option family 'ipv4'

config rule
    option src 'guest'
    option dest_port '53'
    option target 'ACCEPT'
    option family 'ipv4'
    option proto 'tcpudp'

82

(34 odpowiedzi, napisanych Oprogramowanie / Software)

Dziaaaałaaaaaaaa smile Czyli lan robi jakiś routing? Czy to poprostu przekierwanie jakieś?

83

(34 odpowiedzi, napisanych Oprogramowanie / Software)

wynik= fail

...
config zone
    option name 'guest'
    option network 'guest'
    option input 'REJECT'
    option output 'ACCEPT'
    option forward 'REJECT'
    option masq '1'
   
config forwarding
    option src 'guest'
    option dest 'lan'

config rule
    option src 'guest'
    option proto 'udp'
    option src_port '67-68'
    option dest_port '67-68'
    option target 'ACCEPT'
    option family 'ipv4'

config rule
    option src 'guest'
    option dest_port '53'
    option target 'ACCEPT'
    option family 'ipv4'
    option proto 'tcpudp'

próbowalem pozukać na forum ale widze nieokończone posty hmm
http://eko.one.pl/forum/viewtopic.php?id=5872

84

(34 odpowiedzi, napisanych Oprogramowanie / Software)

gary lan kabel - net ok
wifi "firma" ustawiona z gui - net ok
wifi "siec goscinna" - net brak

chodzi mi o to że na alasie "guest" nie ma net'a.

pomyślałem że może:

config forwarding                     
    option src 'guest'
    option dest 'wan' -> zmiana na 'lan'

/etc/firewall

config zone
    option name 'guest'
    option network 'guest'
    option input 'REJECT'
    option output 'ACCEPT'
    option forward 'REJECT'

config forwarding
    option src 'guest'
    option dest 'lan'  <------- zmieniłem z wan na lan

config rule
    option src 'guest'
    option proto 'udp'
    option src_port '67-68'
    option dest_port '67-68'
    option target 'ACCEPT'
    option family 'ipv4'

config rule
    option src 'guest'
    option dest_port '53'
    option target 'ACCEPT'
    option family 'ipv4'
    option proto 'tcpudp'

domyślam się że nie chodzi o iptables jeśli się mylę ..... proszę o info

logów iptables nie podejrze ponieważ routuje 2gi router na którym nie mam takich informacji

85

(34 odpowiedzi, napisanych Oprogramowanie / Software)

kolejnie pytanie:

Tym razem gary jest skonfigurowany jako most przewodowy czyli:

-przewód z sygnałem internetowym podpięty pod lan
-podsieć ustawiona w takiej samej klasie jak przed garym 192.168.0.1
-wifi firmowe ustawione ( taka sama podsieć rzecz jasna jak lan czyli 192.168.0.1)
-dhcp wyłączone - ip przydziela router przed garym
-stworzono kolejną sieć wifi "siec_goscina" na podsieci 10.1.1.0

/etc/firewall


config defaults
    option syn_flood '1'
    option input 'ACCEPT'
    option output 'ACCEPT'
    option forward 'REJECT'

config zone
    option name 'lan'
    option network 'lan'
    option input 'ACCEPT'
    option output 'ACCEPT'
    option forward 'REJECT'

config zone
    option name 'wan'
    option network 'wan'
    option input 'REJECT'
    option output 'ACCEPT'
    option forward 'REJECT'
    option masq '1'
    option mtu_fix '1'

config forwarding
    option src 'lan'
    option dest 'wan'

config rule
    option name 'Allow-DHCP-Renew'
    option src 'wan'
    option proto 'udp'
    option dest_port '68'
    option target 'ACCEPT'
    option family 'ipv4'

config rule
    option name 'Allow-Ping'
    option src 'wan'
    option proto 'icmp'
    option icmp_type 'echo-request'
    option family 'ipv4'
    option target 'ACCEPT'

config rule
    option name 'Allow-DHCPv6'
    option src 'wan'
    option proto 'udp'
    option src_ip 'fe80::/10'
    option src_port '547'
    option dest_ip 'fe80::/10'
    option dest_port '546'
    option family 'ipv6'
    option target 'ACCEPT'

config rule
    option name 'Allow-ICMPv6-Input'
    option src 'wan'
    option proto 'icmp'
    list icmp_type 'echo-request'
    list icmp_type 'echo-reply'
    list icmp_type 'destination-unreachable'
    list icmp_type 'packet-too-big'
    list icmp_type 'time-exceeded'
    list icmp_type 'bad-header'
    list icmp_type 'unknown-header-type'
    list icmp_type 'router-solicitation'
    list icmp_type 'neighbour-solicitation'
    list icmp_type 'router-advertisement'
    list icmp_type 'neighbour-advertisement'
    option limit '1000/sec'
    option family 'ipv6'
    option target 'ACCEPT'

config rule
    option name 'Allow-ICMPv6-Forward'
    option src 'wan'
    option dest '*'
    option proto 'icmp'
    list icmp_type 'echo-request'
    list icmp_type 'echo-reply'
    list icmp_type 'destination-unreachable'
    list icmp_type 'packet-too-big'
    list icmp_type 'time-exceeded'
    list icmp_type 'bad-header'
    list icmp_type 'unknown-header-type'
    option limit '1000/sec'
    option family 'ipv6'
    option target 'ACCEPT'

config include
    option path '/etc/firewall.user'

config include
    option path '/usr/lib/gargoyle_firewall_util/gargoyle_additions.firewall'

config include 'openvpn_include_file'
    option path '/etc/openvpn.firewall'

config zone                                      (akceptuj we, wy,przekierowania) tu nie
    option name 'guest'
    option network 'guest'
    option input 'REJECT'
    option output 'ACCEPT'
    option forward 'REJECT'

config forwarding                      (przekierowanie portów zapewne - ale to chyba robi router przed garym, próbowłem z lan)
    option src 'guest'
    option dest 'wan'

config rule                                   
    option src 'guest'
    option proto 'udp'
    option src_port '67-68'
    option dest_port '67-68'
    option target 'ACCEPT'
    option family 'ipv4'

config rule
    option src 'guest'
    option dest_port '53'
    option target 'ACCEPT'
    option family 'ipv4'
    option proto 'tcpudp'

I znowu to samo pytanie jaki wpis powinien dodać aby ruch internetowy odbywał się na guest ?

86

(34 odpowiedzi, napisanych Oprogramowanie / Software)

wieczór i popołudnie wolne tongue wink

87

(34 odpowiedzi, napisanych Oprogramowanie / Software)

...wynik mojej nauki
root@Gargoyle:~# ifconfig
br-lan    Link encap:Ethernet  HWaddr F8:D1:11:2F:36:6C
          inet addr:192.168.1.1  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:3183 errors:0 dropped:0 overruns:0 frame:0
          TX packets:3319 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:310750 (303.4 KiB)  TX bytes:484651 (473.2 KiB)

eth0      Link encap:Ethernet  HWaddr F8:D1:11:2F:36:6C
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:4929 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4918 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:572121 (558.7 KiB)  TX bytes:680213 (664.2 KiB)
          Interrupt:4

eth0.1    Link encap:Ethernet  HWaddr F8:D1:11:2F:36:6C
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:3183 errors:0 dropped:0 overruns:0 frame:0
          TX packets:3350 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:310750 (303.4 KiB)  TX bytes:486077 (474.6 KiB)

eth0.2    Link encap:Ethernet  HWaddr F8:D1:11:2F:36:6C
          inet addr:192.168.0.101  Bcast:192.168.0.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1746 errors:0 dropped:1 overruns:0 frame:0
          TX packets:1567 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:172649 (168.6 KiB)  TX bytes:173425 (169.3 KiB)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:29881 errors:0 dropped:0 overruns:0 frame:0
          TX packets:29881 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:1797868 (1.7 MiB)  TX bytes:1797868 (1.7 MiB)

wlan0     Link encap:Ethernet  HWaddr F8:D1:11:2F:36:6C
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:341 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:32
          RX bytes:0 (0.0 B)  TX bytes:41869 (40.8 KiB)

wlan0-1   Link encap:Ethernet  HWaddr FA:D1:11:2F:36:6D
          inet addr:10.1.1.1  Bcast:10.1.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:32
          RX bytes:0 (0.0 B)  TX bytes:420 (420.0 B)

jak widać moja sieć gościnna to: wlan0-1


lista usług otoczenia sieciowego:
/etc/services
microsoft-ds    445/tcp
microsoft-ds    445/udp
netbios-ns    137/tcp
netbios-ns    137/udp
netbios-dgm    138/tcp
netbios-dgm    138/udp
netbios-ssn    139/tcp
netbios-ssn    139/udp

dodajemy reguły w pliku: /etc/firewall.user

iptables -I FORWARD -p tcp -i wlan0-1 -d 192.168.3.0/24 --dport 137 -j DROP
iptables -I FORWARD -p tcp -i wlan0-1 -d 192.168.3.0/24 --dport 138 -j DROP
iptables -I FORWARD -p tcp -i wlan0-1 -d 192.168.3.0/24 --dport 139 -j DROP
iptables -I FORWARD -p udp -i wlan0-1 -d 192.168.3.0/24 --dport 137 -j DROP
iptables -I FORWARD -p udp -i wlan0-1 -d 192.168.3.0/24 --dport 138 -j DROP
iptables -I FORWARD -p udp -i wlan0-1 -d 192.168.3.0/24 --dport 139 -j DROP
iptables -I FORWARD -p tcp -i wlan0-1 -d 192.168.3.0/24 --dport 445 -j DROP
iptables -I FORWARD -p udp -i wlan0-1 -d 192.168.3.0/24 --dport 445 -j DROP

WANŻE: /etc/init.d/firewall restart nie uruchamia regułek musimy wykonać restart garego. Teraz Użytkownicy podłączeni do sieci gościnnej nie mają dostępu do zasobów sieciowych także przed routerem.

Dzięki Cezary. Podroczyłeś się ze mną ale wiem że chciałeś mnie poprostu czegos nauczyć.

88

(34 odpowiedzi, napisanych Oprogramowanie / Software)

senkju wery much

89

(34 odpowiedzi, napisanych Oprogramowanie / Software)

dzięki najpierw spróbuje sam poczytać o iptables zanim poproszę o gotowe rozwiązanie. rozumiem że stosowny wpis mam zastosować do /etc/firewall.user

coś w stylu:

iptables -A FORWARD -d 192.168.3.0/24 -j DROP

pewnie ten wpis zablokuje mi cały ruch z 192.168.3.0 bo przekopiowałem taki który udostepnia mi ruch z innej podsieci
iptables -A FORWARD -d 10.10.1.240 -j ACCEPT

musi to pewnie wyglądać coś w stylu:

iptables -I FORWARD -p tcpudp -i wan -d 192.168.3.0/24 --dport 137-139 -j DROP

oraz

iptables -I FORWARD -p tcpudp -i wan -d 192.168.3.0/24 --dport 445 -j DROP

90

(34 odpowiedzi, napisanych Oprogramowanie / Software)

1 próba.

config 'rule'
        option src 'guest'
        option proto 'udp'
        option dest_port '137-138'
        option target 'DROP'

config 'rule'
        option src 'guest'
        option proto 'tcp'
        option dest_port '139'
        option target 'DROP'

config 'rule'
        option src 'guest'
        option proto 'tcp'
        option dest_port '445'
        option target 'DROP'

/etc/init.d/firewall restart


src zmieniałem na 'wan' moja logka mówi mi źródlem jest WAN -też nie działa (jako poprawiony wpis

przykład:

2.próba

config 'rule'
        option src 'wan'
        option proto 'udp'
        option dest_port '137-138'
        option target 'DROP'

91

(34 odpowiedzi, napisanych Oprogramowanie / Software)

blokowałem porty 137 -139 445. dalej mam dostęp do danych z Wan.  Prośba o regułkę hmm

92

(34 odpowiedzi, napisanych Oprogramowanie / Software)

dobra bede grzebał na eko.one

93

(34 odpowiedzi, napisanych Oprogramowanie / Software)

Myślałem że można np. zablkować porty dla otoczenia seciowego dla podsieci 192.168.3.0. hmm

94

(34 odpowiedzi, napisanych Oprogramowanie / Software)

Dzieki Cezary.

Monitor sieci - zastosowałem zakres ip z gui z klasy Wifi sieć gościnna.

Jednak prosze o odpowiedź na jeszcze jedno pewnie z wielu pytań.

Przed Garym który emituje "wifi guest" jest jeszcze router (dla Garego to już wan). Wobec tego widzi udziały sieciowe na Wan'ie. Wobec tego wpis:

uci add firewall forwarding
uci set firewall.@forwarding[-1].src=guest
uci set firewall.@forwarding[-1].dest=wan

... dopuszcza go do udziałów na WAN'ie.

Podsieć na Routerze przed Garym to 192.168.3.0
Podsieć na routerze z Garym 192.168.1.0
Podsieć Wifi guest taka jak w poradniku 10.1.1.0 

Jak moge zabronić chociaż dostęp do udziałów sieciowych na moim WAN. Reguła iptables zapewne. Tylko jeszcze nie zabardzo rouzmiem jaki wpis.

Czy wobec tego Twój post odnośnie:

"iptables -I FORWARD -p tcp -i wlan1 -d 192.168.0.0/24 -j REJECT"

"A później wycinasz na firewalu wszytko co pochodzi z sieci gościnnej do lokalnej"

.... nie powinien wygladać inaczej tzn. np. wycinać ruchu otocznia sieciowego z WAN'a

Lokalne udziały na 192.168.1.0 nie sa widoczne poprzez siec gościnna (działa to bez wpisu iptables w firewall.user).

Pozdrawiam

95

(34 odpowiedzi, napisanych Oprogramowanie / Software)

Czyli Panie Cezary ...
1. Konfiguruje z gui sieć wifi nazwijmy to "firma" jako AP.
2. http://openrouter.info/forum/viewtopic. … &t=967

prośba o linki jeśli nie sprawi to problemu także o info na www o podłączeniu do sieci.

96

(34 odpowiedzi, napisanych Oprogramowanie / Software)

Witam

Przed Garygoyle'm stoi router główny który nadaje DHCP w podsieci 192.168.0.1.

Chciałym na Garym zrobić 2x sieć Wifi (routery spięte przewodem np. lan-wan)

1-wsza  "sieć gościnna" która nie dopuści usera do zasobów sieci (udziały, drukarki itp.).Ma za zadanie udostępniać neta oraz musi być montorowana przez usługę w garym "monitor sieci" (www, google). Fajnie bybyło jakby użytkownik po podłączeniu do sieci dostał info o tym że sieć jest monitorowana.

2-ga sieć firmowa czyli do dostęp udziałów, drukarek także w podsieci 192.168.0.1. Bez monitorowania.

Prośba o pomoc w cfg.

Dzięki!!!

97

(6 odpowiedzi, napisanych Oprogramowanie / Software)

mlb - bardzo Ci dziękuję bo moja przeglądarka już miała tyle stron pootwieranych z znakiem, symbolem nowej linii że masakra ale tak to jest na początku jak się człowiek uczy. Dzięki raz jeszcze wielkie. Panu Cezaremu także dziękuję. My nieuki i lenie linuksowe smile

98

(6 odpowiedzi, napisanych Oprogramowanie / Software)

znak nowej lini ... google. Kursy bash'a mi podpowiedziały coś takiego. Przeglądnąłem cfg garygoyle. ale nie widzę znaku więc prośba o podpowiedź.


#debug
option /etc/ppp/options.pptpd
speed 115200
stimeout 10
#localip & remoteip are not needed, ip management is done by pppd
localip 192.168.3.1
remoteip 192.168.3.81-85
/n

/n -znak nowej linii ?

99

(6 odpowiedzi, napisanych Oprogramowanie / Software)

Widzę u siebie błąd w log'u

Apr 12 12:17:53 Gargoyle daemon.err pptpd[2188]: Long config file line ignored.

ale nic nie moge znaleźć na ten temat. hmm

100

(6 odpowiedzi, napisanych Oprogramowanie / Software)

Instalacja PPTP wg poradnika. Moja podsieć 192.168.3.0

Po instalacji  "opkg install pptpd kmod-mppe" i konfiguracji wg poradnika router po uruchomieniu mruga diodą sys cały czas. Vpn nie działa.

/etc/init.d/pptpd start - nie uruchamia usługi - komenda wisi

po restarcie routera przy włączonym autostarcie usługi pptp dioda sys miga

cfg /etc/pp/options.pptpd

#debug
#logfile /tmp/pptp-server.log
auth
name "pptp-server"
lcp-echo-failure 3
lcp-echo-interval 60
default-asyncmap
mtu 1482
mru 1482
nobsdcomp
nodeflate
proxyarp
#nomppc
mppe required,no40,no56,stateless
require-mschap-v2
refuse-chap
refuse-mschap
refuse-eap
refuse-pap
ms-dns 192.168.3.1
#plugin radius.so
#radius-config-file /etc/radius.conf



cfg /etc/pptpd.conf

#debug
option /etc/ppp/options.pptpd
speed 115200
stimeout 10
#localip & remoteip are not needed, ip management is done by pppd
localip 192.168.3.1
remoteip 192.168.3.50-55



logread z włączoną usługą PPTP
------------------------------------------

Jan  1 01:00:38 Gargoyle kern.info kernel: [    0.350000] NET: Registered protocol family 2
Jan  1 01:00:38 Gargoyle kern.notice kernel: [   11.460000] sd 0:0:0:0: [sda] Write Protect is off
Jan  1 01:00:38 Gargoyle kern.debug kernel: [   11.460000] sd 0:0:0:0: [sda] Mode Sense: 03 00 00 00
Jan  1 01:00:38 Gargoyle kern.err kernel: [   11.460000] sd 0:0:0:0: [sda] No Caching mode page present
Jan  1 01:00:38 Gargoyle kern.err kernel: [   11.470000] sd 0:0:0:0: [sda] Assuming drive cache: write through
Jan  1 01:00:38 Gargoyle kern.err kernel: [   11.480000] sd 0:0:0:0: [sda] No Caching mode page present
Jan  1 01:00:38 Gargoyle kern.err kernel: [   11.480000] sd 0:0:0:0: [sda] Assuming drive cache: write through
Jan  1 01:00:38 Gargoyle kern.info kernel: [   12.010000]  sda: sda1 sda2
Jan  1 01:00:38 Gargoyle kern.err kernel: [   12.020000] sd 0:0:0:0: [sda] No Caching mode page present
Jan  1 01:00:39 Gargoyle kern.err kernel: [   12.030000] sd 0:0:0:0: [sda] Assuming drive cache: write through
Jan  1 01:00:39 Gargoyle kern.notice kernel: [   12.030000] sd 0:0:0:0: [sda] Attached SCSI removable disk
Jan  1 01:00:39 Gargoyle kern.info kernel: [   29.930000] EXT4-fs (sda1): recovery complete
Jan  1 01:00:39 Gargoyle kern.info kernel: [   29.940000] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
Jan  1 01:00:39 Gargoyle kern.info kernel: [   30.090000] eth0: link down
Jan  1 01:00:39 Gargoyle kern.info kernel: [   30.720000] Compat-drivers backport release: compat-drivers-2012-09-04-2-gddac993
Jan  1 01:00:39 Gargoyle kern.info kernel: [   30.730000] Backport based on wireless-testing.git master-2012-09-07
Jan  1 01:00:39 Gargoyle kern.info kernel: [   30.730000] compat.git: wireless-testing.git
Jan  1 01:00:39 Gargoyle kern.info kernel: [   30.870000] cfg80211: Calling CRDA to update world regulatory domain
Jan  1 01:00:39 Gargoyle kern.info kernel: [   30.870000] cfg80211: World regulatory domain updated:
Jan  1 01:00:39 Gargoyle kern.info kernel: [   30.880000] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Jan  1 01:00:39 Gargoyle kern.info kernel: [   30.890000] cfg80211:   (2400000 KHz - 2483000 KHz @ 40000 KHz), (N/A, 3000 mBm)
Jan  1 01:00:39 Gargoyle kern.info kernel: [   30.890000] cfg80211:   (5140000 KHz - 5860000 KHz @ 40000 KHz), (N/A, 3000 mBm)
Jan  1 01:00:39 Gargoyle kern.debug kernel: [   31.940000] ath: EEPROM regdomain: 0x0
Jan  1 01:00:39 Gargoyle kern.debug kernel: [   31.940000] ath: EEPROM indicates default country code should be used
Jan  1 01:00:39 Gargoyle kern.debug kernel: [   31.940000] ath: doing EEPROM country->regdmn map search
Jan  1 01:00:39 Gargoyle kern.debug kernel: [   31.940000] ath: country maps to regdmn code: 0x3a
Jan  1 01:00:39 Gargoyle kern.debug kernel: [   31.940000] ath: Country alpha2 being used: US
Jan  1 01:00:39 Gargoyle kern.debug kernel: [   31.940000] ath: Regpair used: 0x3a
Jan  1 01:00:39 Gargoyle kern.debug kernel: [   31.940000] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
Jan  1 01:00:39 Gargoyle kern.debug kernel: [   31.940000] Registered led device: ath9k-phy0
Jan  1 01:00:39 Gargoyle kern.info kernel: [   31.940000] ieee80211 phy0: Atheros AR9340 Rev:0 mem=0xb8100000, irq=47
Jan  1 01:00:39 Gargoyle kern.warn kernel: [   31.950000] PCI: Enabling device 0000:00:00.0 (0000 -> 0002)
Jan  1 01:00:39 Gargoyle kern.debug kernel: [   31.960000] ath: EEPROM regdomain: 0x0
Jan  1 01:00:39 Gargoyle kern.debug kernel: [   31.960000] ath: EEPROM indicates default country code should be used
Jan  1 01:00:39 Gargoyle kern.debug kernel: [   31.960000] ath: doing EEPROM country->regdmn map search
Jan  1 01:00:39 Gargoyle kern.debug kernel: [   31.960000] ath: country maps to regdmn code: 0x3a
Jan  1 01:00:39 Gargoyle kern.debug kernel: [   31.960000] ath: Country alpha2 being used: US
Jan  1 01:00:39 Gargoyle kern.debug kernel: [   31.960000] ath: Regpair used: 0x3a
Jan  1 01:00:39 Gargoyle kern.debug kernel: [   31.970000] ieee80211 phy1: Selected rate control algorithm 'minstrel_ht'
Jan  1 01:00:39 Gargoyle kern.debug kernel: [   31.970000] Registered led device: ath9k-phy1
Jan  1 01:00:39 Gargoyle kern.info kernel: [   31.970000] ieee80211 phy1: Atheros AR9300 Rev:4 mem=0xb0000000, irq=40
Jan  1 01:00:39 Gargoyle kern.info kernel: [   31.980000] cfg80211: Calling CRDA for country: US
Jan  1 01:00:39 Gargoyle kern.info kernel: [   31.980000] cfg80211: Regulatory domain changed to country: US
Jan  1 01:00:39 Gargoyle kern.info kernel: [   31.990000] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Jan  1 01:00:39 Gargoyle kern.info kernel: [   31.990000] cfg80211:   (2400000 KHz - 2483000 KHz @ 40000 KHz), (N/A, 3000 mBm)
Jan  1 01:00:39 Gargoyle kern.info kernel: [   32.000000] cfg80211:   (5140000 KHz - 5860000 KHz @ 40000 KHz), (N/A, 3000 mBm)
Jan  1 01:00:39 Gargoyle kern.info kernel: [   32.200000] RPC: Registered named UNIX socket transport module.
Jan  1 01:00:39 Gargoyle kern.info kernel: [   32.200000] RPC: Registered udp transport module.
Jan  1 01:00:39 Gargoyle kern.info kernel: [   32.210000] RPC: Registered tcp transport module.
Jan  1 01:00:39 Gargoyle kern.info kernel: [   32.210000] RPC: Registered tcp NFSv4.1 backchannel transport module.
Jan  1 01:00:39 Gargoyle kern.info kernel: [   32.650000] PPP generic driver version 2.4.2
Jan  1 01:00:39 Gargoyle kern.info kernel: [   32.770000] tun: Universal TUN/TAP device driver, 1.6
Jan  1 01:00:39 Gargoyle kern.info kernel: [   32.770000] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
Jan  1 01:00:39 Gargoyle kern.info kernel: [   32.790000] PPP MPPE Compression module registered
Jan  1 01:00:39 Gargoyle kern.info kernel: [   32.890000] GRE over IPv4 demultiplexor driver
Jan  1 01:00:39 Gargoyle kern.warn kernel: [   32.980000] ip_gre: Unknown symbol icmpv6_send (err 0)
Jan  1 01:00:39 Gargoyle kern.info kernel: [   33.250000] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
Jan  1 01:00:39 Gargoyle kern.info kernel: [   33.340000] ip_tables: (C) 2000-2006 Netfilter Core Team
Jan  1 01:00:39 Gargoyle kern.info kernel: [   33.660000] NET: Registered protocol family 24
Jan  1 01:00:39 Gargoyle kern.info kernel: [   33.780000] nf_conntrack version 0.5.0 (1979 buckets, 7916 max)
Jan  1 01:00:39 Gargoyle kern.info kernel: [   34.180000] PPTP driver version 0.8.5
Jan  1 01:00:39 Gargoyle kern.info kernel: [   34.790000] xt_time: kernel timezone is -0000
Jan  1 01:00:39 Gargoyle kern.info kernel: [   35.440000]     Hooked IMQ after mangle on PREROUTING
Jan  1 01:00:39 Gargoyle kern.info kernel: [   35.440000]     Hooked IMQ after nat on POSTROUTING
Jan  1 01:00:39 Gargoyle kern.info kernel: [   35.450000] IMQ driver loaded successfully. (numdevs = 2, numqueues = 1)
Jan  1 01:00:39 Gargoyle kern.info kernel: [   35.590000] Netfilter messages via NETLINK v0.30.
Jan  1 01:00:39 Gargoyle kern.notice kernel: [   35.770000] ip_set: protocol 6
Jan  1 01:00:39 Gargoyle kern.info kernel: [   36.250000] usbcore: registered new interface driver cdc_acm
Jan  1 01:00:39 Gargoyle kern.info kernel: [   36.260000] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
Jan  1 01:00:39 Gargoyle kern.info kernel: [   36.380000] usbcore: registered new interface driver usblp
Jan  1 01:00:39 Gargoyle kern.info kernel: [   36.410000] usbcore: registered new interface driver usbserial
Jan  1 01:00:39 Gargoyle kern.info kernel: [   36.420000] USB Serial support registered for generic
Jan  1 01:00:39 Gargoyle kern.info kernel: [   36.420000] usbcore: registered new interface driver usbserial_generic
Jan  1 01:00:39 Gargoyle kern.info kernel: [   36.430000] usbserial: USB Serial Driver core
Jan  1 01:00:39 Gargoyle kern.info kernel: [   36.550000] usbcore: registered new interface driver ums-alauda
Jan  1 01:00:39 Gargoyle kern.info kernel: [   36.570000] usbcore: registered new interface driver ums-cypress
Jan  1 01:00:39 Gargoyle kern.info kernel: [   36.590000] usbcore: registered new interface driver ums-datafab
Jan  1 01:00:39 Gargoyle kern.info kernel: [   36.650000] usbcore: registered new interface driver ums-freecom
Jan  1 01:00:39 Gargoyle kern.info kernel: [   36.670000] usbcore: registered new interface driver ums-isd200
Jan  1 01:00:39 Gargoyle kern.info kernel: [   36.700000] usbcore: registered new interface driver ums-jumpshot
Jan  1 01:00:39 Gargoyle kern.info kernel: [   36.720000] usbcore: registered new interface driver ums-karma
Jan  1 01:00:39 Gargoyle kern.info kernel: [   36.740000] usbcore: registered new interface driver ums-sddr09
Jan  1 01:00:39 Gargoyle kern.info kernel: [   36.760000] usbcore: registered new interface driver ums-sddr55
Jan  1 01:00:39 Gargoyle kern.info kernel: [   36.790000] usbcore: registered new interface driver ums-usbat
Jan  1 01:00:39 Gargoyle kern.info kernel: [   36.860000] usbcore: registered new interface driver cdc_ether
Jan  1 01:00:39 Gargoyle kern.info kernel: [   36.900000] usbcore: registered new interface driver cdc_ncm
Jan  1 01:00:39 Gargoyle kern.info kernel: [   36.980000] USB Serial support registered for GSM modem (1-port)
Jan  1 01:00:39 Gargoyle kern.info kernel: [   36.990000] usbcore: registered new interface driver option
Jan  1 01:00:39 Gargoyle kern.info kernel: [   36.990000] option: v0.7.2:USB Driver for GSM modems
Jan  1 01:00:39 Gargoyle kern.info kernel: [   37.070000] USB Serial support registered for Sierra USB modem
Jan  1 01:00:39 Gargoyle kern.info kernel: [   37.070000] usbcore: registered new interface driver sierra
Jan  1 01:00:39 Gargoyle kern.info kernel: [   37.080000] sierra: v.1.7.16:USB Driver for Sierra Wireless USB modems
Jan  1 01:00:39 Gargoyle kern.info kernel: [   37.190000] fuse init (API version 7.18)
Jan  1 01:00:39 Gargoyle kern.info kernel: [   39.990000] Adding 248496k swap on /dev/sda2.  Priority:-1 extents:1 across:248496k
Jan  1 01:00:41 Gargoyle kern.info kernel: [   41.390000] eth0: link up (1000Mbps/Full duplex)
Jan  1 01:00:42 Gargoyle kern.info kernel: [   42.110000] eth0: link down
Jan  1 01:00:42 Gargoyle kern.info kernel: [   42.120000] device eth0.1 entered promiscuous mode
Jan  1 01:00:42 Gargoyle kern.info kernel: [   42.130000] device eth0 entered promiscuous mode
Jan  1 01:00:42 Gargoyle daemon.notice netifd: Interface 'lan' is now up
Jan  1 01:00:42 Gargoyle daemon.notice netifd: Interface 'loopback' is now up
Jan  1 01:00:42 Gargoyle kern.info kernel: [   42.400000] eth0: link up (1000Mbps/Full duplex)
Jan  1 01:00:42 Gargoyle kern.info kernel: [   42.430000] br-lan: port 1(eth0.1) entered forwarding state
Jan  1 01:00:42 Gargoyle kern.info kernel: [   42.440000] br-lan: port 1(eth0.1) entered forwarding state
Jan  1 01:00:42 Gargoyle daemon.notice netifd: wan (950): udhcpc (v1.19.4) started
Jan  1 01:00:42 Gargoyle daemon.notice netifd: wan (950): Sending discover...
Jan  1 01:00:42 Gargoyle daemon.notice netifd: wan (950): Sending select for 192.168.1.119...
Jan  1 01:00:42 Gargoyle daemon.notice netifd: wan (950): Lease of 192.168.1.119 obtained, lease time 7200
Jan  1 01:00:42 Gargoyle daemon.notice netifd: Interface 'wan' is now up
Jan  1 01:00:43 Gargoyle user.notice ifup: Enabling Router Solicitations on lan (br-lan)
Jan  1 01:00:44 Gargoyle kern.info kernel: [   44.440000] br-lan: port 1(eth0.1) entered forwarding state
Jan  1 01:00:46 Gargoyle user.notice usb-modeswitch: 1-0:1.0: Manufacturer=Linux_3.3.8_ehci_hcd Product=Generic_Platform_EHCI_Controller Serial=ehci-platform
Apr 12 12:00:02 Gargoyle user.notice usb-modeswitch: 1-1:1.0: Manufacturer=? Product=USB2.0_Hub Serial=?
Apr 12 12:00:02 Gargoyle user.info sysinit: Loading defaults
Apr 12 12:00:03 Gargoyle user.info sysinit: Loading synflood protection
Apr 12 12:00:03 Gargoyle user.info sysinit: Adding custom chains
Apr 12 12:00:03 Gargoyle user.notice usb-modeswitch: 1-1.1:1.0: Manufacturer=USB Product=Mass_Storage Serial=12345678
Apr 12 12:00:04 Gargoyle user.info sysinit: Loading zones
Apr 12 12:00:04 Gargoyle user.info sysinit: Loading forwardings
Apr 12 12:00:04 Gargoyle user.info sysinit: Loading rules
Apr 12 12:00:05 Gargoyle user.info sysinit: Loading redirects
Apr 12 12:00:05 Gargoyle user.info sysinit: Loading includes
Apr 12 12:00:06 Gargoyle user.info sysinit: Optimizing conntrack
Apr 12 12:00:06 Gargoyle user.info sysinit: Loading interfaces
Apr 12 12:00:06 Gargoyle user.info firewall: adding lan (br-lan) to zone lan
Apr 12 12:00:08 Gargoyle authpriv.info dropbear[1777]: Running in background
Apr 12 12:00:09 Gargoyle daemon.warn httpd_gargoyle[1823]: started as root without requesting chroot(), warning only
Apr 12 12:00:09 Gargoyle daemon.notice httpd_gargoyle[1823]: httpd_gargoyle/1.0 14mar2008 starting on Gargoyle, port 80
Apr 12 12:00:10 Gargoyle user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Apr 12 12:00:10 Gargoyle user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Apr 12 12:00:11 Gargoyle kern.warn kernel: [   58.260000] head: sending ioctl 540d to a partition!
Apr 12 12:00:11 Gargoyle kern.warn kernel: [   58.260000] head: sending ioctl 540d to a partition!
Apr 12 12:17:50 Gargoyle kern.warn kernel: [   58.660000] head: sending ioctl 540d to a partition!
Apr 12 12:17:50 Gargoyle kern.warn kernel: [   58.660000] head: sending ioctl 540d to a partition!
Apr 12 12:17:52 Gargoyle daemon.info dnsmasq[2162]: started, version 2.62 cachesize 150
Apr 12 12:17:52 Gargoyle daemon.info dnsmasq[2162]: compile time options: IPv6 GNU-getopt no-DBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP no-conntrack
Apr 12 12:17:52 Gargoyle daemon.info dnsmasq-dhcp[2162]: DHCP, IP range 192.168.3.2 -- 192.168.3.99, lease time 12h
Apr 12 12:17:52 Gargoyle daemon.info dnsmasq[2162]: using local addresses only for domain lan
Apr 12 12:17:52 Gargoyle daemon.info dnsmasq[2162]: reading /tmp/resolv.conf.auto
Apr 12 12:17:52 Gargoyle daemon.info dnsmasq[2162]: using nameserver 192.168.1.1#53
Apr 12 12:17:52 Gargoyle daemon.warn dnsmasq[2162]: ignoring nameserver 192.168.3.1 - local interface
Apr 12 12:17:52 Gargoyle daemon.info dnsmasq[2162]: using local addresses only for domain lan
Apr 12 12:17:52 Gargoyle daemon.info dnsmasq[2162]: read /etc/hosts - 2 addresses
Apr 12 12:17:52 Gargoyle daemon.info dnsmasq-dhcp[2162]: read /etc/ethers - 0 addresses
Apr 12 12:17:53 Gargoyle user.err syslog: error starting threads: errno 89 (Function not implemented)
Apr 12 12:17:53 Gargoyle user.info sysinit: exportfs: could not open /var/lib/nfs/.etab.lock for locking: errno 2 (No such file or directory)
Apr 12 12:17:53 Gargoyle user.info sysinit: exportfs: can't lock /var/lib/nfs/etab for writing
Apr 12 12:17:53 Gargoyle user.info sysinit: exportfs: could not open /var/lib/nfs/.xtab.lock for locking: errno 2 (No such file or directory)
Apr 12 12:17:53 Gargoyle user.info sysinit: exportfs: can't lock /var/lib/nfs/xtab for writing
Apr 12 12:17:53 Gargoyle daemon.err pptpd[2188]: Long config file line ignored.
Apr 12 12:18:03 Gargoyle daemon.info dnsmasq-dhcp[2162]: DHCPDISCOVER(br-lan) 192.168.3.3 00:13:8f:4b:c0:5b
Apr 12 12:18:03 Gargoyle daemon.info dnsmasq-dhcp[2162]: DHCPOFFER(br-lan) 192.168.3.3 00:13:8f:4b:c0:5b
Apr 12 12:18:03 Gargoyle daemon.info dnsmasq-dhcp[2162]: DHCPREQUEST(br-lan) 192.168.3.3 00:13:8f:4b:c0:5b
Apr 12 12:18:03 Gargoyle daemon.info dnsmasq-dhcp[2162]: DHCPACK(br-lan) 192.168.3.3 00:13:8f:4b:c0:5b user
Apr 12 12:18:07 Gargoyle authpriv.info dropbear[2381]: Child connection from 192.168.3.3:4351
Apr 12 12:18:08 Gargoyle user.notice ifup: Allowing Router Advertisements on wan (eth0.2)
Apr 12 12:18:10 Gargoyle user.info firewall: adding wan (eth0.2) to zone wan
Apr 12 12:18:16 Gargoyle authpriv.notice dropbear[2381]: Password auth succeeded for 'root' from 192.168.3.3:4351
Apr 12 12:18:16 Gargoyle kern.warn kernel: [   84.750000] ipt_bandwidth: timezone shift of 120 minutes detected, adjusting
Apr 12 12:18:16 Gargoyle kern.warn kernel: [   84.750000]                old minutes west=0, new minutes west=-120
Apr 12 12:18:46 Gargoyle user.notice ifup: Enabling Router Solicitations on loopback (lo)
Success






logread bez usługi PPTP
-------------------------------------

Jan  1 01:00:38 Gargoyle kern.notice kernel: [    2.490000] Bridge firewalling registered
Jan  1 01:00:38 Gargoyle kern.info kernel: [    2.500000] Ebtables v2.0 registered
Jan  1 01:00:38 Gargoyle kern.info kernel: [    2.500000] 8021q: 802.1Q VLAN Support v1.8
Jan  1 01:00:38 Gargoyle kern.info kernel: [    2.510000] VFS: Mounted root (squashfs filesystem) readonly on device 31:2.
Jan  1 01:00:38 Gargoyle kern.info kernel: [    2.520000] Freeing unused kernel memory: 216k freed
Jan  1 01:00:38 Gargoyle kern.debug kernel: [    4.600000] Registered led device: tp-link:blue:qss
Jan  1 01:00:38 Gargoyle kern.debug kernel: [    4.600000] Registered led device: tp-link:blue:system
Jan  1 01:00:38 Gargoyle kern.debug kernel: [    4.600000] Registered led device: tp-link:green:usb1
Jan  1 01:00:38 Gargoyle kern.debug kernel: [    4.600000] Registered led device: tp-link:green:usb2
Jan  1 01:00:38 Gargoyle kern.debug kernel: [    4.610000] Registered led device: tp-link:blue:wlan2g
Jan  1 01:00:38 Gargoyle kern.info kernel: [    6.480000] eth0: link up (1000Mbps/Full duplex)
Jan  1 01:00:38 Gargoyle kern.notice kernel: [    7.880000] JFFS2 notice: (490) jffs2_build_xattr_subsystem: complete building xattr subsystem, 1 of xdatum (1 unchecked, 0 orphan) and 77 of xref (0 dead, 57 orphan) found.
Jan  1 01:00:38 Gargoyle kern.notice kernel: [    8.570000] SCSI subsystem initialized
Jan  1 01:00:38 Gargoyle kern.info kernel: [    8.760000] usbcore: registered new interface driver usbfs
Jan  1 01:00:38 Gargoyle kern.info kernel: [    8.760000] usbcore: registered new interface driver hub
Jan  1 01:00:38 Gargoyle kern.info kernel: [    8.770000] usbcore: registered new device driver usb
Jan  1 01:00:38 Gargoyle kern.info kernel: [    9.280000] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Jan  1 01:00:38 Gargoyle kern.info kernel: [    9.290000] ehci-platform ehci-platform: Generic Platform EHCI Controller
Jan  1 01:00:38 Gargoyle kern.info kernel: [    9.290000] ehci-platform ehci-platform: new USB bus registered, assigned bus number 1
Jan  1 01:00:38 Gargoyle kern.info kernel: [    9.330000] ehci-platform ehci-platform: irq 3, io mem 0x1b000000
Jan  1 01:00:38 Gargoyle kern.info kernel: [    9.350000] ehci-platform ehci-platform: USB 2.0 started, EHCI 1.00
Jan  1 01:00:38 Gargoyle kern.info kernel: [    9.350000] hub 1-0:1.0: USB hub found
Jan  1 01:00:38 Gargoyle kern.info kernel: [    9.360000] hub 1-0:1.0: 1 port detected
Jan  1 01:00:38 Gargoyle kern.info kernel: [    9.410000] Initializing USB Mass Storage driver...
Jan  1 01:00:38 Gargoyle kern.info kernel: [    9.410000] usbcore: registered new interface driver usb-storage
Jan  1 01:00:38 Gargoyle kern.info kernel: [    9.420000] USB Mass Storage support registered.
Jan  1 01:00:38 Gargoyle kern.info kernel: [    9.680000] usb 1-1: new high-speed USB device number 2 using ehci-platform
Jan  1 01:00:38 Gargoyle kern.info kernel: [    9.830000] hub 1-1:1.0: USB hub found
Jan  1 01:00:38 Gargoyle kern.info kernel: [    9.830000] hub 1-1:1.0: 4 ports detected
Jan  1 01:00:38 Gargoyle kern.info kernel: [   10.120000] usb 1-1.1: new high-speed USB device number 3 using ehci-platform
Jan  1 01:00:38 Gargoyle kern.info kernel: [   10.430000] scsi0 : usb-storage 1-1.1:1.0
Jan  1 01:00:38 Gargoyle kern.notice kernel: [   11.430000] scsi 0:0:0:0: Direct-Access     USB      USB 2.0 Flash    8.07 PQ: 0 ANSI: 2
Jan  1 01:00:38 Gargoyle kern.notice kernel: [   11.440000] sd 0:0:0:0: [sda] 2058240 512-byte logical blocks: (1.05 GB/1005 MiB)
Jan  1 01:00:38 Gargoyle kern.notice kernel: [   11.450000] sd 0:0:0:0: [sda] Write Protect is off
Jan  1 01:00:38 Gargoyle kern.debug kernel: [   11.450000] sd 0:0:0:0: [sda] Mode Sense: 03 00 00 00
Jan  1 01:00:38 Gargoyle kern.err kernel: [   11.450000] sd 0:0:0:0: [sda] No Caching mode page present
Jan  1 01:00:38 Gargoyle kern.err kernel: [   11.460000] sd 0:0:0:0: [sda] Assuming drive cache: write through
Jan  1 01:00:38 Gargoyle kern.err kernel: [   11.470000] sd 0:0:0:0: [sda] No Caching mode page present
Jan  1 01:00:38 Gargoyle kern.err kernel: [   11.480000] sd 0:0:0:0: [sda] Assuming drive cache: write through
Jan  1 01:00:38 Gargoyle kern.info kernel: [   11.990000]  sda: sda1 sda2
Jan  1 01:00:38 Gargoyle kern.err kernel: [   12.000000] sd 0:0:0:0: [sda] No Caching mode page present
Jan  1 01:00:38 Gargoyle kern.err kernel: [   12.000000] sd 0:0:0:0: [sda] Assuming drive cache: write through
Jan  1 01:00:38 Gargoyle kern.notice kernel: [   12.010000] sd 0:0:0:0: [sda] Attached SCSI removable disk
Jan  1 01:00:38 Gargoyle kern.info kernel: [   29.920000] EXT4-fs (sda1): recovery complete
Jan  1 01:00:38 Gargoyle kern.info kernel: [   29.930000] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
Jan  1 01:00:38 Gargoyle kern.info kernel: [   30.080000] eth0: link down
Jan  1 01:00:38 Gargoyle kern.info kernel: [   30.720000] Compat-drivers backport release: compat-drivers-2012-09-04-2-gddac993
Jan  1 01:00:38 Gargoyle kern.info kernel: [   30.730000] Backport based on wireless-testing.git master-2012-09-07
Jan  1 01:00:38 Gargoyle kern.info kernel: [   30.730000] compat.git: wireless-testing.git
Jan  1 01:00:38 Gargoyle kern.info kernel: [   30.860000] cfg80211: Calling CRDA to update world regulatory domain
Jan  1 01:00:38 Gargoyle kern.info kernel: [   30.870000] cfg80211: World regulatory domain updated:
Jan  1 01:00:38 Gargoyle kern.info kernel: [   30.870000] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Jan  1 01:00:38 Gargoyle kern.info kernel: [   30.880000] cfg80211:   (2400000 KHz - 2483000 KHz @ 40000 KHz), (N/A, 3000 mBm)
Jan  1 01:00:38 Gargoyle kern.info kernel: [   30.890000] cfg80211:   (5140000 KHz - 5860000 KHz @ 40000 KHz), (N/A, 3000 mBm)
Jan  1 01:00:38 Gargoyle kern.debug kernel: [   31.940000] ath: EEPROM regdomain: 0x0
Jan  1 01:00:38 Gargoyle kern.debug kernel: [   31.940000] ath: EEPROM indicates default country code should be used
Jan  1 01:00:38 Gargoyle kern.debug kernel: [   31.940000] ath: doing EEPROM country->regdmn map search
Jan  1 01:00:38 Gargoyle kern.debug kernel: [   31.940000] ath: country maps to regdmn code: 0x3a
Jan  1 01:00:38 Gargoyle kern.debug kernel: [   31.940000] ath: Country alpha2 being used: US
Jan  1 01:00:38 Gargoyle kern.debug kernel: [   31.940000] ath: Regpair used: 0x3a
Jan  1 01:00:38 Gargoyle kern.debug kernel: [   31.940000] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
Jan  1 01:00:38 Gargoyle kern.debug kernel: [   31.940000] Registered led device: ath9k-phy0
Jan  1 01:00:38 Gargoyle kern.info kernel: [   31.940000] ieee80211 phy0: Atheros AR9340 Rev:0 mem=0xb8100000, irq=47
Jan  1 01:00:38 Gargoyle kern.warn kernel: [   31.950000] PCI: Enabling device 0000:00:00.0 (0000 -> 0002)
Jan  1 01:00:38 Gargoyle kern.debug kernel: [   31.960000] ath: EEPROM regdomain: 0x0
Jan  1 01:00:38 Gargoyle kern.debug kernel: [   31.960000] ath: EEPROM indicates default country code should be used
Jan  1 01:00:38 Gargoyle kern.debug kernel: [   31.960000] ath: doing EEPROM country->regdmn map search
Jan  1 01:00:38 Gargoyle kern.debug kernel: [   31.960000] ath: country maps to regdmn code: 0x3a
Jan  1 01:00:38 Gargoyle kern.debug kernel: [   31.960000] ath: Country alpha2 being used: US
Jan  1 01:00:38 Gargoyle kern.debug kernel: [   31.960000] ath: Regpair used: 0x3a
Jan  1 01:00:38 Gargoyle kern.debug kernel: [   31.960000] ieee80211 phy1: Selected rate control algorithm 'minstrel_ht'
Jan  1 01:00:38 Gargoyle kern.debug kernel: [   31.960000] Registered led device: ath9k-phy1
Jan  1 01:00:38 Gargoyle kern.info kernel: [   31.960000] ieee80211 phy1: Atheros AR9300 Rev:4 mem=0xb0000000, irq=40
Jan  1 01:00:38 Gargoyle kern.info kernel: [   31.970000] cfg80211: Calling CRDA for country: US
Jan  1 01:00:38 Gargoyle kern.info kernel: [   31.980000] cfg80211: Regulatory domain changed to country: US
Jan  1 01:00:38 Gargoyle kern.info kernel: [   31.980000] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Jan  1 01:00:38 Gargoyle kern.info kernel: [   31.990000] cfg80211:   (2400000 KHz - 2483000 KHz @ 40000 KHz), (N/A, 3000 mBm)
Jan  1 01:00:38 Gargoyle kern.info kernel: [   32.000000] cfg80211:   (5140000 KHz - 5860000 KHz @ 40000 KHz), (N/A, 3000 mBm)
Jan  1 01:00:38 Gargoyle kern.info kernel: [   32.200000] RPC: Registered named UNIX socket transport module.
Jan  1 01:00:38 Gargoyle kern.info kernel: [   32.200000] RPC: Registered udp transport module.
Jan  1 01:00:38 Gargoyle kern.info kernel: [   32.210000] RPC: Registered tcp transport module.
Jan  1 01:00:38 Gargoyle kern.info kernel: [   32.210000] RPC: Registered tcp NFSv4.1 backchannel transport module.
Jan  1 01:00:38 Gargoyle kern.info kernel: [   32.650000] PPP generic driver version 2.4.2
Jan  1 01:00:38 Gargoyle kern.info kernel: [   32.770000] tun: Universal TUN/TAP device driver, 1.6
Jan  1 01:00:38 Gargoyle kern.info kernel: [   32.770000] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
Jan  1 01:00:38 Gargoyle kern.info kernel: [   32.800000] PPP MPPE Compression module registered
Jan  1 01:00:38 Gargoyle kern.info kernel: [   32.890000] GRE over IPv4 demultiplexor driver
Jan  1 01:00:38 Gargoyle kern.warn kernel: [   32.980000] ip_gre: Unknown symbol icmpv6_send (err 0)
Jan  1 01:00:40 Gargoyle kern.info kernel: [   40.000000] Adding 248496k swap on /dev/sda2.  Priority:-1 extents:1 across:248496k
Jan  1 01:00:41 Gargoyle kern.info kernel: [   41.640000] eth0: link up (1000Mbps/Full duplex)
Jan  1 01:00:42 Gargoyle kern.info kernel: [   42.240000] eth0: link down
Jan  1 01:00:42 Gargoyle kern.info kernel: [   42.250000] device eth0.1 entered promiscuous mode
Jan  1 01:00:42 Gargoyle kern.info kernel: [   42.250000] device eth0 entered promiscuous mode
Jan  1 01:00:42 Gargoyle daemon.notice netifd: Interface 'lan' is now up
Jan  1 01:00:42 Gargoyle daemon.notice netifd: Interface 'loopback' is now up
Jan  1 01:00:42 Gargoyle daemon.notice netifd: wan (948): udhcpc (v1.19.4) started
Jan  1 01:00:42 Gargoyle kern.info kernel: [   42.640000] eth0: link up (1000Mbps/Full duplex)
Jan  1 01:00:42 Gargoyle kern.info kernel: [   42.660000] br-lan: port 1(eth0.1) entered forwarding state
Jan  1 01:00:42 Gargoyle kern.info kernel: [   42.660000] br-lan: port 1(eth0.1) entered forwarding state
Jan  1 01:00:42 Gargoyle daemon.notice netifd: wan (948): Sending discover...
Jan  1 01:00:42 Gargoyle daemon.notice netifd: wan (948): Sending select for 192.168.1.119...
Jan  1 01:00:42 Gargoyle daemon.notice netifd: wan (948): Lease of 192.168.1.119 obtained, lease time 7200
Jan  1 01:00:42 Gargoyle daemon.notice netifd: Interface 'wan' is now up
Jan  1 01:00:43 Gargoyle user.notice ifup: Enabling Router Solicitations on lan (br-lan)
Jan  1 01:00:44 Gargoyle kern.info kernel: [   44.660000] br-lan: port 1(eth0.1) entered forwarding state
Jan  1 01:00:46 Gargoyle user.notice usb-modeswitch: 1-0:1.0: Manufacturer=Linux_3.3.8_ehci_hcd Product=Generic_Platform_EHCI_Controller Serial=ehci-platform
Apr 12 12:27:56 Gargoyle user.info sysinit: Loading defaults
Apr 12 12:27:57 Gargoyle user.info sysinit: Loading synflood protection
Apr 12 12:27:57 Gargoyle user.notice usb-modeswitch: 1-1:1.0: Manufacturer=? Product=USB2.0_Hub Serial=?
Apr 12 12:27:57 Gargoyle user.info sysinit: Adding custom chains
Apr 12 12:27:57 Gargoyle user.notice usb-modeswitch: 1-1.1:1.0: Manufacturer=USB Product=Mass_Storage Serial=12345678
Apr 12 12:27:57 Gargoyle user.info sysinit: Loading zones
Apr 12 12:27:58 Gargoyle user.info sysinit: Loading forwardings
Apr 12 12:27:59 Gargoyle user.info sysinit: Loading rules
Apr 12 12:27:59 Gargoyle user.info sysinit: Loading redirects
Apr 12 12:27:59 Gargoyle user.info sysinit: Loading includes
Apr 12 12:28:00 Gargoyle user.info sysinit: Optimizing conntrack
Apr 12 12:28:00 Gargoyle user.info sysinit: Loading interfaces
Apr 12 12:28:00 Gargoyle user.info firewall: adding lan (br-lan) to zone lan
Apr 12 12:28:03 Gargoyle authpriv.info dropbear[1797]: Running in background
Apr 12 12:28:03 Gargoyle daemon.warn httpd_gargoyle[1851]: started as root without requesting chroot(), warning only
Apr 12 12:28:03 Gargoyle daemon.notice httpd_gargoyle[1851]: httpd_gargoyle/1.0 14mar2008 starting on Gargoyle, port 80
Apr 12 12:28:05 Gargoyle user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Apr 12 12:28:05 Gargoyle user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Apr 12 12:28:05 Gargoyle kern.warn kernel: [   58.120000] head: sending ioctl 540d to a partition!
Apr 12 12:28:05 Gargoyle kern.warn kernel: [   58.130000] head: sending ioctl 540d to a partition!
Apr 12 12:28:06 Gargoyle kern.warn kernel: [   58.530000] head: sending ioctl 540d to a partition!
Apr 12 12:28:06 Gargoyle kern.warn kernel: [   58.530000] head: sending ioctl 540d to a partition!
Apr 12 12:28:08 Gargoyle daemon.info dnsmasq[2162]: started, version 2.62 cachesize 150
Apr 12 12:28:08 Gargoyle daemon.info dnsmasq[2162]: compile time options: IPv6 GNU-getopt no-DBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP no-conntrack
Apr 12 12:28:08 Gargoyle daemon.info dnsmasq-dhcp[2162]: DHCP, IP range 192.168.3.2 -- 192.168.3.99, lease time 12h
Apr 12 12:28:08 Gargoyle daemon.info dnsmasq[2162]: using local addresses only for domain lan
Apr 12 12:28:08 Gargoyle daemon.info dnsmasq[2162]: reading /tmp/resolv.conf.auto
Apr 12 12:28:08 Gargoyle daemon.info dnsmasq[2162]: using nameserver 192.168.1.1#53
Apr 12 12:28:08 Gargoyle daemon.info dnsmasq[2162]: using nameserver 8.8.8.8#53
Apr 12 12:28:08 Gargoyle daemon.info dnsmasq[2162]: using nameserver 192.168.1.1#53
Apr 12 12:28:08 Gargoyle daemon.info dnsmasq[2162]: using nameserver 8.8.8.8#53
Apr 12 12:28:08 Gargoyle daemon.info dnsmasq[2162]: using local addresses only for domain lan
Apr 12 12:28:08 Gargoyle daemon.info dnsmasq[2162]: read /etc/hosts - 2 addresses
Apr 12 12:28:08 Gargoyle daemon.info dnsmasq-dhcp[2162]: read /etc/ethers - 0 addresses
Apr 12 12:28:08 Gargoyle user.err syslog: error starting threads: errno 89 (Function not implemented)
Apr 12 12:28:09 Gargoyle user.info sysinit: exportfs: could not open /var/lib/nfs/.etab.lock for locking: errno 2 (No such file or directory)
Apr 12 12:28:09 Gargoyle user.info sysinit: exportfs: can't lock /var/lib/nfs/etab for writing
Apr 12 12:28:09 Gargoyle user.info sysinit: exportfs: could not open /var/lib/nfs/.xtab.lock for locking: errno 2 (No such file or directory)
Apr 12 12:28:09 Gargoyle user.info sysinit: exportfs: can't lock /var/lib/nfs/xtab for writing
Apr 12 12:28:09 Gargoyle user.info sysinit: ERROR: No valid dynamic DNS service configurations defined
Apr 12 12:28:09 Gargoyle user.info sysinit: (Did you specify correct configuration file path?)
Apr 12 12:28:09 Gargoyle user.info sysinit: setting up led USB1
Apr 12 12:28:09 Gargoyle user.info sysinit: setting up led USB2
Apr 12 12:28:09 Gargoyle user.info sysinit: setting up led WLAN2G
Apr 12 12:28:16 Gargoyle daemon.info dnsmasq-dhcp[2162]: DHCPDISCOVER(br-lan) 192.168.3.3 00:13:8f:4b:c0:5b
Apr 12 12:28:16 Gargoyle daemon.info dnsmasq-dhcp[2162]: DHCPOFFER(br-lan) 192.168.3.3 00:13:8f:4b:c0:5b
Apr 12 12:28:16 Gargoyle daemon.info dnsmasq-dhcp[2162]: DHCPREQUEST(br-lan) 192.168.3.3 00:13:8f:4b:c0:5b
Apr 12 12:28:16 Gargoyle daemon.info dnsmasq-dhcp[2162]: DHCPACK(br-lan) 192.168.3.3 00:13:8f:4b:c0:5b user
Apr 12 12:28:23 Gargoyle user.notice ifup: Allowing Router Advertisements on wan (eth0.2)
Apr 12 12:28:23 Gargoyle user.info firewall: adding wan (eth0.2) to zone wan
Apr 12 12:28:28 Gargoyle kern.warn kernel: [   80.940000] ipt_bandwidth: timezone shift of 120 minutes detected, adjusting
Apr 12 12:28:28 Gargoyle kern.warn kernel: [   80.950000]                old minutes west=0, new minutes west=-120
Apr 12 12:37:52 Gargoyle user.notice ifup: Enabling Router Solicitations on loopback (lo)
Apr 12 12:39:04 Gargoyle authpriv.info dropbear[3014]: Child connection from 192.168.3.3:4648
Apr 12 12:39:10 Gargoyle authpriv.notice dropbear[3014]: Password auth succeeded for 'root' from 192.168.3.3:4648
Success



prośba o porade?