Ho problemi con emule. Un solo PC della mia rete ha il diritto di usare emule (perchè sono un tiranno)

Questa è la configurazione del mio router:
Codice: Seleziona tutto
Current configuration : 3671 bytes
!
! Last configuration change at 19:05:00 CEST Mon Jul 11 2005
!
version 12.2
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname SuperWall
!
logging buffered 4096 informational
enable secret 5 ************************
!
username ******** password 7 ***************************
memory-size iomem 15
clock timezone CET 1
clock summer-time CEST recurring last Sun Mar 1:00 last Sun Oct 1:00
ip subnet-zero
!
!
ip domain name casa.net
ip dhcp excluded-address 192.168.0.1 192.168.0.10
!
ip dhcp pool CASADHCP
network 192.168.0.0 255.255.255.0
default-router 192.168.0.1
dns-server 212.216.112.112 212.216.172.62
!
ip inspect name OUTBOUND tcp
ip inspect name OUTBOUND udp
ip inspect name OUTBOUND ftp
ip inspect name OUTBOUND http
ip inspect name OUTBOUND smtp
ip audit notify log
ip audit po max-events 100
ip ssh time-out 15
vpdn enable
!
vpdn-group pppoe
request-dialin
protocol pppoe
!
!
!
!
!
!
interface ATM0
no ip address
no atm ilmi-keepalive
pvc 8/35
pppoe-client dial-pool-number 1
!
dsl operating-mode auto
no fair-queue
!
interface BRI0
no ip address
shutdown
!
interface FastEthernet0
ip address 192.168.0.1 255.255.255.0
ip access-group 101 in
ip nat inside
ip inspect OUTBOUND in
ip tcp adjust-mss 1452
speed auto
!
interface Dialer0
no ip address
!
interface Dialer1
mtu 1492
ip address negotiated
ip access-group 100 in
ip nat outside
encapsulation ppp
dialer pool 1
ntp disable
ppp chap hostname ***********
ppp chap password 7 ***************
ppp pap sent-username ********* password 7 ***************
!
ip nat inside source list 1 interface Dialer1 overload
ip nat inside source static tcp 192.168.0.5 4662 interface Dialer0 4662
ip nat inside source static udp 192.168.0.5 4672 interface Dialer0 4672
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
no ip http server
!
!
logging facility local2
logging 192.168.0.9
logging 192.168.0.2
access-list 1 permit 192.168.0.0 0.0.0.255
access-list 2 remark Utilizzata per limitare la provenienza dei pacchetti NTP
access-list 2 permit 192.168.0.9
access-list 2 deny any
access-list 100 permit icmp any any echo-reply
access-list 100 deny ip any any
access-list 101 permit tcp 192.168.0.0 0.0.0.255 any eq www
access-list 101 permit tcp 192.168.0.0 0.0.0.255 any eq pop3
access-list 101 permit udp 192.168.0.0 0.0.0.255 any eq domain
access-list 101 remark Abilito https
access-list 101 permit tcp 192.168.0.0 0.0.0.255 any eq 443
access-list 101 permit udp 192.168.0.0 0.0.0.255 any eq ntp
access-list 101 permit tcp 192.168.0.0 0.0.0.255 any eq smtp
access-list 101 permit icmp 192.168.0.0 0.0.0.255 any echo
access-list 101 permit tcp host 192.168.0.5 any eq 4662
access-list 101 permit udp host 192.168.0.5 any eq 4672
access-list 101 remark Abilito ssh
access-list 101 permit tcp host 192.168.0.2 host 192.168.0.1 eq 22
access-list 101 permit tcp 192.168.0.0 0.0.0.255 any range ftp-data ftp
access-list 101 remark Abilito DHCP
access-list 101 permit udp any any eq bootps
access-list 101 deny ip any any
!
!
line con 0
password 7 ***********************
login
line aux 0
password 7 ***********************
login
line vty 0 4
password 7 ***********************
login local
transport input ssh
line vty 5 14
password 7 ***********************
login local
transport input ssh
line vty 15
password 7 ***********************
login local
transport input ssh
!
no scheduler allocate
ntp authentication-key 1 md5 *********************** 7
ntp authenticate
ntp trusted-key 1
ntp clock-period 17179707
ntp server 192.168.0.9 key 1
ntp server 192.168.0.9 source FastEthernet0
end

Grazie a tutti