1 /* 2 portfwd2.cfg 3 4 $Id: portfwd2.cfg,v 1.1.1.1 2001/05/15 00:24:48 evertonm Exp $ 5 */ 6 7 tcp { 8 dos, 4321 { 9 :+1024 => pinheiros.dcc.unicamp.br:www; 10 => ceara:80 11 }; 12 13 8080, 1234 { => 127.0.0.1:80 } 14 } 15 16 udp { 17 4321 { 18 10.0.0.0/8:discard+noclog => ceara:10000; 19 11.0.0.0/8:discard+ => ceara:11000; 20 12.0.0.0/8:+discard => ceara:12000; 21 13.0.0.0:discard => ceara:13000; 22 ceara, 192.168.1.4/24 => localhost:15000; 23 0.0.0.0/0 => 127.0.0.1:20000 24 } 25 }