Temat: Pomoc w ustawieniu Transmission
Witam,
Zaczynam z openwrt i coś mi teraz nie zadziałało w uruchomieniu Transmission. Sprzęt to 160NL, hub Unitek i tam pendrive 2GB exroot, oraz pendrive 8GB (7GB ex4 i 100MB FAT32-nie używana).
Router pracuje w trybie AP, WAN nie jest do niego podłączony. Bramą dostępową, serwerem DCHCP jest modem ADSL.
Zainstalowałem transmission, ustawiłem i stworzyłem katalog pobierania /mnt/pen/torrenty, oraz konfiguracji /mnt/pen/torrenty/konfiguracja
Fstab wygląda tak:
config global 'automount'
option from_fstab '1'
option anon_mount '1'
config global 'autoswap'
option from_fstab '1'
option anon_swap '0'
config mount
option fstype 'ext4'
option target '/overlay'
option uuid '1273fb7a-8aca-45de-b7f7-0707151df760'
option options 'rw,noatime'
option enabled '1'
option enabled_fsck '1'
option 'device' '/dev/sdb1'
option 'fstype' 'ext4'
option 'enabled' '1'
option 'target' '/mnt/pen'
option 'options' 'rw,sync'
option enabled_fsck '1'
config swap
option device '/dev/sda2'
option enabled '0'
Po próbie wejścia na klienta webowego z portem 9091 dostaje komunikat:
403: Forbidden
Unauthorized IP Address.
Either disable the IP address whitelist or add your address to it.
If you're editing settings.json, see the 'rpc-whitelist' and 'rpc-whitelist-enabled' entries.
If you're still using ACLs, use a whitelist instead. See the transmission-daemon manpage for details.
Na modemie firewall wyłączony. Obecnie nie mam dostępu fizycznego do sprzętu. Przekierowania działają, dodałem też na bramie przekierowanie portu 9091 na IP routera z transmission.
Proszę o jakieś wskazówki co mogę jeszcze zrobić, sprawdzić?