Не открывается порт и не отдаёт transmission
Порт на роутере открыт, но не получается открыть порт для компа. Ещё transmission раздаёт со скоростью черепахи. Не пойму в чём может быть проблема, помогите пожалуйста!
Роутер: wl-500gp v2 | 1.9.2.7-d-r2624 | Стоит transmission и самба 2
В transmission DHT откл. и обмен источниками тоже откл. а так всё настройки изначальные стоят
iptables -L
Code:
Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT tcp -- anywhere anywhere tcp dpt:9091
ACCEPT udp -- anywhere anywhere udp dpt:55680
ACCEPT tcp -- anywhere anywhere tcp dpt:55680
ACCEPT udp -- anywhere anywhere udp dpt:51413
ACCEPT tcp -- anywhere anywhere tcp dpt:51413
ACCEPT udp -- anywhere anywhere udp dpt:65534
ACCEPT tcp -- anywhere anywhere tcp dpt:65534
ACCEPT tcp -- anywhere anywhere tcp dpt:www
DROP all -- anywhere anywhere state INVALID
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
ACCEPT all -- anywhere anywhere state NEW
ACCEPT all -- anywhere anywhere state NEW
Chain FORWARD (policy ACCEPT)
target prot opt source destination
ACCEPT udp -- anywhere 192.168.1.190 udp dpt:55680
ACCEPT tcp -- anywhere 192.168.1.190 tcp dpt:55680
ACCEPT all -- anywhere anywhere
DROP all -- anywhere anywhere state INVALID
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
DROP all -- anywhere anywhere
ACCEPT all -- anywhere anywhere ctstate DNAT
DROP all -- anywhere anywhere
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
ACCEPT udp -- anywhere anywhere udp dpt:55680
ACCEPT tcp -- anywhere anywhere tcp dpt:55680
ACCEPT udp -- anywhere anywhere udp dpt:51413
ACCEPT tcp -- anywhere anywhere tcp dpt:51413
Chain BRUTE (0 references)
target prot opt source destination
Chain MACS (0 references)
target prot opt source destination
Chain SECURITY (0 references)
target prot opt source destination
RETURN tcp -- anywhere anywhere tcp flags:FIN,SYN,RST,ACK/SYN limit: avg 1/sec burst 5
RETURN tcp -- anywhere anywhere tcp flags:FIN,SYN,RST,ACK/RST limit: avg 1/sec burst 5
RETURN udp -- anywhere anywhere limit: avg 5/sec burst 5
RETURN icmp -- anywhere anywhere limit: avg 5/sec burst 5
DROP all -- anywhere anywhere
Chain logaccept (0 references)
target prot opt source destination
LOG all -- anywhere anywhere state NEW LOG level warning tcp-sequence tcp-options ip-options prefix `ACCEPT '
ACCEPT all -- anywhere anywhere
Chain logdrop (0 references)
target prot opt source destination
LOG all -- anywhere anywhere state NEW LOG level warning tcp-sequence tcp-options ip-options prefix `DROP '
DROP all -- anywhere anywhere
iptables -L -t nat --line-numbers
Code:
Chain PREROUTING (policy ACCEPT)
num target prot opt source destination
1 VSERVER all -- anywhere host11050.butovonet.ru
Chain POSTROUTING (policy ACCEPT)
num target prot opt source destination
1 SNAT all -- 192.168.1.0/24 192.168.1.0/24 to:192.168.1.1
2 SNAT all -- !host11050.butovonet.ru anywhere to:94.158.110.50
3 MASQUERADE all -- !host11050.butovonet.ru anywhere
4 MASQUERADE all -- 192.168.1.0/24 192.168.1.0/24
Chain OUTPUT (policy ACCEPT)
num target prot opt source destination
Chain VSERVER (1 references)
num target prot opt source destination
Не устанавливается по FAQ'у в прошивках старше 1.9.2.7-rtn-r4001
Не устанавливается по FAQ'у в прошивках старше 1.9.2.7-rtn-r4001. На версии 2274 все устанавливается как надо (уже ставил)
Но в версиях старше не идет:
Code:
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 1 32 257008+ 82 Linux swap
/dev/sda2 33 157 1004062+ 83 Linux
/dev/sda3 158 19457 155027250 83 Linux
[admin@LAN root]$ mkdir /tmp/harddisk/opt
mkdir: can't create directory '/tmp/harddisk/opt': File exists
[admin@LAN root]$ mount -obind /tmp/harddisk/opt /opt
[admin@LAN root]$ mkdir -p /opt/tmp/ipkg
[admin@LAN root]$ ipkg.sh update
Downloading http://wl500g-repo.googlecode.com/svn/ipkg/openwrt/Packages ...
Connecting to wl500g-repo.googlecode.com (173.194.69.82:80)
Packages 100% |*******************************| 392k 0:00:00 ETA
Done.
Updated list of available packages in /opt/lib/ipkg/lists/openwrt
[admin@LAN root]$ ipkg.sh install ipkg-opt
ipkg_get_install: ERROR: Cannot find package ipkg-opt in /opt/lib/ipkg/lists
ipkg_get_install: Check the spelling and maybe run `ipkg update'.
[admin@LAN root]$ ipkg update
-sh: ipkg: not found
[admin@LAN root]$ ipkg install mc
-sh: ipkg: not found
[admin@LAN root]$ ipkg install transmission
-sh: ipkg: not found
[admin@LAN root]$ flashfs save && flashfs commit && flashfs enable
Что я делаю не так? Извините, если что-то глупое тут - новичок в линуксах (