Hi, extract from my pf.conf to allow redirection and incoming connections from Emule clients to an internal LAN computer (192.169.0.100) :
$EXT is my external interface (connected to my ISP) : # Redirect TCP/4662 and UDP/4672 for Emule on 192.168.0.100 rdr on $EXT proto tcp from any to any port 4662 -> 192.168.0.100 port 4662 rdr on $EXT proto udp from any to any port 4672 -> 192.168.0.100 port 4672 # Allow ports UDP/4672, TCP/4662 for EDonkey pass in on $EXT inet proto tcp from any to 192.168.0.100 port = 4662 keep state pass in on $EXT inet proto udp from any to 192.168.0.100 port = 4672 keep state With this conf, I have Emule high ID on every server :-) A++ Foxy -- Laurent Cheylus <[EMAIL PROTECTED]> OpenPGP ID 0x5B766EC2
