"Ну никак не выходит каменный цветок" openvpn
Все делал по схеме http://www.3dnews.ru/workshop/612504/
Дополнительно уставил udpxy xupnpd ssh
/media/DISK_A1/system/root # /media/DISK_A1/system/etc/init.d/S11openvpn restart
Killing OpenVPN processes....success
Unloading OpenVPN kernel modules...
rmmod: /media/DISK_A1/system/lib/modules/2.6.23-rt/tun.ko: No such file or directory
Loading OpenVPN kernel modules:
insmod: cannot insert '/media/DISK_A1/system/lib/modules/2.6.23-rt/tun.ko': invalid module format (-1): Exec format error
/media/DISK_A1/system/bin/mknod: line 10: syntax error: end of file unexpected
Выводы
/media/DISK_A1/system/etc/aa/1 # cat /etc/version
HARDWARE_REVISION=""
FIRMWARE_VERSION="V1.00(USD.2b)D0"
DEVICE_NAME="KEENETIC-GIGA"
BUILD_DATE="2012-01-21 20:32:07"
BUILD_CODE="120121203207"
REVISION="97f1801"
/media/DISK_A1/system/etc/aa/1 # lsmod
Module Size Used by Tainted: P
swlink 2576 0
fastnat 3744 0
hw_nat 31280 0
rt2860v2_ap 669984 1
hfsplus 102160 0
sierra 12464 0
dwc_otg 92384 0
lm 2176 1 dwc_otg,[permanent]
powerstat 3040 0
ralink_wdt 1888 0
xt_mark 1344 2
xt_mac 1536 0
ipt_webstr 4128 0
ipt_ipp2p 9728 1
rtled 4560 1 rt2860v2_ap
nf_nat_pptp 2496 0
nf_nat_proto_gre 2032 1 nf_nat_pptp
nf_conntrack_pptp 5168 1 nf_nat_pptp
nf_conntrack_proto_gre 3840 1 nf_conntrack_pptp
nf_nat_h323 7136 0
nf_conntrack_h323 38912 1 nf_nat_h323
Пробывал разные tun.ko
4faeee3044fd67920bbec2209a478009 /media/DISK_A1/system/lib/modules/2.6.23-rt/tun.ko
e0a13f7d54d36c033a2f5bc15d1a3f5d /media/DISK_A1/system/etc/aa/1/tun.ko
5aa8949699405903647cd80854b19640 /media/DISK_A1/system/etc/aa/old/tun.ko
/media/DISK_A1/system/root # iptables -L
Chain INPUT (policy DROP)
target prot opt source destination
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere 239.0.0.0/8
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
ACCEPT igmp -- anywhere anywhere
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:ftp
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:ssh
ACCEPT icmp -- anywhere anywhere icmp any
ACCEPT udp -- anywhere anywhere udp dpt:ssh
ACCEPT tcp -- anywhere anywhere tcp dpt:ftp
ACCEPT tcp -- anywhere anywhere tcp dpt:52400
ACCEPT udp -- anywhere anywhere udp dpt:52400
ACCEPT tcp -- anywhere anywhere tcp dpt:9091
ACCEPT tcp -- anywhere anywhere tcp dpt:6881
ACCEPT udp -- anywhere anywhere udp dpt:6881
EXTRNT tcp -- anywhere anywhere tcp dpt:9091
ACCEPT udp -- anywhere anywhere udp dpt:1194
Chain FORWARD (policy DROP)
target prot opt source destination
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere
ACCEPT all -- 10.8.0.0/24 anywhere
ACCEPT all -- anywhere anywhere state NEW
ACCEPT all -- anywhere anywhere state NEW
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
MINIUPNPD all -- anywhere anywhere
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Chain EXTRNT (1 references)
target prot opt source destination
ACCEPT all -- anywhere anywhere
Chain MINIUPNPD (1 references)
target prot opt source destination
Отредактировано andrey__s (2012-02-25 17:37:58)