...
Comment peut-on faire �a avec iptables actuellement? Plus pr�cis�ment,
comment le firewall peut-il savoir vers quel pc envoyer un appel
entrant?
DNAT: Destination Network Address Translation

permet de modifier l'adresse IP destination des paquets sur base p.ex. du port destination (ce qui est g�n�ralement fait)

iptables -t nat --add PREROUTING -i ppp0 -p tcp --dport <port> \
-j DNAT --to-destination 1.2.3.4

--
-o) Pascal Bleser http://guru.unixtech.be |
/\\ <[EMAIL PROTECTED]> |
_\_v <[EMAIL PROTECTED]> |
---------------------------------------------|
Jesus saves,Buddha makes incremental backups :
---------------------------------------------'

_______________________________________________________
Linux Mailing List - http://www.unixtech.be
Subscribe/Unsubscribe: http://www.unixtech.be/mailman/listinfo/linux
Archives: http://www.mail-archive.com/[email protected]
IRC: efnet.unixtech.be:6667 - #unixtech


Répondre à