# MMC's ugly scripts for Redhat to bring up tunnels for # Internode BADSL # ------------------------------------------------------ # This assumes GRE tunnels. To change to IPIP change this file and ifup-tun # Change the module that gets probed. # # You'll need to know several things: # # - The IP address of your end of the tunnel # - Your LOCAL IP address - usually the IP address you've assigned to # the outside interface of your linux box that connects to your ADSL modem # - The Remote IP address of the Internode router # # I assume that you don't want the tunnel as your default router as it's less # efficient than allowing it to go out the normal interface # # This works for me under RH7.3 and RH8 with default RH kernels. # # You may also want to see my ADSLShaper scripts # - http://mmc.com.au/pub/adslshape # # Matthew Moyle-Croft (mmc@mmc.com.au) DEVICE=tun0 BOOTPROTO=static IPADDR=/ MTU=1500 REMOTEIP= LOCALIP= TUNMODE=gre ONBOOT=yes TTL=255