
Come scritto in oggeto avrei la necessità di aprire una porta per Azureus (client torrent sotto Linux)..
Il Client adesso mi dice:
Porta di ascolto TCP/UDP (ingresso): 4662
in fase di configurazione guidata gliela ho assegnata io..
Il consiglio del Client è:
Codice: Seleziona tutto
Choose a port from the 49152 - 65534 range. Azureus needs only one port, but you have to forward it for TCP and UDP to avoid NAT problems

Vi posto la mia conf x ora ho aperto solo le porte 4662 e 4672
Codice: Seleziona tutto
Router#show run
Building configuration...
Current configuration : 1555 bytes
!
version 12.1
no service single-slot-reload-enable
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname Router
!
logging rate-limit console 10 except errors
enable secret 5 $1$02a2$8vN4gmundC68oifJZZDZe/
!
username cisco password 7 XXXXXXXXXXXXXXXXX
ip subnet-zero
no ip finger
!
no ip dhcp-client network-discovery
!
!
!
interface Ethernet0
ip address 10.10.10.1 255.255.255.0
ip nat inside
no cdp enable
!
interface ATM0
no ip address
no atm ilmi-keepalive
pvc 8/35
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
dsl operating-mode auto
!
interface Dialer1
ip address negotiated
ip mtu 1492
ip nat outside
encapsulation ppp
ip tcp adjust-mss 1452
dialer pool 1
dialer remote-name redback
dialer-group 1
no cdp enable
ppp authentication pap chap callin
ppp chap hostname YYYYYYYYYYYYY
ppp chap password 7 XXXXXXXXXXXX
ppp pap sent-usernameYYYYYYYYYYY password 7 XXXXXXXXXXXX
ppp ipcp dns request
ppp ipcp wins request
!
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
no ip http server
!
ip nat inside source list 102 interface Dialer1 overload
ip nat inside source static tcp 10.10.10.3 4662 interface Dialer1 4662
ip nat inside source static udp 10.10.10.3 4672 interface Dialer1 4672
access-list 102 permit ip 10.10.10.0 0.0.0.255 any
dialer-list 1 protocol ip permit
no cdp run
!
line con 0
transport input none
stopbits 1
line vty 0 4
access-class 23 in
exec-timeout 120 0
login local
length 0
!
scheduler max-task-time 5000
end