What Ports does eDonkey use?
eDonkey uses three ports:
4661 (TCP) To connect with a server
4662 (TCP) To connect with other clients
4665 (UDP) To communicate with servers other than the one you are
connected to.
*4663 (TCP) Is also used with the command line client when it is
configured to allow remote connections. This is the case when using a
Graphical Interface (such as the Java Interface) with the client.
: 우디를 게이트웨이로 해서 윈도우컴 1대와 크로스케이블연결하여 인터넷
공유중입니다.
: edonkey2000의 리눅스 버전을 우디에 설치후 사용하려는데 네트웍설정과
관련해서 계속 실행이 되지않고 있습니다.
: 구루구루 같은 경우에는 아래의 설정으로 되어서, 포트만 당키의 4662로
변경하니
: vmware상의 윈도 당키에선 실행이 됐습니다.
: 참고로 vmware 상의 윈도는 ip 192.168.0.2, 게이트웨이
: 192.168.0.1(우디) 식으로 돼 있습니다.
: iptables -A PREROUTING -t nat -i ppp0 -p tcp --dport 9292 -j DNAT --
to-destination 192.168.0.2:9292
:
: 그런데 게이트웨이인 우디 상의 당키는 위의 설정에서 ip 부분을 우디쪽
(192.168.0.1)으로 바꿔설정해봐도 안 되더라구요.
: iptables로 게이트웨이상의 당키를 실행하기위한 포트설정에 대한 도움말
좀 부탁드립니다.
:
: --
: - human knowledge belongs to the world -