=== Errata/ Things we had to change but haven't formally committed to documentation === * on the console machine (10.3.7.254 in this case), we edited /usr/share/asngw/classify-ctrl.sh, we changed the lines:[[BR]] Original: {{{ : ${DEV_R3:="eth1"} : ${DEV_R6R4:="eth0"} : ${DEV_GREALL:="gre+"} : ${DEV_MSTUN:="mstun"} : ${MS2MS:="DROP"} : ${MS2MS_GRE_OPT:=""} : ${MS2MS_MSTUN_OPT:="-p icmp"} : ${MSMARK:="0x100"} : ${MSADDR:="10.41.0.0/16"} : ${R3_NETWORK:="172.16.1.0/24"} : ${R3_ADDR:="172.16.1.28 172.16.1.100"} #jml : ${R6R4_NETWORK:="10.3.7.0/24"} : ${R6R4_ADDR:="10.3.7.1"} # jml }}} Changed: {{{ : ${DEV_R3:="eth0"} : ${DEV_R6R4:="eth1"} : ${DEV_GREALL:="gre+"} : ${DEV_MSTUN:="mstun"} : ${MS2MS:="DROP"} : ${MS2MS_GRE_OPT:=""} : ${MS2MS_MSTUN_OPT:="-p icmp"} : ${MSMARK:="0x100"} : ${MSADDR:="10.41.0.0/16"} : ${R3_NETWORK:="10.41.0.0/16"} : ${R3_ADDR:="10.41.0.3"} #jml : ${R6R4_NETWORK:="10.3.0.0/16"} : ${R6R4_ADDR:="10.3.7.1"} # jml }}}