PDA

View Full Version : Problema amuled low ID


beppicus
27-10-2006, 12:32
Ciao,
ho appena attivato "amuled" (demone di amule) su una macchina linux connessa in adsl tramite modem (non router). Riesco poi a collegarmi in http da altri computer della LAN tramite il webserver amuleweb.

Tuttavia incappo nel problema del "Low ID". I server di ED2K dicono che la mia porta 4662 non è raggiungibile.... ho provato a cambiare porta (1755) ma nulla.... ho provato ad aprire la porta con iptables, ma nulla. Non capico, perchè in fondo quel computer non è dietro un router (fa lui stesso da router per tutti gli altri).

Posto la tavola di IPTABLES (ho aperto praticamente tutto, ma nisba):

root@nano:/home/beppe# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
ACCEPT all -- anywhere anywhere state NEW
ACCEPT tcp -- anywhere anywhere tcp dpt:ssh
ACCEPT tcp -- anywhere anywhere tcp dpt:1755
ACCEPT udp -- anywhere anywhere udp dpt:1758

Chain FORWARD (policy ACCEPT)
target prot opt source destination
ACCEPT tcp -- anywhere 172.16.1.0 tcp dpt:1755
ACCEPT udp -- anywhere 172.16.1.0 udp dpt:1758
ACCEPT tcp -- anywhere 172.16.1.0 tcp dpt:1755
ACCEPT udp -- anywhere 172.16.1.0 udp dpt:1758
ACCEPT tcp -- anywhere localhost tcp dpt:1755

Chain OUTPUT (policy ACCEPT)
target prot opt source destination


Ciao.

beppicus
27-10-2006, 23:17
up!

beppicus
29-10-2006, 09:04
UP!