[HECnet] Connection to update

Oleg Safiullin form at pdp-11.org.ru
Sat Sep 19 18:36:34 PDT 2009


Sampsa Laine wrote:
Is anyone else's connection to update down? I can't seem to bridge packets.
Sampsa

I Can see MIM thro bridge, but CHIMP & RHESUS are unreachable...
Btw, there's a bug in bridge program on HECnet site, which may cause bridge to coredump.
You can look at my patch http://pdp-11.org.ru/~form/files/bridge-tap.diff which fixes the problem (and adds OpenBSD L2 tun/FreeBSD tap support).

--
Buggy code fix:

@@ -497,8 +644,8 @@
    if (is_decnet(d)) d->type = DECnet;
    if (is_lat(d)) d->type = LAT;

-   if (bridge[d->source].types[d->type] == 0) return;
    if (d->type == -1) return;
+   if (bridge[d->source].types[d->type] == 0) return;

    bridge[d->source].xcount++;

--
>ncp tel mim sho act nod

Active nodes summary as of 20-SEP-09 00:32:49

Executor node = 1.13 (MIM)

    State = On, Identification = "RSX system at Update, Sweden"

Remote                                             Active                                           Next
Node                       State               Links     Delay   Circuit           Node

1.15 (PONDUS)     Reachable                                     UNA-0               1.15 (PONDUS)
1.250 (ORAC)       Unreachable   0             4
1.251 (ZX6000)   Unreachable   0             4
1.300 (CTAKAH)   Reachable       1             4           UNA-0               1.300 (CTAKAH)
1.401 (CHIMPY)   Unreachable   0             4
1.402 (CHIMP)     Unreachable   0             4
1.403 (RHESUS)   Unreachable   0             4
11.1 (VAXSYS)                               0             10                                   11.2 (MAISA)
11.2 (MAISA)       Reachable                                     UNA-0               11.2 (MAISA)
11.3 (OLLIE)                                 0             4                                     11.2 (MAISA)
60.652 (MONK)                               0             4                                     60.664 (PDXVAX)
60.664 (PDXVAX) Reachable                                     UNA-0               60.664 (PDXVAX)

>



More information about the Hecnet-list mailing list