UCC uplink (was Re: [tech] UCC<->Guild Bridge)

David Luyer david_luyer at pacific.net.au
Thu May 17 06:03:55 WST 2001


> ...but try as we might, we could not make mudpuppy (the AGS+, running:
> ROM: System Bootstrap, Version 11.0(21), SOFTWARE
> ROM: GS Software (GS3-K-M), Version 11.0(21), RELEASE SOFTWARE (fc1)
> ) put anything smaller than a /28 (we wanted a /32, effectively a
> point-to-point) on the interface we were going to make the uplink. Shig
> recently suggested making it an ip unnumbered interface and adding
> 130.95.13.1 as a secondary IP on the 130.95.13.3 interface.

How about:

int lo0
  ip addr 130.95.13.1 255.255.255.255

int e0
  ip unn lo0

or:

ip classless
ip subnet-zero
int e0
  desc Less specific on link to UCS
  ip addr 130.95.13.1 255.255.254.0
int e1
  desc More specific on real interface
  ip addr 130.95.13.3 255.255.255.192

David.
-- 
David Luyer                                        Phone:   +61 3 9674 7525
Engineering Projects Manager   P A C I F I C       Fax:     +61 3 9699 8693
Pacific Internet (Australia)  I N T E R N E T      Mobile:  +61 4 1111 2983
http://www.pacific.net.au/                         NASDAQ:  PCNTF






More information about the tech mailing list