Jaki procesor posiada twój router?
Broadcom MIPSEL
36% [151 głosów]
Broadcom ARM
52% [219 głosów]
Atheros
5% [22 głosów]
Marvell
1% [4 głosów]
Ralink
1% [3 głosów]
Intel/AMD/VIA
1% [5 głosów]
Żaden z powyższych
4% [15 głosów]
Ogółem głosów: 419
Musisz zalogować się, aby móc zagłosować. Rozpoczęto: 02/02/2015 09:38
O nie! Gdzie jest JavaScript? Twoja przeglądarka internetowa nie ma włączonej obsługi JavaScript lub nie obsługuje JavaScript.
Proszę włączyć JavaScript w przeglądarce internetowej, aby poprawnie wyświetlić tę witrynę, lub zaktualizować do przeglądarki internetowej, która obsługuje JavaScript.
vsFtpd - problem z upload
drobny
Dodano 08-01-2008 20:19
User
Posty: 5
Dołączył: 01/01/2008 21:44
Witam,
Mam problem z vsftpd, nie moge przeslac pliku na serwer, przesyla sie jakies 3kB i stoi - dlaczego ?
W logach mam [pid 1503] [ftp] FAIL DOWNLOAD: Client "XX.XX.XX.XX", "/", 0.00Kbyte/sec
wpis w vsftpd.conf
nopriv_user=ftp
background=YES
listen=YES
ftp_username=ftp
check_shell=NO
local_enable=NO
hide_ids=YES
anon_root=/mnt/disc0_2/Ftp
write_enable=YES
xferlog_enable=YES
xferlog_file=/var/log/xferlog.log
anonymous_enable=YES
no_anon_password=YES
anon_umask=022
anon_upload_enable=YES
anon_world_readable_only=YES
anon_mkdir_write_enable=YES
anon_other_write_enable=YES
anon_max_rate=5
i tu juz roznie kombinowalem z nobody jako uzytkownik... bez wpisu no_priv_user... z roznymi sciezkami w anon_root tu akurat katalog Ftp z uprawnieniami
drwxrwxrwx 4 ftp ftp 4096 Jan 8 19:29 Ftp
Ma ktos jakis pomysl co jest nie tak
dodam jescze ze w konsoli zatrzymuje sie
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> binary
200 Switching to Binary mode.
ftp> put spraaa0.pdf
local: spraaa0.pdf remote: spraaa0.pdf
200 PORT command successful. Consider using PASV.
150 Ok to send data.
tutaj czekam plik ma 180k a ja z 5 minut i potem
netout: Connection reset by peer
421 Data timeout. Reconnect. Sorry.
obsy
Dodano 08-01-2008 20:25
VIP
Posty: 5775
Dołączył: 31/10/2006 20:06
z lan czy wan? Jak z wan to nie masz załadowanego modułu ip_conntrack_ftp ew coś za dużo zablokowałeś na firewallu.
drobny
Dodano 08-01-2008 20:40
User
Posty: 5
Dołączył: 01/01/2008 21:44
z wan i lan mam tak samo
wydajac iptables -L mam:
Cytat
Chain INPUT (policy DROP)
target prot opt source destination
DROP all -- anywhere anywhere state INVALID
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
DROP tcp -- anywhere anywhere tcp option=!2 flags:SYN/SYN
input_rule all -- anywhere anywhere
input_wan all -- anywhere anywhere
LAN_ACCEPT all -- anywhere anywhere
ACCEPT icmp -- anywhere anywhere
ACCEPT gre -- anywhere anywhere
REJECT tcp -- anywhere anywhere reject-with tcp-reset
REJECT all -- anywhere anywhere reject-with icmp-port-unreachable
Chain FORWARD (policy DROP)
target prot opt source destination
DROP all -- anywhere anywhere state INVALID
TCPMSS tcp -- anywhere anywhere tcp flags:SYN,RST/SYN TCPMSS clamp to PMTU
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
forwarding_rule all -- anywhere anywhere
forwarding_wan all -- anywhere anywhere
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere
Chain LAN_ACCEPT (1 references)
target prot opt source destination
RETURN all -- anywhere anywhere
ACCEPT all -- anywhere anywhere
Chain OUTPUT (policy DROP)
target prot opt source destination
DROP all -- anywhere anywhere state INVALID
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
output_rule all -- anywhere anywhere
ACCEPT all -- anywhere anywhere
REJECT tcp -- anywhere anywhere reject-with tcp-reset
REJECT all -- anywhere anywhere reject-with icmp-port-unreachable
Chain forwarding_rule (1 references)
target prot opt source destination
Chain forwarding_wan (1 references)
target prot opt source destination
Chain input_rule (1 references)
target prot opt source destination
Chain input_wan (1 references)
target prot opt source destination
ACCEPT tcp -- anywhere anywhere tcp dpt:21
ACCEPT tcp -- anywhere anywhere tcp dpt:22
ACCEPT tcp -- anywhere anywhere tcp dpt:55555
ACCEPT tcp -- anywhere anywhere tcp dpt:4662
ACCEPT udp -- anywhere anywhere udp dpt:4665
ACCEPT udp -- anywhere anywhere udp dpt:4667
Chain output_rule (1 references)
target prot opt source destination
wydajac ipkg list_installed
Cytat
base-files - 9 - OpenWrt filesystem structure and scripts
base-files-brcm - 2 - Board/architecture specific files
bridge - 1.0.6-1 - Ethernet bridging tools
busybox - 1.00-5 - Core utilities for embedded Linux systems
dnsmasq - 2.35-1 - A lightweight DNS and DHCP server
dropbear - 0.48.1-1 - a small SSH 2 server/client designed for small memory environments.
e2fsprogs - 1.39-1 - Ext2/3 filesystem utilities
fdisk - 2.12r-1 - Partition table manipulation utility
haserl - 0.8.0-1 - a CGI wrapper to embed shell scripts in HTML documents
ipkg - 0.99.149-2 - lightweight package management system
iptables - 1.3.3-2 - The netfilter firewalling software for IPv4
iptables-mod-conntrack - 1.3.3-3 - Iptables (IPv4) extensions for connection tracking
iptables-mod-extra - 1.3.3-3 - Other extra Iptables (IPv4) extensions
iptables-mod-filter - 1.3.3-3 - Iptables (IPv4) extension for packet content inspection
iptables-mod-imq - 1.3.3-3 - Iptables (IPv4) extensions for Intermediate Queuing Device QoS-support
iptables-mod-ipopt - 1.3.3-3 - Iptables (IPv4) extensions for matching/changing IP packet options
iwlib - 28.pre7-1 - Library for setting up WiFi cards using the Wireless Extension
kernel - 2.4.30-brcm-5 -
kmod-brcm-wl - 2.4.30-brcm-5 - Proprietary driver for Broadcom Wireless chipsets
kmod-diag - 2.4.30-brcm-5 - Kernel modules for LEDs and buttons
kmod-ext2 - 2.4.30-brcm-5 - Kernel modules for EXT2 filesystem support
kmod-ext3 - 2.4.30-brcm-5 - Kernel modules for EXT3 filesystem support
kmod-imq - 2.4.30-brcm-5 - Kernel support for the Intermediate Queueing device
kmod-ipt-conntrack - 2.4.30-brcm-5 - Extra Netfilter (IPv4) kernel modules for connection tracking
kmod-ipt-extra - 2.4.30-brcm-5 - Other extra Netfilter (IPv4) kernel modules
kmod-ipt-filter - 2.4.30-brcm-5 - Netfilter (IPv4) kernel modules for packet content inspection
kmod-ipt-ipopt - 2.4.30-brcm-5 - Netfilter (IPv4) kernel modules for matching/changing IP packet options
kmod-ipt-nat-default - 2.4.30-brcm-5 - Default Netfilter (IPv4) NAT kernel modules for special protocols
kmod-nls-cp1250 - 2.4.30-brcm-5 - Kernel module for NLS Codepage 1250 (Slavic/Central European Languages)
kmod-nls-cp850 - 2.4.30-brcm-5 - Kernel module for NLS Codepage 850 (Europe)
kmod-nls-iso8859-1 - 2.4.30-brcm-5 - Kernel module for ISO 8859-1 (Latin 1)
kmod-nls-iso8859-15 - 2.4.30-brcm-5 - Kernel module for ISO 8859-15 (Latin 9)
kmod-nls-iso8859-2 - 2.4.30-brcm-5 - Kernel module for ISO 8859-2 (Latin 2)
kmod-ppp - 2.4.30-brcm-5 - PPP support
kmod-pppoe - 2.4.30-brcm-5 - PPP over Ethernet support
kmod-sched - 2.4.30-brcm-5 - Kernel schedulers for IP traffic
kmod-switch - 2.4.30-brcm-1 - switch driver for robo/admtek switch
kmod-usb-core - 2.4.30-brcm-5 - Kernel Support for USB
kmod-usb-storage - 2.4.30-brcm-5 - Kernel modules for USB storage support
kmod-usb-uhci - 2.4.30-brcm-5 - Kernel driver for UHCI USB controllers
kmod-usb2 - 2.4.30-brcm-5 - Kernel driver for USB2 controllers
kmod-vfat - 2.4.30-brcm-5 - Kernel modules for VFAT filesystem support
kmod-wlcompat - 2.4.30-brcm-4 - Compatibility module for using the Wireless Extension with broadcom's wl
libgcc - 3.4.4-10 - GCC support library
libncurses - 5.2-8 - Terminal handling library
libopenssl - 0.9.8d-2 - OpenSSL (Secure Socket Layer) libraries
libpcap - 0.9.4-1 - a low-level packet capture library
libpthread - 0.9.27-1 - POSIX threads library
libreadline - 5.1-1 - Command lines edition library
libuuid - 1.39-1 - DCE compatible Universally Unique Identifier library
mc - 4.1.35-3 -
mtd - 5 - Tool for modifying the flash chip
nano - 1.3.8-1 - An enhanced clone of the Pico text editor
nas - 3.90.37-17 - Proprietary Broadcom WPA Authenticator/Supplicant
ncurses - 5.5-1 -
nfs-server - 2.2beta47-2 - User space NFS server
ntpclient - 2003_194-2 - NTP client for setting system time from NTP servers.
nvram - 1 - NVRAM utility and libraries for Broadcom hardware
openssh-sftp-server - 4.4p1-1 - OpenSSH SFTP server
php5 - 5.0.5-1 - PHP5 Hypertext preprocessor
portmap - 5beta-2 - The RPC Portmapper
ppp - 2.4.3-7 - a PPP (Point-to-Point Protocol) daemon (with MPPE/MPPC support)
ppp-mod-pppoe - 2.4.3-7 - a PPPoE (PPP over Ethernet) plugin for PPP
qos-scripts - 1.2.0-0 - QoS scripts for OpenWrt
samba-common - 2.0.10-4 - NetBIOS/SMB server and client shared files
samba-server - 2.0.10-4 - NetBIOS/SMB file and print server
swap-utils - 2.12r-1 - Swap space management utilities
tc - 2.6.11-050330-1 - iproute2 traffic control utility
tcpdump - 3.9.4-1 - A tool for network monitoring and data acquisition.
uclibc - 0.9.27-9 - Standard C library for embedded Linux systems
vsftpd - 2.0.4-1 - a fast and secure FTP server
webif - 0.2-1 - A modular, extensible web interface for OpenWrt.
webif-lang-pl - 0.3-10 - Polish language file for webif.
webif-theme-zephyr - 0.3-10 - Zephyr theme for webif^2.
wificonf - 6 - Replacement utility for wlconf
wireless-tools - 28.pre7-1 - Tools for setting up WiFi cards using the Wireless Extension
zlib - 1.2.3-4 - an implementation of the deflate compression method (library)
obsy
Dodano 08-01-2008 20:43
VIP
Posty: 5775
Dołączył: 31/10/2006 20:06
lsmod pokaz
drobny
Dodano 08-01-2008 20:47
User
Posty: 5
Dołączył: 01/01/2008 21:44
root@OpenWrt:~# lsmod
Module Size Used by Tainted: P
ppp_async 8108 0 (unused)
ppp_generic 22868 0 [ppp_async]
slhc 6352 0 [ppp_generic]
ipt_length 336 5
ipt_layer7 10512 2
ipt_ipp2p 7320 1
ipt_CONNMARK 816 2
ehci-hcd 20556 0 (unused)
uhci 30180 0 (unused)
usb-storage 68624 2
sd_mod 12500 4
scsi_mod 70616 2 [usb-storage sd_mod]
usbcore 74808 1 [ehci-hcd uhci usb-storage]
nls_iso8859-2 3184 0 (unused)
nls_iso8859-15 3184 0 (unused)
nls_iso8859-1 2672 0 (unused)
nls_cp850 3424 0 (unused)
nls_cp1250 3680 0 (unused)
vfat 11692 0
fat 36840 0 [vfat]
ext3 72788 0
jbd 54872 0 [ext3]
ext2 41528 1
wlcompat 15744 0 (unused)
ip_nat_irc 2336 0 (unused)
ip_conntrack_irc 3128 1
ip_nat_tftp 1824 0 (unused)
ip_conntrack_tftp 1728 1
ip_nat_ftp 2960 0 (unused)
ip_conntrack_ftp 4320 1
wl 423640 0 (unused)
switch-robo 4460 0 (unused)
switch-core 4912 0 [switch-robo]
diag 19808 0 (unused)
obsy
Dodano 08-01-2008 20:52
VIP
Posty: 5775
Dołączył: 31/10/2006 20:06
W teorii wszystko ok...
Przejdź do forum
Regulamin
Testy i recenzje
Tutoriale
Projekty
Ogłoszenia - Komunikaty - Postulaty
Tomato - firmware
DD-WRT - firmware
OpenWrt - firmware
Oryginalny firmware
Pozostałe firmware
Asus
Netgear
TP-Link
Linksys
D-Link
Ubiquiti (EdgeRouter, Unifi)
Pozostałe
Rozwiązanie dedykowane
Składaki i rozwiązania alternatywne
Modemy 3G/LTE
Android / Windows Mobile
Kamery sieciowe
ITX / Media Center
Technologia VoIP
Kupię, sprzedam, zamienię, oddam
Ogłoszenia, pytania, porady w zakupie
Free zone
Kosz
· Gości online: 104
· Użytkowników online: 0
· Łącznie użytkowników: 24,115
· Najnowszy użytkownik: Ja
Musisz się zalogować, aby opublikować wiadomość.