A (bad) bug was accidentally introduced into vgw-1.0a9: To fix it, apply the following patch to ui/main.cc: =================================================================== RCS file: RCS/main.cc,v retrieving revision 1.18 diff -c -r1.18 main.cc *** /tmp/T0a001bc Wed Dec 6 12:55:02 1995 --- main.cc Fri Dec 1 18:34:22 1995 *************** *** 397,402 **** --- 397,403 ---- sprintf(buf, "%d", ntohs(shs.port)); tcl.add_option("sessionAport", buf); sprintf(buf, "%d", shs.ttl); + tcl.add_option("sessionAttl", buf); sprintf(buf, "%d", ttl2bw(shs.ttl, shs.addr)); tcl.add_default("sessionAmaxBWScale", buf); *************** *** 414,419 **** --- 415,421 ---- sprintf(buf, "%d", ntohs(dhs.port)); tcl.add_option("sessionBport", buf); sprintf(buf, "%d", dhs.ttl); + tcl.add_option("sessionBttl", buf); sprintf(buf, "%d", ttl2bw(shs.ttl, shs.addr)); tcl.add_default("sessionBmaxBWScale", buf); } The fix will appear in vgw-1.0a10. Sorry for the trouble! -- Elan