Keresés

Új hozzászólás Aktív témák

  • L0CK3

    csendes tag

    Helló mindenki!

    Szeretnék egy kis segítséget kérni tőletek.
    /config/firewall-ban készítettem rule-okat transmission-nek, webui-jának, amit átraktam 80-as portra, mert suliból csak az van kiengedve, lucit pedig átraktam egy másik portra (ehhez is adtam hozzá rule-t). Namármost a bekonfigurált luci-ddns-sel csak a 80-as porton lévő transmission-t érem el, más portra ezt dobja: Rejected request from RFC1918 IP to public server address.

    Mi lehet a hiba?

    ..trying to make the best of, it's absurd..

  • Speeedfire

    nagyúr

    válasz L0CK3 #10111 üzenetére

    Ha már nem akkor a /etc/config/uhttpd fájlban az option rfc1918_filter 1-et áttírtsd át 0-ra. De lehet van rá más megoldás is, nekem ez jutott most eszembe.

    Fotóim https://fb.com/toth.szabolcs.art || IG: http://instagram.com/_tothszabolcs_ || Weblapom http://szabolcs-toth.com

  • Csuki

    csendes tag

    válasz vargalex #11398 üzenetére

    Sziasztok, Szia Alex,

    A cookie törlés segített, A "sysauth" nevű cookie bejegyzést töröltem és minden frankó a menüvel. De most a WAN romlik el állandóan.

    Konfig beállítások megtartása mellett, ha frissítem általad készített firmware-rel a routert, akkor nincs Internet.
    Ha visszaállítom (szintén konfig marad) az OpenWrt Backfire 10.03-at, akkor meg van Internet.

    A logban ennyi találtam erről:
    Mar 27 04:09:13 KBASE user.info firewall: adding lan (br-lan) to zone lan
    Mar 27 04:09:14 KBASE authpriv.info dropbear[1161]: Running in background
    Mar 27 04:09:14 KBASE daemon.info pppd[632]: PPP session is 458
    Mar 27 04:09:14 KBASE daemon.info pppd[632]: Using interface pppoe-wan
    Mar 27 04:09:14 KBASE daemon.notice pppd[632]: Connect: pppoe-wan <--> eth0.2
    Mar 27 04:09:16 KBASE user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
    Mar 27 04:09:17 KBASE daemon.notice pppd[632]: PAP authentication succeeded
    Mar 27 04:09:17 KBASE daemon.notice pppd[632]: peer from calling number 00:21:5E:4D:8E:DE authorized
    Mar 27 04:09:17 KBASE daemon.err pppd[632]: default route ioctl(SIOCADDRT): No such process
    Mar 27 04:09:17 KBASE daemon.notice pppd[632]: local IP address 94.21.*.*
    Mar 27 04:09:17 KBASE daemon.notice pppd[632]: remote IP address 10.0.0.1
    Mar 27 04:09:17 KBASE daemon.notice pppd[632]: primary DNS address 193.110.*.*
    Mar 27 04:09:17 KBASE daemon.notice pppd[632]: secondary DNS address 193.110.*.*
    Mar 27 04:09:18 KBASE user.notice ifup: Enabling Router Solicitations on wan (pppoe-wan)

    Nem lehet, hogy a tűzfalszabályok nem teljesen jók az általad készített firmware-ben?
    Csak mert a local IP 94-es, a remote pedig 10-es. Nem fordítva kell, hogy álljon?

    Üdv,
    Csuki

    ps.: most az openwrt-es firmware-el nyomon. Naponta 5x frissítem a routert. :W
    Kezdek belejönni. ;) (a CV-be azért ezt nem írom le) :Y

  • ErosenZold

    senior tag

    válasz Intruder2k5 #11964 üzenetére

    Hát, nem egészen így gondoltam, mert én mindig :

    Rejected request from RFC1918 IP to public server address

    hibát kapok, amikor megcsináltam, meg most is

    Eladó "gamer" pc + monitor olcsón! http://href.hu/x/g6jk

  • ErosenZold

    senior tag

    DynDns beállítása után miért kapok a saját címemre:

    Rejected request from RFC1918 IP to public server address

    hibát?

    Eladó "gamer" pc + monitor olcsón! http://href.hu/x/g6jk

  • vargalex

    Topikgazda

    válasz ErosenZold #11986 üzenetére

    Hi!

    Valószínűleg azért, mert belső hálóról próbálod külső címmel, és az uhttpd-d úgy van config-olva, hogy ne engedje. A /etc/config/uhttpd.conf-ban az rfc1918_filter értékét állítsd 0-ra.

    Alex

  • Celtis

    veterán

    válasz vargalex #12195 üzenetére

    Megnéztem a backupot. Van benne /etc/config/uhttpd. Ez a tartalma:

    # Server configuration
    config uhttpd main

    # HTTP listen addresses, multiple allowed
    list listen_http 0.0.0.0:80
    # list listen_http [::]:80

    # HTTPS listen addresses, multiple allowed
    list listen_https 0.0.0.0:443
    # list listen_https [::]:443

    # Server document root
    option home /www

    # Reject requests from RFC1918 IP addresses
    # directed to the servers public IP(s).
    # This is a DNS rebinding countermeasure.
    option rfc1918_filter 1

    # Certificate and private key for HTTPS.
    # If no listen_https addresses are given,
    # the key options are ignored.
    option cert /etc/uhttpd.crt
    option key /etc/uhttpd.key

    # CGI url prefix, will be searched in docroot.
    # Default is /cgi-bin
    option cgi_prefix /cgi-bin

    # List of extension->interpreter mappings.
    # Files with an associated interpreter can
    # be called outside of the CGI prefix and do
    # not need to be executable.
    # list interpreter ".php=/usr/bin/php-cgi"
    # list interpreter ".cgi=/usr/bin/perl"

    # Lua url prefix and handler script.
    # Lua support is disabled if no prefix given.
    # option lua_prefix /luci
    # option lua_handler /usr/lib/lua/luci/sgi/uhttpd.lua

    # CGI/Lua timeout, if the called script does not
    # write data within the given amount of seconds,
    # the server will terminate the request with
    # 504 Gateway Timeout response.
    option script_timeout 60

    # Network timeout, if the current connection is
    # blocked for the specified amount of seconds,
    # the server will terminate the associated
    # request process.
    option network_timeout 30

    # TCP Keep-Alive, send periodic keep-alive probes
    # over established connections to detect dead peers.
    # The value is given in seconds to specify the
    # interval between subsequent probes.
    # Setting this to 0 will disable TCP keep-alive.
    option tcp_keepalive 1

    # Basic auth realm, defaults to local hostname
    option realm OpenWrt

    # Configuration file in busybox httpd format
    # option config /etc/httpd.conf


    # Certificate defaults for px5g key generator
    config cert px5g

    # Validity time
    option days 730

    # RSA key size
    option bits 1024

    # Location
    option country HU
    option state Budapest
    option location Budapest

    # Common name
    option commonname OpenWrt

    config uhttpd vargalex
    list listen_http 0.0.0.0:8081
    option home /www_vargalex
    option cgi_prefix /cgi-bin
    option script_timeout 600

    [ Szerkesztve ]

  • twingos

    tag

    válasz vargalex #12261 üzenetére

    Szia Gábor

    Felraktam az fw-t,hááááááááááááááát le a kalappal.Minden a helyén van és nagyon rendezett és átlátható minden.
    3 dolog lenne mégis :
    - HDD idle (nincs benne ,de feltettem ,mert nem rossz dolog)
    - Magyar nyelv (nem tudom mennyi értelme van,de hátha mégis)
    - saját böngészőből is meg lehessen nyitni a dyndns-t ( /etc/config/uhttpd és itt átírni a option rfc1918_filter 1 ről 0-ra) elvileg

    Nagyon köszönöm eddigi munkádat és segítségedet

    üdv

    www.pc2car.hu - Számítógép az autóba

  • Begi

    senior tag

    válasz Begi #13121 üzenetére

    Tudna valaki segiteni dyndns-ben?
    Beállitottam, regeltem, elvileg minden okés. Tűzfalon engedélyeztem a 80-as portot. De valamiért nem működik. Beirom a böngészőbe hogy xxxx.dyndns-home.com és ezt kapom: Rejected request from RFC1918 IP to public server address

    Pingelni tudom.

    Előre is köszi!

    ui.: A samba sajna még nem oldódott meg.

    [ Szerkesztve ]

  • Mardel

    őstag

    válasz vargalex #15191 üzenetére

    Ezen leiras szerint mentem de lehet hogy ez már elavult és a time.kfki.hu már az RFC 2030 protokollt sem támogatja.

    Az iptablesre meg csak találtam azt a port engedélyezést nem magam reszeltem hozzá, mert siettem.

    De a lényegen nem változtat TP Link gyári firmwarén is time.kfki.hu-t adtam meg csak ott az IP cimét (148.6.0.1). Frissitésnél 1 órával késett mint amennyi volt a pontos idő. Csak akkor volt jó, ha bekapcsoltam routeren a nyári időszámitást. Tehát szerintem nálatok se ntpvel megy, hanem rdate-el frissiti az időt.

    [ Szerkesztve ]

    Ennél többet nem kell tudni. Csak azt, hogy a víz nedves és kék az ég. Meg hogy a vérapó mindig a helyén van és egyre erősebb.

  • Tamy

    senior tag

    Maradt még pár megoldatlan feladat OpenWRT alatt:

    1./ WOL progit keresek Luci alá. Próbáltam a Wol csomagot, és az Etherwake-et is, de ha jól értem ezek SSH-n keresztül mennének. Olyan, ami beépül a Luci menürendszerébe mi van?

    2./ Dyndns beállítást megcsináltam, de nem érem el kívülről (IP címmel sem), szerkesztettem az uhttpd fájlt, sikeresen megváltoztattam benne a portot, viszont ez a rész nálam nincs benne: "option rfc1918_filter 0"

    3./ Forgalomfigyelő alkalmazást keresnék szintén Luci alá. Nem annyira adatmennyiségekre lennék kíváncsi, inkább arra, hogy melyik gép melyik porton keresztül milyen webcímre (tehát nem ip-re) próbál kapcsolódni. Linuxon láttam ilyent, gondolom OpenWRT alatt is megvalósítható.

    4./ Jó lenne egy parancssor Luci alá, ahonnét egyszerű műveletek (pl. pingelés) végrehajthatóak lennének.

    5./ Jelenleg ez a legfőbb problémám még mindig: Router újraindítása közben ha be van dugva a modem a wan portba nem indul el normálisan. Madzagon kapcsolódva hozzá se net, se ping, se putty, se webfelület. Wifi-n keresztül viszont van net (a többit most nem tudom kipróbálni). Ha kihúzott modemmel indítom újra (és miután elindult visszadugom), akkor minden rendben. Ez érdekelne leginkább.

    Egész életemben azon gondolkodtam, hogy kéne valamit dolgoznom. Ezért aztán a végén nem is maradt rá időm.

  • PistiSan

    addikt

    válasz Tamy #18017 üzenetére

    Szia, örülök hogy valaki olvasgatja a leírásaim ^^ a kép több mint gyanús...

    1.
    Wolra ezeket ajánlom, működik és luci alól lehet ébreszteni távolról!
    opkg update && opkg install luci-app-wol etherwake
    rm /var/luci-indexcache

    Ha ezeket megcsináltad akkor a network fülön megjelenik a wake on lan, kiválasztod melyik gépet akarod éleszteni és hajrá :)

    2. Ott van az a "option rfc1918_filter" amíg azt nem írod át nem éred el a külső címről a lucit, bár itt vargalex megoldását jobbnak látom, majd arról is írok egy pár soros szösszenetet ha időm engedi.
    Ha átírtad ne felejtsd el újra indítani az uhttpd szolgáltatást.

    3.
    Passzolom a kérdés.

    4.
    Luci alól alapból lehet ilyeneket csinálni, network fülön a Diagnostics-ban találod meg ezeket.

    5.
    Ilyen hibáról még nem hallottam itt, ötletem sincs.

  • fourstar

    csendes tag

    válasz vargalex #18236 üzenetére

    Hello

    Először megprobálok az nfs-re összpontosítani mivel a tvnek a Samba ugyis kevés lesz.
    Nfs-kernel-server csomag installálva, nfsd fut (root), usr/sbin/portmap fut (nobody). etc/config/firewall hoz hozzáadtam 2 bejegyzést :
    config 'rule'
    option 'target' 'ACCEPT'
    option '_name' 'Portmap'
    option 'src' 'wan'
    option 'proto' 'tcpudp'
    oprion 'dest_port' '111'

    config 'rule'
    option 'target' 'ACCEPT'
    option '_name' 'nfsd'
    option 'src' 'wan'
    option 'proto' 'tcpudp'
    option 'dest_port' '32777:32800'
    az etc/exports file tartalma:
    /mnt/HDD2 *(ro,all_squash,insecure,sync,subtree_check)

    lgmod nfs mountja:
    192.168.1.1/mnt/HDD2/ /mnt/usb1/Drive1/nfs nfs yes nolock Unmounted

    OK, ezeket állítottam be és így nem mountolja a tv a 1043-hoz csatolt vinyo 2. ext4 particioját.
    A tv-n megy a 3 modul ami az nfs-hez kell. Mi lehet a gond ??
    A routert rebootoltam ez a log file:

    Nov 8 07:45:00 OpenWrt kern.notice kernel: Searching for RedBoot partition table in spi0.0 at offset 0x7e0000
    Nov 8 07:45:00 OpenWrt kern.notice kernel: Searching for RedBoot partition table in spi0.0 at offset 0x7f0000
    Nov 8 07:45:00 OpenWrt kern.notice kernel: No RedBoot partition table detected in spi0.0
    Nov 8 07:45:00 OpenWrt kern.notice kernel: spi0.0: no WRT160NL signature found
    Nov 8 07:45:00 OpenWrt kern.notice kernel: Creating 5 MTD partitions on "spi0.0":
    Nov 8 07:45:00 OpenWrt kern.notice kernel: 0x000000000000-0x000000020000 : "u-boot"
    Nov 8 07:45:00 OpenWrt kern.notice kernel: 0x000000020000-0x000000160000 : "kernel"
    Nov 8 07:45:00 OpenWrt kern.notice kernel: 0x000000160000-0x0000007f0000 : "rootfs"
    Nov 8 07:45:00 OpenWrt kern.notice kernel: mtd: partition "rootfs" set to be root filesystem
    Nov 8 07:45:00 OpenWrt kern.info kernel: mtd: partition "rootfs_data" created automatically, ofs=720000, len=D0000
    Nov 8 07:45:00 OpenWrt kern.notice kernel: 0x000000720000-0x0000007f0000 : "rootfs_data"
    Nov 8 07:45:00 OpenWrt kern.notice kernel: 0x0000007f0000-0x000000800000 : "art"
    Nov 8 07:45:00 OpenWrt kern.notice kernel: 0x000000020000-0x0000007f0000 : "firmware"
    Nov 8 07:45:00 OpenWrt kern.notice kernel: Realtek RTL8366RB ethernet switch driver version 0.2.3
    Nov 8 07:45:00 OpenWrt kern.info kernel: rtl8366rb rtl8366rb: using GPIO pins 18 (SDA) and 19 (SCK)
    Nov 8 07:45:00 OpenWrt kern.info kernel: rtl8366rb rtl8366rb: RTL5937 ver. 3 chip found
    Nov 8 07:45:00 OpenWrt kern.info kernel: rtl8366rb: probed
    Nov 8 07:45:00 OpenWrt kern.info kernel: eth0: Atheros AG71xx at 0xb9000000, irq 4
    Nov 8 07:45:00 OpenWrt kern.info kernel: Atheros AR71xx hardware watchdog driver version 0.1.0
    Nov 8 07:45:00 OpenWrt kern.info kernel: TCP westwood registered
    Nov 8 07:45:00 OpenWrt kern.info kernel: NET: Registered protocol family 17
    Nov 8 07:45:00 OpenWrt kern.info kernel: 802.1Q VLAN Support v1.8 Ben Greear <greearb@candelatech.com>
    Nov 8 07:45:00 OpenWrt kern.info kernel: All bugs added by David S. Miller <davem@redhat.com>
    Nov 8 07:45:00 OpenWrt kern.info kernel: VFS: Mounted root (squashfs filesystem) readonly on device 31:2.
    Nov 8 07:45:00 OpenWrt kern.info kernel: Freeing unused kernel memory: 176k freed
    Nov 8 07:45:00 OpenWrt kern.info kernel: input: gpio-keys-polled as /devices/platform/gpio-keys-polled/input/input0
    Nov 8 07:45:00 OpenWrt kern.info kernel: Button Hotplug driver version 0.4.1
    Nov 8 07:45:00 OpenWrt kern.info kernel: eth0: link up (1000Mbps/Full duplex)
    Nov 8 07:45:00 OpenWrt kern.notice kernel: JFFS2 notice: (370) jffs2_build_xattr_subsystem: complete building xattr subsystem, 1 of xdatum (1 unchecked, 0 orphan) and 24 of xref (0 dead, 2 orphan) found.
    Nov 8 07:45:00 OpenWrt kern.notice kernel: SCSI subsystem initialized
    Nov 8 07:45:00 OpenWrt kern.info kernel: usbcore: registered new interface driver usbfs
    Nov 8 07:45:00 OpenWrt kern.info kernel: usbcore: registered new interface driver hub
    Nov 8 07:45:00 OpenWrt kern.info kernel: usbcore: registered new device driver usb
    Nov 8 07:45:00 OpenWrt kern.info kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    Nov 8 07:45:00 OpenWrt kern.info kernel: ar71xx-ehci ar71xx-ehci: Atheros AR91xx built-in EHCI controller
    Nov 8 07:45:00 OpenWrt kern.info kernel: ar71xx-ehci ar71xx-ehci: new USB bus registered, assigned bus number 1
    Nov 8 07:45:00 OpenWrt kern.info kernel: ar71xx-ehci ar71xx-ehci: irq 3, io mem 0x1b000000
    Nov 8 07:45:00 OpenWrt kern.info kernel: ar71xx-ehci ar71xx-ehci: USB 2.0 started, EHCI 1.00
    Nov 8 07:45:00 OpenWrt kern.info kernel: hub 1-0:1.0: USB hub found
    Nov 8 07:45:00 OpenWrt kern.info kernel: hub 1-0:1.0: 1 port detected
    Nov 8 07:45:00 OpenWrt kern.info kernel: Initializing USB Mass Storage driver...
    Nov 8 07:45:00 OpenWrt kern.info kernel: usbcore: registered new interface driver usb-storage
    Nov 8 07:45:00 OpenWrt kern.info kernel: USB Mass Storage support registered.
    Nov 8 07:45:00 OpenWrt kern.info kernel: usbcore: registered new interface driver ums-alauda
    Nov 8 07:45:00 OpenWrt kern.info kernel: usbcore: registered new interface driver ums-cypress
    Nov 8 07:45:00 OpenWrt kern.info kernel: usbcore: registered new interface driver ums-datafab
    Nov 8 07:45:00 OpenWrt kern.info kernel: usbcore: registered new interface driver ums-freecom
    Nov 8 07:45:00 OpenWrt kern.info kernel: usbcore: registered new interface driver ums-isd200
    Nov 8 07:45:01 OpenWrt kern.info kernel: eth0: link up (1000Mbps/Full duplex)
    Nov 8 07:45:02 OpenWrt kern.info kernel: device eth0.1 entered promiscuous mode
    Nov 8 07:45:02 OpenWrt kern.info kernel: device eth0 entered promiscuous mode
    Nov 8 07:45:02 OpenWrt kern.info kernel: br-lan: port 1(eth0.1) entering forwarding state
    Nov 8 07:45:02 OpenWrt kern.info kernel: br-lan: port 1(eth0.1) entering forwarding state
    Nov 8 07:45:03 OpenWrt user.notice ifup: Enabling Router Solicitations on loopback (lo)
    Nov 8 07:45:03 OpenWrt kern.info kernel: Compat-wireless backport release: compat-wireless-2011-06-23
    Nov 8 07:45:03 OpenWrt kern.info kernel: Backport based on wireless-testing.git master-2011-06-22
    Nov 8 07:45:03 OpenWrt kern.info kernel: cfg80211: Calling CRDA to update world regulatory domain
    Nov 8 07:45:04 OpenWrt user.info sysinit: time.kfki.hu: Unknown host
    Nov 8 07:45:04 OpenWrt user.notice rdate: No usable time server for loopback found
    Nov 8 07:45:05 OpenWrt kern.info kernel: cfg80211: World regulatory domain updated:
    Nov 8 07:45:05 OpenWrt kern.info kernel: cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
    Nov 8 07:45:05 OpenWrt kern.info kernel: cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    Nov 8 07:45:05 OpenWrt kern.info kernel: cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
    Nov 8 07:45:05 OpenWrt kern.info kernel: cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
    Nov 8 07:45:05 OpenWrt kern.info kernel: cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    Nov 8 07:45:05 OpenWrt kern.info kernel: cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    Nov 8 07:45:06 OpenWrt kern.info kernel: ieee80211 phy0: Atheros AR9100 MAC/BB Rev:7 AR2133 RF Rev:a2 mem=0xb80c0000, irq=2
    Nov 8 07:45:06 OpenWrt kern.info kernel: cfg80211: Calling CRDA for country: US
    Nov 8 07:45:07 OpenWrt user.notice ifup: Enabling Router Solicitations on lan (br-lan)
    Nov 8 07:45:07 OpenWrt kern.info kernel: cfg80211: Regulatory domain changed to country: US
    Nov 8 07:45:07 OpenWrt kern.info kernel: cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
    Nov 8 07:45:07 OpenWrt kern.info kernel: cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2700 mBm)
    Nov 8 07:45:07 OpenWrt kern.info kernel: cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 1700 mBm)
    Nov 8 07:45:07 OpenWrt kern.info kernel: cfg80211: (5250000 KHz - 5330000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    Nov 8 07:45:07 OpenWrt kern.info kernel: cfg80211: (5490000 KHz - 5600000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    Nov 8 07:45:07 OpenWrt kern.info kernel: cfg80211: (5650000 KHz - 5710000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    Nov 8 07:45:07 OpenWrt kern.info kernel: cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 3000 mBm)
    Nov 8 07:45:07 OpenWrt kern.info kernel: RPC: Registered udp transport module.
    Nov 8 07:45:07 OpenWrt kern.info kernel: RPC: Registered tcp transport module.
    Nov 8 07:45:07 OpenWrt kern.info kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
    Nov 8 07:45:08 OpenWrt user.notice rdate: No usable time server for lan found
    Nov 8 07:45:08 OpenWrt kern.info kernel: PPP generic driver version 2.4.2
    Nov 8 07:45:08 OpenWrt kern.info kernel: tun: Universal TUN/TAP device driver, 1.6
    Nov 8 07:45:08 OpenWrt kern.info kernel: tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
    Nov 8 07:45:09 OpenWrt kern.info kernel: Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
    Nov 8 07:45:09 OpenWrt kern.info kernel: ip_tables: (C) 2000-2006 Netfilter Core Team
    Nov 8 07:45:09 OpenWrt kern.info kernel: NET: Registered protocol family 24
    Nov 8 07:45:09 OpenWrt kern.info kernel: nf_conntrack version 0.5.0 (461 buckets, 1844 max)
    Nov 8 07:45:10 OpenWrt kern.info kernel: xt_time: kernel timezone is -0000
    Nov 8 07:45:10 OpenWrt kern.info kernel: usbcore: registered new interface driver usblp
    Nov 8 07:45:11 OpenWrt kern.info kernel: fuse init (API version 7.16)
    Nov 8 07:45:11 OpenWrt kern.info kernel: Adding 530140k swap on /dev/sda2. Priority:-1 extents:1 across:530140k
    Nov 8 07:45:12 OpenWrt kern.info kernel: EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
    Nov 8 07:45:13 OpenWrt daemon.notice ntfs-3g[1095]: Version 2011.4.12 integrated FUSE 27
    Nov 8 07:45:13 OpenWrt daemon.notice ntfs-3g[1095]: Mounted /dev/sda4 (Read-Write, label "New Volume", NTFS 3.1)
    Nov 8 07:45:13 OpenWrt daemon.notice ntfs-3g[1095]: Cmdline options:
    Nov 8 07:45:13 OpenWrt daemon.notice ntfs-3g[1095]: Mount options: allow_other,nonempty,atime,fsname=/dev/sda4,blkdev,blksize=4096
    Nov 8 07:45:13 OpenWrt daemon.notice ntfs-3g[1095]: Ownership and permissions disabled, configuration type 1
    Nov 8 07:45:13 OpenWrt kern.warn kernel: EXT4-fs (sdb3): warning: mounting fs with errors, running e2fsck is recommended
    Nov 8 07:45:14 OpenWrt kern.info kernel: EXT4-fs (sdb3): mounted filesystem with ordered data mode. Opts: (null)
    Nov 8 07:45:14 OpenWrt kern.warn kernel: EXT4-fs (sdb4): warning: mounting fs with errors, running e2fsck is recommended
    Nov 8 07:45:15 OpenWrt kern.info kernel: EXT4-fs (sdb4): mounted filesystem with ordered data mode. Opts: (null)
    Nov 8 07:45:16 OpenWrt kern.info kernel: EXT4-fs (sdb2): mounted filesystem with ordered data mode. Opts: (null)
    Nov 8 07:45:17 OpenWrt kern.info kernel: cfg80211: Calling CRDA for country: HU
    Nov 8 07:45:17 OpenWrt kern.info kernel: cfg80211: Regulatory domain changed to country: HU
    Nov 8 07:45:17 OpenWrt kern.info kernel: cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
    Nov 8 07:45:17 OpenWrt kern.info kernel: cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
    Nov 8 07:45:17 OpenWrt kern.info kernel: cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm)
    Nov 8 07:45:17 OpenWrt kern.info kernel: cfg80211: (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm)
    Nov 8 07:45:17 OpenWrt kern.info kernel: cfg80211: (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm)
    Nov 8 07:45:18 OpenWrt kern.info kernel: device wlan0 entered promiscuous mode
    Nov 8 07:45:18 OpenWrt kern.info kernel: br-lan: port 2(wlan0) entering forwarding state
    Nov 8 07:45:18 OpenWrt kern.info kernel: br-lan: port 2(wlan0) entering forwarding state
    Nov 8 07:45:20 OpenWrt kern.info kernel: device wlan0 left promiscuous mode
    Nov 8 07:45:20 OpenWrt kern.info kernel: br-lan: port 2(wlan0) entering forwarding state
    Nov 8 07:45:20 OpenWrt kern.info kernel: device wlan0 entered promiscuous mode
    Nov 8 07:45:20 OpenWrt kern.info kernel: br-lan: port 2(wlan0) entering forwarding state
    Nov 8 07:45:20 OpenWrt kern.info kernel: br-lan: port 2(wlan0) entering forwarding state
    Nov 8 07:45:21 OpenWrt user.info sysinit: Loading defaults
    Nov 8 07:45:22 OpenWrt user.info sysinit: Loading synflood protection
    Nov 8 07:45:22 OpenWrt user.info sysinit: Adding custom chains
    Nov 8 07:45:23 OpenWrt user.info sysinit: Loading zones
    Nov 8 07:45:23 OpenWrt user.notice ifup: Allowing Router Advertisements on wan (eth0.2)
    Nov 8 07:45:24 OpenWrt user.notice root: starting ntpclient
    Nov 8 07:46:36 OpenWrt user.info sysinit: Loading forwardings
    Nov 8 07:46:36 OpenWrt user.info sysinit: Loading redirects
    Nov 8 07:46:36 OpenWrt user.notice rdate: Synced with ptbtime1.ptb.de
    Nov 8 07:46:37 OpenWrt user.info sysinit: Loading rules
    Nov 8 07:46:37 OpenWrt user.info sysinit: Loading includes
    Nov 8 07:46:37 OpenWrt user.info sysinit: Loading interfaces
    Nov 8 07:46:38 OpenWrt user.info firewall: adding lan (br-lan) to zone lan
    Nov 8 07:46:38 OpenWrt user.info sysinit: /sbin/uci: Entry not found
    Nov 8 07:46:38 OpenWrt user.info sysinit: /sbin/uci: Entry not found
    Nov 8 07:46:38 OpenWrt user.info firewall: adding wan (eth0.2) to zone wan
    Nov 8 07:46:38 OpenWrt user.info sysinit: /sbin/uci: Entry not found
    Nov 8 07:46:38 OpenWrt user.info sysinit: /sbin/uci: Entry not found
    Nov 8 07:46:39 OpenWrt daemon.info hostapd: wlan0: STA 00:18:71:58:23:ed IEEE 802.11: authenticated
    Nov 8 07:46:39 OpenWrt daemon.info hostapd: wlan0: STA 00:18:71:58:23:ed IEEE 802.11: associated (aid 1)
    Nov 8 07:46:39 OpenWrt daemon.info hostapd: wlan0: STA 00:18:71:58:23:ed WPA: pairwise key handshake completed (RSN)
    Nov 8 07:46:40 OpenWrt authpriv.info dropbear[1960]: Running in background
    Nov 8 07:46:44 OpenWrt user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
    Nov 8 07:46:44 OpenWrt user.notice dnsmasq: Allowing 127.0.0.0/8 responses
    Nov 8 07:46:44 OpenWrt daemon.info dnsmasq[2104]: started, version 2.57 cachesize 150
    Nov 8 07:46:44 OpenWrt daemon.info dnsmasq[2104]: compile time options: IPv6 GNU-getopt no-DBus no-I18N DHCP TFTP no-IDN
    Nov 8 07:46:44 OpenWrt daemon.info dnsmasq[2104]: using local addresses only for domain lan
    Nov 8 07:46:44 OpenWrt daemon.info dnsmasq[2104]: reading /tmp/resolv.conf.auto
    Nov 8 07:46:44 OpenWrt daemon.info dnsmasq[2104]: using nameserver 84.2.46.1#53
    Nov 8 07:46:44 OpenWrt daemon.info dnsmasq[2104]: using nameserver 84.2.44.1#53
    Nov 8 07:46:44 OpenWrt daemon.info dnsmasq[2104]: using local addresses only for domain lan
    Nov 8 07:46:44 OpenWrt daemon.info dnsmasq[2104]: read /etc/hosts - 1 addresses
    Nov 8 07:46:45 OpenWrt daemon.notice rpc.statd[2117]: Version 1.1.6 Starting
    Nov 8 07:46:45 OpenWrt daemon.warn sm-notify[2118]: Failed to open /var/lib/nfs/sm.bak: No such file or directory
    Nov 8 07:46:45 OpenWrt daemon.notice rpc.statd[2117]: statd running as root. chown /var/lib/nfs/sm to choose different user
    Nov 8 07:46:47 OpenWrt user.info sysinit: setting up led WLAN
    Nov 8 07:46:47 OpenWrt user.info sysinit: setting up led USB
    Nov 8 07:46:55 OpenWrt daemon.info hostapd: wlan0: STA b0:48:7a:8c:9b:51 IEEE 802.11: authenticated
    Nov 8 07:46:55 OpenWrt daemon.info hostapd: wlan0: STA b0:48:7a:8c:9b:51 IEEE 802.11: associated (aid 2)
    Nov 8 07:46:55 OpenWrt daemon.info hostapd: wlan0: STA b0:48:7a:8c:9b:51 WPA: pairwise key handshake completed (RSN)
    Nov 8 07:51:27 OpenWrt kern.notice kernel: EXT4-fs (sdb3): error count: 2
    Nov 8 07:51:27 OpenWrt kern.notice kernel: EXT4-fs (sdb3): initial error at 1320643157: ext4_put_super:754
    Nov 8 07:51:27 OpenWrt kern.notice kernel: EXT4-fs (sdb3): last error at 1320643157: ext4_put_super:754
    Nov 8 07:51:28 OpenWrt kern.notice kernel: EXT4-fs (sdb4): error count: 2
    Nov 8 07:51:28 OpenWrt kern.notice kernel: EXT4-fs (sdb4): initial error at 1320643163: ext4_put_super:754
    Nov 8 07:51:28 OpenWrt kern.notice kernel: EXT4-fs (sdb4): last error at 1320643163: ext4_put_super:754
    Nov 8 07:53:16 OpenWrt authpriv.info dropbear[2354]: Child connection from 192.168.1.77:53020
    Nov 8 07:53:27 OpenWrt authpriv.notice dropbear[2354]: Password auth succeeded for 'root' from 192.168.1.77:53020
    Nov 8 07:55:18 OpenWrt daemon.info hostapd: wlan0: STA b0:48:7a:8c:9b:51 WPA: group key handshake completed (RSN)
    Nov 8 07:55:18 OpenWrt daemon.info hostapd: wlan0: STA 00:18:71:58:23:ed WPA: group key handshake completed (RSN)
    Nov 8 08:05:18 OpenWrt daemon.info hostapd: wlan0: STA b0:48:7a:8c:9b:51 WPA: group key handshake completed (RSN)
    Nov 8 08:05:18 OpenWrt daemon.info hostapd: wlan0: STA 00:18:71:58:23:ed WPA: group key handshake completed (RSN)
    Nov 8 08:15:18 OpenWrt daemon.info hostapd: wlan0: STA b0:48:7a:8c:9b:51 WPA: group key handshake completed (RSN)
    Nov 8 08:15:18 OpenWrt daemon.info hostapd: wlan0: STA 00:18:71:58:23:ed WPA: group key handshake completed (RSN)

    Köszi a segítséget
    Fourstar

    "Szerintem először router-PC között kellene rendbe tenni. Ott is csak 1MB/s-et mérsz? ftp-n és samba-n is? Mi a samba config?

    NFS-hez fel kell tenni az nfs-kernel-server csomagot, ezzel az összes szükséges többi csomag is települ. Az nfs megosztáshoz nem kell mountolni a megosztott könyvtárakat, mert ugye pont onnan akarod megosztani. Ehhez egyszerűen be kell állítani a /etc/exports file-t. Magyarul pl. itt is olvashatsz róla.

    Egyébként pont a sebesség miatt én is NFS mount-ot használok, mert a magas bitrátájú filmek lejátszásához samba-n már kevés a TV. Az alábbi képen látsz példát NFS, illetve Samba megosztás mountolására is LGMOD-ból:"

  • sto1911

    veterán

    válasz vargalex #29679 üzenetére

    Koszi, a certgen hianyzott, egyebkent nem dobott hibat.

    Most viszont ez van, ha megprobalom elerni:
    Rejected request from RFC1918 IP to public server address

  • hudyfiu

    senior tag

    válasz vargalex #32621 üzenetére

    Fix IP-m van csak így szoktam meg..., gondoltam szólok minél előbb azért valaki megnézhetné még.

    ja és ezt kapom válasznak:
    Rejected request from RFC1918 IP to public server address

    Megnézem mi lenne ez csak gyorsan beírtam amíg szerkeszthető...

    [ Szerkesztve ]

  • csimpas

    tag

    HI!
    Vargalex! légyszi segíts ezt megfejteni,mert nem értem hogy telón miért folyamatos a wifi? és a notin miért szakad meg állandóan? notin még a hálózat neve sem látható sokszor :F
    vargalex v1.1.4 r33174
    amikor "szakad" a wifi, ez van a logban:

    Nov 12 20:23:23 OpenWrt daemon.info hostapd: wlan0: STA 5c:0a:5b:8c:2e:92 IEEE 802.11: authenticated
    Nov 12 20:23:23 OpenWrt daemon.info hostapd: wlan0: STA 5c:0a:5b:8c:2e:92 IEEE 802.11: associated (aid 2)
    Nov 12 20:23:23 OpenWrt daemon.info hostapd: wlan0: STA 5c:0a:5b:8c:2e:92 IEEE 802.11: disassociated
    Nov 12 20:23:24 OpenWrt daemon.info hostapd: wlan0: STA 5c:0a:5b:8c:2e:92 IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
    Nov 12 20:23:25 OpenWrt kern.info kernel: [ 1300.610000] br-lan: port 2(wlan0) entered forwarding state
    Nov 12 20:23:26 OpenWrt daemon.info dnsmasq[1657]: reading /tmp/resolv.conf.auto
    Nov 12 20:23:26 OpenWrt daemon.info dnsmasq[1657]: using nameserver 192.168.0.1#53
    Nov 12 20:23:26 OpenWrt daemon.info dnsmasq[1657]: using local addresses only for domain lan
    Nov 12 20:23:26 OpenWrt daemon.info dnsmasq[1657]: exiting on receipt of SIGTERM
    Nov 12 20:23:26 OpenWrt user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
    Nov 12 20:23:26 OpenWrt user.notice dnsmasq: Allowing 127.0.0.0/8 responses
    Nov 12 20:23:26 OpenWrt daemon.info dnsmasq[4104]: started, version 2.62 cachesize 150
    Nov 12 20:23:26 OpenWrt daemon.info dnsmasq[4104]: compile time options: IPv6 GNU-getopt no-DBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP no-conntrack
    Nov 12 20:23:26 OpenWrt daemon.info dnsmasq[4104]: using local addresses only for domain lan
    Nov 12 20:23:26 OpenWrt daemon.info dnsmasq[4104]: reading /tmp/resolv.conf.auto
    Nov 12 20:23:26 OpenWrt daemon.info dnsmasq[4104]: using nameserver 192.168.0.1#53
    Nov 12 20:23:26 OpenWrt daemon.info dnsmasq[4104]: using local addresses only for domain lan
    Nov 12 20:23:26 OpenWrt daemon.info dnsmasq[4104]: read /etc/hosts - 1 addresses
    Nov 12 20:23:27 OpenWrt daemon.info hostapd: wlan0: STA 5c:0a:5b:8c:2e:92 IEEE 802.11: authenticated
    Nov 12 20:23:27 OpenWrt daemon.info hostapd: wlan0: STA 5c:0a:5b:8c:2e:92 IEEE 802.11: associated (aid 2)
    Nov 12 20:23:30 OpenWrt user.info firewall: adding lan (br-lan) to zone lan
    Nov 12 20:24:05 OpenWrt daemon.info hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: authenticated
    Nov 12 20:24:05 OpenWrt daemon.info hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: associated (aid 1)
    Nov 12 20:24:43 OpenWrt daemon.info hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: authenticated
    Nov 12 20:24:43 OpenWrt daemon.info hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: associated (aid 1)
    Nov 12 20:25:18 OpenWrt daemon.info hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: authenticated
    Nov 12 20:25:18 OpenWrt daemon.info hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: associated (aid 1)
    Nov 12 20:28:29 OpenWrt daemon.notice hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: did not acknowledge authentication response
    Nov 12 20:28:30 OpenWrt daemon.notice hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: did not acknowledge authentication response
    Nov 12 20:28:31 OpenWrt daemon.notice hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: did not acknowledge authentication response
    Nov 12 20:28:32 OpenWrt daemon.notice hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: did not acknowledge authentication response
    Nov 12 20:28:34 OpenWrt daemon.notice hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: did not acknowledge authentication response
    Nov 12 20:28:35 OpenWrt daemon.notice hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: did not acknowledge authentication response
    Nov 12 20:28:36 OpenWrt daemon.notice hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: did not acknowledge authentication response
    Nov 12 20:28:37 OpenWrt daemon.notice hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: did not acknowledge authentication response
    Nov 12 20:29:19 OpenWrt daemon.notice hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: did not acknowledge authentication response
    Nov 12 20:29:20 OpenWrt daemon.info hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: authenticated
    Nov 12 20:29:20 OpenWrt daemon.info hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: associated (aid 1)
    Nov 12 20:29:47 OpenWrt daemon.notice hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: did not acknowledge authentication response
    Nov 12 20:29:48 OpenWrt daemon.notice hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: did not acknowledge authentication response
    Nov 12 20:29:49 OpenWrt daemon.notice hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: did not acknowledge authentication response
    Nov 12 20:29:50 OpenWrt daemon.notice hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: did not acknowledge authentication response
    Nov 12 20:30:38 OpenWrt daemon.notice hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: did not acknowledge authentication response
    Nov 12 20:30:39 OpenWrt daemon.notice hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: did not acknowledge authentication response
    Nov 12 20:30:40 OpenWrt daemon.notice hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: did not acknowledge authentication response
    Nov 12 20:30:41 OpenWrt daemon.notice hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: did not acknowledge authentication response
    Nov 12 20:30:43 OpenWrt daemon.info hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: authenticated
    Nov 12 20:30:43 OpenWrt daemon.info hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: associated (aid 1)
    Nov 12 20:30:47 OpenWrt daemon.info hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: authenticated
    Nov 12 20:30:47 OpenWrt daemon.info hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: associated (aid 1)
    Nov 12 20:30:49 OpenWrt daemon.info hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: disassociated
    Nov 12 20:30:50 OpenWrt daemon.info hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
    Nov 12 20:32:52 OpenWrt daemon.info hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: authenticated
    Nov 12 20:32:52 OpenWrt daemon.info hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: authenticated
    Nov 12 20:32:52 OpenWrt daemon.info hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: associated (aid 1)
    Nov 12 20:35:12 OpenWrt kern.info kernel: [ 2007.830000] device wlan0 left promiscuous mode
    Nov 12 20:35:12 OpenWrt kern.info kernel: [ 2007.830000] br-lan: port 2(wlan0) entered disabled state
    Nov 12 20:35:14 OpenWrt kern.info kernel: [ 2010.080000] device wlan0 entered promiscuous mode
    Nov 12 20:35:14 OpenWrt kern.info kernel: [ 2010.110000] br-lan: port 2(wlan0) entered forwarding state
    Nov 12 20:35:14 OpenWrt kern.info kernel: [ 2010.110000] br-lan: port 2(wlan0) entered forwarding state
    Nov 12 20:35:15 OpenWrt daemon.info hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: authenticated
    Nov 12 20:35:15 OpenWrt daemon.info hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: associated (aid 1)
    Nov 12 20:35:16 OpenWrt kern.info kernel: [ 2012.110000] br-lan: port 2(wlan0) entered forwarding state
    Nov 12 20:35:17 OpenWrt daemon.info dnsmasq[4104]: reading /tmp/resolv.conf.auto
    Nov 12 20:35:17 OpenWrt daemon.info dnsmasq[4104]: using nameserver 192.168.0.1#53
    Nov 12 20:35:17 OpenWrt daemon.info dnsmasq[4104]: using local addresses only for domain lan
    Nov 12 20:35:17 OpenWrt daemon.info dnsmasq[4104]: exiting on receipt of SIGTERM
    Nov 12 20:35:17 OpenWrt user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
    Nov 12 20:35:17 OpenWrt user.notice dnsmasq: Allowing 127.0.0.0/8 responses
    Nov 12 20:35:17 OpenWrt daemon.info dnsmasq[9143]: started, version 2.62 cachesize 150
    Nov 12 20:35:17 OpenWrt daemon.info dnsmasq[9143]: compile time options: IPv6 GNU-getopt no-DBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP no-conntrack
    Nov 12 20:35:17 OpenWrt daemon.info dnsmasq[9143]: using local addresses only for domain lan
    Nov 12 20:35:17 OpenWrt daemon.info dnsmasq[9143]: reading /tmp/resolv.conf.auto
    Nov 12 20:35:17 OpenWrt daemon.info dnsmasq[9143]: using nameserver 192.168.0.1#53
    Nov 12 20:35:17 OpenWrt daemon.info dnsmasq[9143]: using local addresses only for domain lan
    Nov 12 20:35:17 OpenWrt daemon.info dnsmasq[9143]: read /etc/hosts - 1 addresses
    Nov 12 20:35:21 OpenWrt user.info firewall: adding lan (br-lan) to zone lan
    Nov 12 20:35:27 OpenWrt daemon.info hostapd: wlan0: STA 5c:0a:5b:8c:2e:92 IEEE 802.11: authenticated
    Nov 12 20:35:27 OpenWrt daemon.info hostapd: wlan0: STA 5c:0a:5b:8c:2e:92 IEEE 802.11: associated (aid 2)
    Nov 12 20:36:56 OpenWrt daemon.notice hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: did not acknowledge authentication response
    Nov 12 20:36:57 OpenWrt daemon.info hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: authenticated
    Nov 12 20:36:57 OpenWrt daemon.info hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: associated (aid 1)
    Nov 12 20:44:54 OpenWrt daemon.notice hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: did not acknowledge authentication response
    Nov 12 20:44:55 OpenWrt daemon.notice hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: did not acknowledge authentication response
    Nov 12 20:44:56 OpenWrt daemon.notice hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: did not acknowledge authentication response
    Nov 12 20:44:57 OpenWrt daemon.notice hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: did not acknowledge authentication response
    Nov 12 20:45:04 OpenWrt daemon.info hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: authenticated
    Nov 12 20:45:04 OpenWrt daemon.info hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: associated (aid 1)
    Nov 12 20:45:04 OpenWrt daemon.info hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: disassociated
    Nov 12 20:45:04 OpenWrt daemon.info hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: disassociated
    Nov 12 20:45:04 OpenWrt daemon.notice hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: did not acknowledge authentication response
    Nov 12 20:45:05 OpenWrt daemon.info hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
    Nov 12 20:45:05 OpenWrt daemon.info hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: authenticated
    Nov 12 20:45:05 OpenWrt daemon.info hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: authenticated
    Nov 12 20:45:06 OpenWrt daemon.info hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: associated (aid 1)
    Nov 12 20:45:15 OpenWrt daemon.info hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: authenticated
    Nov 12 20:45:16 OpenWrt daemon.info hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: associated (aid 1)
    Nov 12 20:45:19 OpenWrt daemon.info hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: authenticated
    Nov 12 20:45:19 OpenWrt daemon.info hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: associated (aid 1)
    Nov 12 20:45:24 OpenWrt daemon.info hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: authenticated
    Nov 12 20:45:24 OpenWrt daemon.info hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: associated (aid 1)
    Nov 12 20:46:47 OpenWrt daemon.info hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: authenticated
    Nov 12 20:46:47 OpenWrt daemon.info hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: associated (aid 1)
    Nov 12 20:46:47 OpenWrt daemon.info hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: disassociated
    Nov 12 20:46:47 OpenWrt daemon.info hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: authenticated
    Nov 12 20:46:47 OpenWrt daemon.info hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: associated (aid 1)
    Nov 12 20:47:01 OpenWrt daemon.notice hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: did not acknowledge authentication response
    Nov 12 20:47:02 OpenWrt daemon.notice hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: did not acknowledge authentication response
    Nov 12 20:47:03 OpenWrt daemon.notice hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: did not acknowledge authentication response
    Nov 12 20:47:04 OpenWrt daemon.notice hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: did not acknowledge authentication response
    Nov 12 20:47:06 OpenWrt daemon.info hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: authenticated
    Nov 12 20:47:06 OpenWrt daemon.info hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: associated (aid 1)
    Nov 12 20:52:33 OpenWrt daemon.info hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: disassociated due to inactivity
    Nov 12 20:52:34 OpenWrt daemon.info hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
    Nov 12 20:56:09 OpenWrt daemon.info hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: authenticated
    Nov 12 20:56:09 OpenWrt daemon.info hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: associated (aid 1)
    Nov 12 20:57:22 OpenWrt daemon.notice hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: did not acknowledge authentication response
    Nov 12 20:57:23 OpenWrt daemon.notice hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: did not acknowledge authentication response
    Nov 12 20:57:24 OpenWrt daemon.notice hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: did not acknowledge authentication response
    Nov 12 20:57:25 OpenWrt daemon.info hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: authenticated
    Nov 12 20:57:25 OpenWrt daemon.info hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: associated (aid 1)
    Nov 12 20:57:42 OpenWrt daemon.info hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: authenticated
    Nov 12 20:57:45 OpenWrt daemon.notice hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: did not acknowledge authentication response
    Nov 12 20:57:46 OpenWrt daemon.notice hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: did not acknowledge authentication response
    Nov 12 20:57:47 OpenWrt daemon.info hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: authenticated
    Nov 12 20:57:47 OpenWrt daemon.info hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: associated (aid 1)
    Nov 12 21:02:13 OpenWrt kern.info kernel: [ 3628.580000] device wlan0 left promiscuous mode
    Nov 12 21:02:13 OpenWrt kern.info kernel: [ 3628.580000] br-lan: port 2(wlan0) entered disabled state
    Nov 12 21:02:14 OpenWrt kern.info kernel: [ 3629.880000] device wlan0 entered promiscuous mode
    Nov 12 21:02:14 OpenWrt kern.info kernel: [ 3629.910000] br-lan: port 2(wlan0) entered forwarding state
    Nov 12 21:02:14 OpenWrt kern.info kernel: [ 3629.920000] br-lan: port 2(wlan0) entered forwarding state
    Nov 12 21:02:16 OpenWrt kern.info kernel: [ 3631.920000] br-lan: port 2(wlan0) entered forwarding state
    Nov 12 21:02:16 OpenWrt daemon.info dnsmasq[9143]: reading /tmp/resolv.conf.auto
    Nov 12 21:02:16 OpenWrt daemon.info dnsmasq[9143]: using nameserver 192.168.0.1#53
    Nov 12 21:02:16 OpenWrt daemon.info dnsmasq[9143]: using local addresses only for domain lan
    Nov 12 21:02:16 OpenWrt daemon.info dnsmasq[9143]: exiting on receipt of SIGTERM
    Nov 12 21:02:17 OpenWrt user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
    Nov 12 21:02:17 OpenWrt user.notice dnsmasq: Allowing 127.0.0.0/8 responses
    Nov 12 21:02:17 OpenWrt daemon.info dnsmasq[15405]: started, version 2.62 cachesize 150
    Nov 12 21:02:17 OpenWrt daemon.info dnsmasq[15405]: compile time options: IPv6 GNU-getopt no-DBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP no-conntrack
    Nov 12 21:02:17 OpenWrt daemon.info dnsmasq[15405]: using local addresses only for domain lan
    Nov 12 21:02:17 OpenWrt daemon.info dnsmasq[15405]: reading /tmp/resolv.conf.auto
    Nov 12 21:02:17 OpenWrt daemon.info dnsmasq[15405]: using nameserver 192.168.0.1#53
    Nov 12 21:02:17 OpenWrt daemon.info dnsmasq[15405]: using local addresses only for domain lan
    Nov 12 21:02:17 OpenWrt daemon.info dnsmasq[15405]: read /etc/hosts - 1 addresses
    Nov 12 21:02:20 OpenWrt user.info firewall: adding lan (br-lan) to zone lan
    Nov 12 21:02:28 OpenWrt daemon.info hostapd: wlan0: STA 5c:0a:5b:8c:2e:92 IEEE 802.11: authenticated
    Nov 12 21:02:28 OpenWrt daemon.info hostapd: wlan0: STA 5c:0a:5b:8c:2e:92 IEEE 802.11: associated (aid 1)
    Nov 12 21:02:53 OpenWrt daemon.info hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: authenticated
    Nov 12 21:02:53 OpenWrt daemon.info hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: authenticated
    Nov 12 21:02:53 OpenWrt daemon.info hostapd: wlan0: STA 00:22:5f:9c:9b:e3 IEEE 802.11: associated (aid 2)

  • xigris

    őstag

    válasz krealon #37393 üzenetére

    Nem sok mindent látok belőle:Jan 19 16:33:16 OpenWrt user.info sysinit: 'radio1' is disabled
    Jan 19 16:33:16 OpenWrt user.notice startservices: /etc/hotplug.d/block/50-startservices script not enabled. Please change ENABLED value to 1 in script for enabling.
    Jan 19 16:33:17 OpenWrt user.notice startservices: /etc/hotplug.d/block/50-startservices script not enabled. Please change ENABLED value to 1 in script for enabling.
    Jan 19 16:33:19 OpenWrt user.info sysinit: Loading defaults
    Jan 19 16:33:19 OpenWrt user.info sysinit: Loading synflood protection
    Jan 19 16:33:19 OpenWrt user.info sysinit: Adding custom chains
    Jan 19 16:33:20 OpenWrt user.info sysinit: Loading zones
    Jan 19 16:33:21 OpenWrt user.info sysinit: Loading forwardings
    Jan 19 16:33:21 OpenWrt user.info sysinit: Loading rules
    Jan 19 16:33:21 OpenWrt user.info sysinit: Loading redirects
    Jan 19 16:33:21 OpenWrt user.info sysinit: Loading includes
    Jan 19 16:33:21 OpenWrt user.info sysinit: Enabling Brute Force protection for SSH on port 2222
    Jan 19 16:33:21 OpenWrt user.info sysinit: Enabling Brute Force protection for FTP on port 2221
    Jan 19 16:33:21 OpenWrt user.info sysinit: Optimizing conntrack
    Jan 19 16:33:21 OpenWrt user.info sysinit: Loading interfaces
    Jan 19 16:33:21 OpenWrt user.info firewall: adding lan (br-lan) to zone lan
    Jan 19 16:33:22 OpenWrt user.info firewall: adding wan (pppoe-wan) to zone wan
    Jan 19 16:33:23 OpenWrt authpriv.info dropbear[2321]: Running in background
    Jan 19 16:33:28 OpenWrt user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
    Jan 19 16:33:28 OpenWrt user.notice dnsmasq: Allowing 127.0.0.0/8 responses
    Jan 19 16:33:31 OpenWrt daemon.info dnsmasq[2485]: started, version 2.62 cachesize 150
    Jan 19 16:33:31 OpenWrt daemon.info dnsmasq[2485]: compile time options: IPv6 GNU-getopt no-DBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP no-conntrack
    Jan 19 16:33:31 OpenWrt daemon.info dnsmasq-dhcp[2485]: DHCP, IP range 192.168.1.100 -- 192.168.1.249, lease time 12h
    Jan 19 16:33:31 OpenWrt daemon.info dnsmasq[2485]: using local addresses only for domain lan
    Jan 19 16:33:31 OpenWrt daemon.info dnsmasq[2485]: reading /tmp/resolv.conf.auto
    Jan 19 16:33:31 OpenWrt daemon.info dnsmasq[2485]: using nameserver 84.2.46.1#53
    Jan 19 16:33:31 OpenWrt daemon.info dnsmasq[2485]: using nameserver 84.2.44.1#53
    Jan 19 16:33:31 OpenWrt daemon.info dnsmasq[2485]: using local addresses only for domain lan
    Jan 19 16:33:31 OpenWrt daemon.info dnsmasq[2485]: read /etc/hosts - 1 addresses
    Jan 19 16:33:31 OpenWrt daemon.info dnsmasq-dhcp[2485]: read /etc/ethers - 0 addresses
    Jan 19 16:33:33 OpenWrt user.info sysinit: setting up led USB1
    Jan 19 16:33:33 OpenWrt user.info sysinit: setting up led USB2
    Jan 19 16:33:33 OpenWrt user.info sysinit: setting up led WLAN2G
    Jan 19 16:33:38 OpenWrt daemon.err transmission-daemon[2684]: UDP Failed to set receive buffer:

    [ Szerkesztve ]

  • Kicsirics77

    veterán

    válasz vargalex #39368 üzenetére

    # Server configuration
    config uhttpd main

    # HTTP listen addresses, multiple allowed
    list listen_http 0.0.0.0:81
    # list listen_http [::]:80

    # HTTPS listen addresses, multiple allowed
    list listen_https 0.0.0.0:443
    # list listen_https [::]:443

    # Server document root
    option home /www

    # Reject requests from RFC1918 IP addresses
    # directed to the servers public IP(s).
    # This is a DNS rebinding countermeasure.
    option rfc1918_filter 0

    # Maximum number of concurrent requests.
    # If this number is exceeded, further requests are
    # queued until the number of running requests drops
    # below the limit again.
    option max_requests 3

    # Certificate and private key for HTTPS.
    # If no listen_https addresses are given,
    # the key options are ignored.
    option cert /etc/uhttpd.crt
    option key /etc/uhttpd.key

    # CGI url prefix, will be searched in docroot.
    # Default is /cgi-bin
    option cgi_prefix /cgi-bin

    # List of extension->interpreter mappings.
    # Files with an associated interpreter can
    # be called outside of the CGI prefix and do
    # not need to be executable.
    # list interpreter ".php=/usr/bin/php-cgi"
    # list interpreter ".cgi=/usr/bin/perl"

    # Lua url prefix and handler script.
    # Lua support is disabled if no prefix given.
    # option lua_prefix /luci
    # option lua_handler /usr/lib/lua/luci/sgi/uhttpd.lua

    # CGI/Lua timeout, if the called script does not
    # write data within the given amount of seconds,
    # the server will terminate the request with
    # 504 Gateway Timeout response.
    option script_timeout 60

    # Network timeout, if the current connection is
    # blocked for the specified amount of seconds,
    # the server will terminate the associated
    # request process.
    option network_timeout 30

    # TCP Keep-Alive, send periodic keep-alive probes
    # over established connections to detect dead peers.
    # The value is given in seconds to specify the
    # interval between subsequent probes.
    # Setting this to 0 will disable TCP keep-alive.
    option tcp_keepalive 1

    # Basic auth realm, defaults to local hostname
    option realm OpenWrt

    # Configuration file in busybox httpd format
    # option config /etc/httpd.conf

    # Certificate defaults for px5g key generator
    config cert px5g

    # Validity time
    option days 730

    # RSA key size
    option bits 1024

    # Location
    option country HU
    option state Budapest
    option location Budapest

    # Common name
    option commonname OpenWrt

    netstat -a

    [ Szerkesztve ]

    .... .- --... -.- ..-. . -.- .-. .- ..-. - .-- . .-. -.- .-. .- -.. .. --- .- -.-. - .. ...- .. - -.--

  • itanczos

    senior tag

    válasz itanczos #41456 üzenetére

    No, a config fájlban nem szabad betenni a "auto from on"-t!

    Most már a megfelelő a küldő, elmegy az emil, de vissza dobja a google smtp szervere, mert a küldött üzenet nem RFC 2822 kompatibilis! :o

    Használd a keresőt! | iPhone 13 Pro 256GB | 3D: Tevo Tarantula | NAS: HP MicroServer Gen8 - Proxmox/XPenology | Okos otthon: HomesAssistant - HomeKit - Hirdetéseim: https://hardverapro.hu/aprok/hirdeto/itanczos/index.html

  • poffsoft

    addikt

    Most éppen a dydns-el van bajom:
    www.dnsdynamic.org-on beregeltem, elvileg a xxxxx.dnsget.org-on kellene elérnem a routert.
    a "Dinamikus DNS" lapon elvileg minden jól van beállítva,
    mégis a
    "Forbidden
    Rejected request from RFC1918 IP to public server address" üzenetet kapom luci helyett.

    pontosan milyen beállításokat és hol kellene még eszközölni, hogy működjön?
    Illetve, hol található log róla, hogy mi is történik a xxxxx.dnsget.org keresésekor?
    (pingelni amúgy tudom a routert)

    [ Szerkesztve ]

  • krealon

    veterán

    válasz poffsoft #47473 üzenetére

    RFC 1918 - Address Allocation for Private Internets
    Magyarul a privat IP cimet (ami a WAN kapcsolaton kerult beallitasra) nincs ertelme a Dynamikus DNS-be bejegyezni, mert az a publikus internetrol ugysem erheto el.

  • CloZee

    aktív tag

    válasz logarithm #51638 üzenetére

    Váltottam factoryval inkább.

    Viszont van 2 kérdésem:
    Beállítottam a DDNS szolgáltatást, de ezt kapom:

    Forbidden

    Rejected request from RFC1918 IP to public server address

    Mit állítsak át a tűzfal beállítasi közt?

    Illetve a DHCP leasetime-ot hol tudom állítani?

    [ Szerkesztve ]

  • krealon

    veterán

    válasz pane #52710 üzenetére

    "169.254.95.221 unknown
    Időnként ez megjelenik. Ez mi?
    "

    Specialis IPv4 cimek
    169.254.0.0/16 Link-local RFC 3927

    A 169.254.*.* cimelket a DHCP kliensek adjak maguknak, ha nem talalnak DHCP szervert.

  • Witya

    tag

    Üdv fórumlakók!

    Lenne még egy utolsó problémám, Regeltem a [noip.com]-ra, a routert is beállítottam ennek megfelelően a dinamikusdns fülnél, mégis mikor rámegyek a xxxx.ddns.net-re, a következő választ kapom:

    Forbidden
    Rejected request from RFC1918 IP to public server address

    Mit ronthattam el?

    Aki nem csal, az nem is próbálkozik!

  • Intruder2k5

    MODERÁTOR

    válasz Witya #54010 üzenetére

    Nézd meg az /etc/config/uhttpd.conf-ban az rfc1918_filter értékét, ha az nem 0, akkor írd át arra, majd uhttpd, vagy router restart...

  • Regiee

    aktív tag

    nos, olvasgattam és ha jól értettem akkor a saját weboldalhoz kell az uhtpd, ami benne is van a csomagban amit feltettem a routerra.

    Közben beállítottam egy ddns-t a no-ip-n. Amit sikerül is elérnemaz ftp://valami.ddns.net címen.
    Most lehet hogy nagyon rossz fele kapisgálok és irdatlan hülyeséget írok DE...
    feltöltöttem egy index.html filet próbaképp, ami ha ftp-n lépek bne ott vana gyökérkönyvtárban.
    ha simán beírom hogy valami.ddns.net akkor ezt a hibaüzenetet adja: Rejected request from RFC1918 IP to public server address
    Ebből gondolom hogy akkor esetleg csak állítani kéne valamit és már az index.html-t adná be. Olvasgattam visszafele és ott volt egy olyan, hogy az etc/config/uhttpd fileban az option rfc1918_filter '1' át kell írni 0-ra, de így se lett jobb ugyanazt írja ki. Jól gondolom a dolgot hogy így működne vagy ennél sokkal bonyolultabb?

    Iphone 5s IOS 8.3 | OSX 10.10.3

  • Maximusz

    aktív tag

    válasz suste #63643 üzenetére

    Szia!

    de hogy felesleges, már olvasom is :) - közben (az éjszaka) hozzáérés nélkül változott a hiba :)

    409: Conflict

    Your request had an invalid session-id header.

    To fix this, follow these steps:

    When reading a response, get its X-Transmission-Session-Id header and remember it
    Add the updated header to your outgoing requests
    When you get this 409 error message, resend your request with the updated header

    This requirement has been added to help prevent CSRF attacks.

    X-Transmission-Session-Id: N2xRfmZqzxmnWkvSMXIioz6ApHyswmXEQLIfjZaENr8KXwW3

    elolvasom a reame-ket ami ide kapcsolódik, és megjavítom :)

    uhttp-hez is van readme? - valamiért külső hálóról nem érem el a belső weboldalt ( port továbbítást elkészítettem) - ott ez a hiba:

    Forbidden

    Rejected request from RFC1918 IP to public server address

    kipróbáltam, hogy hozzáadom az uhttpd confighoz ezt, de így sem jó :

    option rfc1918_filter '0'

    [ Szerkesztve ]

  • k_miso

    tag

    Sziasztok!

    Az alábbi hibaüzenetbe szaladtam bele a router távoli elérésekor (https):

    Rejected request from RFC1918 IP to public server address

    A port távirányítások más eszközökre működnek. Tehát nem DDNS-el van a baj. A tűzfal forgalmi szabályokban be van állítva a LuCi-https a 443-as portra.

    Mi kerüli el a figyelmemet?

    miso

    miso

  • btz

    addikt

    válasz k_miso #64668 üzenetére

    Forbidden Rejected request from RFC1918 IP to public server address Openwrt Luci probléma.

    Sajnos ez az első oldal amit kidob a Google az RFC1918 problémára, de a megoldás nincs benne.
    ezért ide is leírom:
    Probléma oka: /etc/config/uhttp fájlban option rfc1918_filter '1' érték található. Ezt option rfc1918_filter '0'-ra kell állítani.
    Ez a megoldás. Nem csak a 1043-asnál de a többi fajtánál is előfordulhat.

    [ Szerkesztve ]

    ⓑⓣⓩ

Új hozzászólás Aktív témák