; ; syntax is VERY rigid: ; ;interface udp null ;interface ip null ;interface slip ;interface tunnel 0 ; ; Open subnet connections to neighbor wormhole sites using IP ; ; 94 is the old one that will be phased out someday. ; 4 is the new one. Both interfaces are defined here ; so that the IPIP daemon can handle incoming packets ; to either one. ; interface open ip null 94 interface new ip null 4 ; ; SLIP link from the localhost ; interface local slip /dev/ttypf 38400 ;