Imported Debian version 1.1.6
[debian/ipip] / samples / n8fow / ipip.config
1 ;
2 ; syntax is VERY rigid:
3 ;
4 ;interface <name> udp null  <udp-portnumber-on-which-to-listen>
5 ;interface <name> ip null <ip-protocol-id>
6 ;interface <name> slip </dev/ttyname> <speed>
7 ;interface <name> tunnel </dev/tundevicename> 0
8 ;
9 ; Open subnet connections to neighbor wormhole sites using IP
10 ;
11 ;   94  is the old one that will be phased out someday.
12 ;    4  is the new one.  Both interfaces are defined here 
13 ;       so that the IPIP daemon can handle incoming packets
14 ;       to either one.
15 ;
16 interface open ip null 94
17 interface new ip null 4
18 ;
19 ; SLIP link from the localhost
20 ;
21 interface local slip /dev/ttypf 38400
22 ;