From owner-freebsd-questions Mon Apr 30 6:20: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from host.lks.net (host.lks.net [216.58.73.2]) by hub.freebsd.org (Postfix) with ESMTP id 552CB37B422 for ; Mon, 30 Apr 2001 06:19:41 -0700 (PDT) (envelope-from munchkin@lks.net) Received: from lee (tc1-D-s22.lks.net [216.58.73.122]) by host.lks.net (8.9.3/8.9.3) with SMTP id JAA34958 for ; Mon, 30 Apr 2001 09:19:26 -0400 (EDT) (envelope-from munchkin@lks.net) Message-ID: <00fe01c0d178$6ad50540$7a493ad8@lee> From: "Peter & Shannon" To: Subject: Routed and Natd Date: Mon, 30 Apr 2001 09:21:05 -0400 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_00FA_01C0D156.E1E5CBA0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_00FA_01C0D156.E1E5CBA0 Content-Type: multipart/alternative; boundary="----=_NextPart_001_00FB_01C0D156.E1E5CBA0" ------=_NextPart_001_00FB_01C0D156.E1E5CBA0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I have a firewall set up on an ISP with an internal network behind it. I = am experiencing two problems, the first one being this error message: %tail messages Apr 30 07:54:45 host /kernel: arp_rtrequest: bad gateway value Apr 30 07:54:45 host last message repeated 19 times Apr 30 07:59:45 host /kernel: arp_rtrequest: bad gateway value The other problem I am getting is that any IP assigned to LINK1, with = the exception of the first address added from rc.conf, will not get = passed to the internal machine to which it is intended. I do not get any = LOG_DENY messages for requests sent to this address. In other words, any = ALIASed IP will not have it's packets forwarded to the correct machine, = but will instead be intercepted by the gateway. 111.22.33 is the network belonging to the ISP, with an assigned IP of = 111.22.33.15 for this gateway. 111.22.44 is the Class C assigned to the gateway. 111.22.43 is another network which I would like to set up as a = redundancy for routing and named, with an assigned IP of 111.22.43.26 = for this gateway. All networks are on the local ethernet. 192.168.1.1 is the IP of the private interface (LINK2), with hosts = 192.168.1.10 and 192.168.1.30. Any help on this would be greatly appreciated. Below are the configs and = printouts from netstat -rn. I have changed all the real IPs to fake = ones, but the network layout remains the same. Running natd, routed, gatd and named with the following configurations: %cat rc.router=20 #dummynet stuff ipfw -f -q flush ipfw add divert natd all from any to any via xl0 ipfw add pass all from any to any %cat rc.local=20 #!/bin/sh /sbin/natd -s -log_denied yes -f /etc/natd.conf /etc/rc.router /usr/sbin/arp -s 111.22.44.2 (MAC ADDR) pub %cat natd.conf=20 interface xl0 #Redirect Traffic webserver redirect_port tcp 192.168.1.10:23 xxx23 =20 redirect_port tcp 192.168.1.10:21 21 =20 redirect_port tcp 192.168.1.10:80 80 redirect_port tcp 192.168.1.10:443 443 %cat rc.conf=20 # This file now contains just the overrides from /etc/defaults/rc.conf # please make all changes to this file. gateway_enable=3D"YES" hostname=3D"host.example.com" defaultrouter=3D"111.22.33.1" ifconfig_xl0=3D"inet 111.22.44.2 netmask 255.255.255.0 broadcast = 111.22.33.15" ifconfig_xl0_alias0=3D"inet 111.22.33.15 netmask 255.255.255.0 broadcast = 111.22.33.255" ifconfig_xl0_alias1=3D"inet 111.22.43.26 netmask 255.255.255.0 broadcast = 111.22.43.255" ifconfig_xl0_alias2=3D"inet 111.22.44.3 netmask 255.255.255.255 = broadcast 111.22.44.255" ifconfig_xl0_alias3=3D"inet 111.22.44.4 netmask 255.255.255.255 = broadcast 111.22.44.255" ifconfig_xl0_alias4=3D"inet 111.22.44.5 netmask 255.255.255.255 = broadcast 111.22.44.255" ifconfig_xl0_alias5=3D"inet 111.22.44.6 netmask 255.255.255.255 = broadcast 111.22.44.255" ifconfig_xl0_alias6=3D"inet 111.22.44.7 netmask 255.255.255.255 = broadcast 111.22.44.255" ifconfig_xl0_alias7=3D"inet 111.22.44.8 netmask 255.255.255.255 = broadcast 111.22.44.255" ifconfig_xl0_alias8=3D"inet 111.22.44.9 netmask 255.255.255.255 = broadcast 111.22.44.255" ifconfig_xl0_alias9=3D"inet 111.22.44.10 netmask 255.255.255.255 = broadcast 111.22.44.255" ifconfig_xl0_alias10=3D"inet 111.22.44.11 netmask 255.255.255.255 = broadcast 111.22.44.255" ifconfig_xl0_alias11=3D"inet 111.22.44.12 netmask 255.255.255.255 = broadcast 111.22.44.255" ifconfig_xl0_alias12=3D"inet 111.22.44.13 netmask 255.255.255.255 = broadcast 111.22.44.255" ifconfig_xl0_alias13=3D"inet 111.22.44.14 netmask 255.255.255.255 = broadcast 111.22.44.255" ifconfig_xl0_alias14=3D"inet 111.22.44.15 netmask 255.255.255.255 = broadcast 111.22.44.255" ifconfig_xl0_alias15=3D"inet 111.22.44.16 netmask 255.255.255.255 = broadcast 111.22.44.255" ifconfig_xl0_alias16=3D"inet 111.22.44.17 netmask 255.255.255.255 = broadcast 111.22.44.255" ifconfig_xl0_alias17=3D"inet 111.22.44.18 netmask 255.255.255.255 = broadcast 111.22.44.255" ifconfig_xl0_alias18=3D"inet 111.22.44.19 netmask 255.255.255.255 = broadcast 111.22.44.255" ifconfig_xl0_alias19=3D"inet 111.22.44.20 netmask 255.255.255.255 = broadcast 111.22.44.255" ifconfig_xl0_alias20=3D"inet 111.22.44.21 netmask 255.255.255.255 = broadcast 111.22.44.255" ifconfig_xl0_alias21=3D"inet 111.22.44.22 netmask 255.255.255.255 = broadcast 111.22.44.255" ifconfig_xl0_alias22=3D"inet 111.22.44.25 netmask 255.255.255.255 = broadcast 111.22.44.255" ifconfig_xl1=3D"inet 192.168.1.1 netmask 255.255.255.0 broadcast = 192.168.1.255" %netstat -rn Routing tables Internet: Destination Gateway Flags Refs Use Netif = Expire default 111.22.33.1 UGSc 7 143475 xl0 127.0.0.1 127.0.0.1 UH 0 6 lo0 192.168.1 link#2 UC 0 0 xl1 = =3D> 192.168.1.1 MAC-ADDR PRIVATE UHLW 0 6 lo0 192.168.1.10 MAC-ADDR HOST(INT) UHLW 2 91622 xl1 = 1095 192.168.1.30 link#2 UHLW 1 11 xl1 = =3D> 192.168.200 111.22.33.14 UGc 0 0 xl0 111.22.33 link#1 UC 0 0 xl0 = =3D> 111.22.33.1 MAC-ADDR ROUTER UHLW 3 0 xl0 = 1164 111.22.33.2 MAC-ADDR HOST UHLW 1 204 xl0 = 1162 111.22.33.14 link#1 UHLW 1 0 xl0 = =3D> 111.22.33.15 ff:ff:ff:ff:ff:ff UHLWb 0 6009 xl0 111.22.44.0 ff:ff:ff:ff:ff:ff UHLWb 0 7 xl0 = =3D> 111.22.44 link#1 UC 0 0 xl0 = =3D> 111.22.44.2 MAC-ADDR PUBLIC UHLW 0 1493 lo0 = =3D> 111.22.44.2/32 MAC-ADDR PUBLIC ULS2c 0 0 lo0 111.22.44.3 111.22.44.3 UHLW 0 4 lo0 = =3D> 111.22.44.3/32 link#1 UC 0 0 xl0 = =3D> 111.22.44.4 111.22.44.4 UHLW 0 4 lo0 = =3D> 111.22.44.4/32 link#1 UC 0 0 xl0 = =3D> 111.22.44.5 111.22.44.5 UHLW 0 6 lo0 = =3D> 111.22.44.5/32 link#1 UC 0 0 xl0 = =3D> 111.22.44.6 111.22.44.6 UHLW 0 4 lo0 = =3D> 111.22.44.6/32 link#1 UC 0 0 xl0 = =3D> 111.22.44.7 111.22.44.7 UHLW 0 4 lo0 = =3D> 111.22.44.7/32 link#1 UC 0 0 xl0 = =3D> 111.22.44.8 111.22.44.8 UHLW 0 4 lo0 = =3D> 111.22.44.8/32 link#1 UC 0 0 xl0 = =3D> 111.22.44.9 111.22.44.9 UHLW 0 4 lo0 = =3D> 111.22.44.9/32 link#1 UC 0 0 xl0 = =3D> 111.22.44.10 111.22.44.10 UHLW 0 6 lo0 = =3D> 111.22.44.10/32 link#1 UC 0 0 xl0 = =3D> 111.22.44.11 111.22.44.11 UHLW 0 14 lo0 = =3D> 111.22.44.11/32 link#1 UC 0 0 xl0 = =3D> 111.22.44.12 111.22.44.12 UHLW 0 4 lo0 = =3D> 111.22.44.12/32 link#1 UC 0 0 xl0 = =3D> 111.22.44.13 111.22.44.13 UHLW 0 4 lo0 = =3D> 111.22.44.13/32 link#1 UC 0 0 xl0 = =3D> 111.22.44.14 111.22.44.14 UHLW 0 4 lo0 = =3D> 111.22.44.14/32 link#1 UC 0 0 xl0 = =3D> 111.22.44.15 111.22.44.15 UHLW 0 2 lo0 = =3D> 111.22.44.15/32 link#1 UC 0 0 xl0 = =3D> 111.22.44.16 111.22.44.16 UHLW 0 6 lo0 = =3D> 111.22.44.16/32 link#1 UC 0 0 xl0 = =3D> 111.22.44.17 111.22.44.17 UHLW 0 4 lo0 = =3D> 111.22.44.17/32 link#1 UC 0 0 xl0 = =3D> 111.22.44.18 111.22.44.18 UHLW 0 4 lo0 = =3D> 111.22.44.18/32 link#1 UC 0 0 xl0 = =3D> 111.22.44.19 111.22.44.19 UHLW 0 4 lo0 = =3D> 111.22.44.19/32 link#1 UC 0 0 xl0 = =3D> 111.22.44.20 111.22.44.20 UHLW 0 8 lo0 = =3D> 111.22.44.20/32 link#1 UC 0 0 xl0 = =3D> 111.22.44.21 111.22.44.21 UHLW 0 12 lo0 = =3D> 111.22.44.21/32 link#1 UC 0 0 xl0 = =3D> 111.22.44.22 111.22.44.22 UHLW 0 6102 lo0 = =3D> 111.22.44.22/32 link#1 UC 0 0 xl0 = =3D> 111.22.44.25 MAC-ADDR PUBLIC UHLW 0 4 lo0 = =3D> 111.22.44.25/32 link#1 UC 0 0 xl0 = =3D> 111.22.44.161 link#1 UHLW 0 4 xl0 = =3D> 111.22.43 link#1 UC 0 0 xl0 = =3D> 111.22.43.1 MAC-ADDR ROUTER UHLW 0 0 xl0 = 1200 111.22.43.2 MAC-ADDR HOST2 UHLW 0 299 xl0 = 1123 111.22.43.4 MAC-ADDR HOST3 UHLW 1 20 xl0 = 1186 111.22.43.10 MAC-ADDR HOST4 UHLW 0 56 xl0 = 1186 111.22.43.23 MAC-ADDR HOST5 UHLW 0 0 xl0 = 1123 111.22.43.122 MAC-ADDR HOST6 UHLW 2 14568 xl0 = 776 ------=_NextPart_001_00FB_01C0D156.E1E5CBA0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I have a firewall set up on an ISP with an internal network behind = it. I am=20 experiencing two problems, the first one being this error message:
 
%tail messages
Apr 30 07:54:45 host /kernel: arp_rtrequest: bad = gateway=20 value
Apr 30 07:54:45 host last message repeated 19 times
Apr 30 = 07:59:45=20 host /kernel: arp_rtrequest: bad gateway value
 
The other problem I am getting is that any IP assigned to LINK1, = with the=20 exception of the first address added from rc.conf, will not get passed = to the=20 internal machine to which it is intended. I do not get any LOG_DENY = messages for=20 requests sent to this address. In other words, any ALIASed IP will not = have it's=20 packets forwarded to the correct machine, but will instead be = intercepted by the=20 gateway.
 
111.22.33 is the network belonging to the ISP, with an assigned IP = of=20 111.22.33.15 for this gateway.
111.22.44 is the Class C assigned to the gateway.
111.22.43 is another network which I would like to set up as a = redundancy=20 for routing and named, with an assigned IP of 111.22.43.26 for this = gateway. All=20 networks are on the local ethernet.
192.168.1.1 is the IP of the private interface (LINK2), with hosts=20 192.168.1.10 and 192.168.1.30.
 
Any help on this would be greatly appreciated. Below are the = configs and=20 printouts from netstat -rn. I have changed all the real IPs to fake = ones, but=20 the network layout remains the same.
 
Running natd, routed, gatd and named with the following=20 configurations:
 
%cat rc.router
#dummynet stuff
ipfw -f -q flush
ipfw add = divert=20 natd all from any to any via xl0
ipfw add pass all from any to = any
 
%cat rc.local
#!/bin/sh
/sbin/natd -s -log_denied yes -f=20 /etc/natd.conf
/etc/rc.router
/usr/sbin/arp -s 111.22.44.2 (MAC = ADDR)=20 pub
 
%cat natd.conf
interface xl0
#Redirect Traffic=20 webserver
redirect_port tcp 192.168.1.10:23 xxx23  =
redirect_port tcp=20 192.168.1.10:21 21 
redirect_port tcp 192.168.1.10:80=20 80
redirect_port tcp 192.168.1.10:443 443
 
%cat rc.conf
# This file now contains just the overrides from = /etc/defaults/rc.conf
#=20 please make all changes to this=20 file.
gateway_enable=3D"YES"
hostname=3D"host.example.com"
defau= ltrouter=3D"111.22.33.1"
ifconfig_xl0=3D"inet=20 111.22.44.2 netmask 255.255.255.0 broadcast=20 111.22.33.15"
ifconfig_xl0_alias0=3D"inet 111.22.33.15 netmask = 255.255.255.0=20 broadcast 111.22.33.255"
ifconfig_xl0_alias1=3D"inet 111.22.43.26 = netmask=20 255.255.255.0 broadcast 111.22.43.255"
ifconfig_xl0_alias2=3D"inet = 111.22.44.3=20 netmask 255.255.255.255 broadcast = 111.22.44.255"
ifconfig_xl0_alias3=3D"inet=20 111.22.44.4 netmask 255.255.255.255 broadcast=20 111.22.44.255"
ifconfig_xl0_alias4=3D"inet 111.22.44.5 netmask = 255.255.255.255=20 broadcast 111.22.44.255"
ifconfig_xl0_alias5=3D"inet 111.22.44.6 = netmask=20 255.255.255.255 broadcast 111.22.44.255"
ifconfig_xl0_alias6=3D"inet=20 111.22.44.7 netmask 255.255.255.255 broadcast=20 111.22.44.255"
ifconfig_xl0_alias7=3D"inet 111.22.44.8 netmask = 255.255.255.255=20 broadcast 111.22.44.255"
ifconfig_xl0_alias8=3D"inet 111.22.44.9 = netmask=20 255.255.255.255 broadcast 111.22.44.255"
ifconfig_xl0_alias9=3D"inet=20 111.22.44.10 netmask 255.255.255.255 broadcast=20 111.22.44.255"
ifconfig_xl0_alias10=3D"inet 111.22.44.11 netmask=20 255.255.255.255 broadcast 111.22.44.255"
ifconfig_xl0_alias11=3D"inet = 111.22.44.12 netmask 255.255.255.255 broadcast=20 111.22.44.255"
ifconfig_xl0_alias12=3D"inet 111.22.44.13 netmask=20 255.255.255.255 broadcast 111.22.44.255"
ifconfig_xl0_alias13=3D"inet = 111.22.44.14 netmask 255.255.255.255 broadcast=20 111.22.44.255"
ifconfig_xl0_alias14=3D"inet 111.22.44.15 netmask=20 255.255.255.255 broadcast 111.22.44.255"
ifconfig_xl0_alias15=3D"inet = 111.22.44.16 netmask 255.255.255.255 broadcast=20 111.22.44.255"
ifconfig_xl0_alias16=3D"inet 111.22.44.17 netmask=20 255.255.255.255 broadcast 111.22.44.255"
ifconfig_xl0_alias17=3D"inet = 111.22.44.18 netmask 255.255.255.255 broadcast=20 111.22.44.255"
ifconfig_xl0_alias18=3D"inet 111.22.44.19 netmask=20 255.255.255.255 broadcast 111.22.44.255"
ifconfig_xl0_alias19=3D"inet = 111.22.44.20 netmask 255.255.255.255 broadcast=20 111.22.44.255"
ifconfig_xl0_alias20=3D"inet 111.22.44.21 netmask=20 255.255.255.255 broadcast 111.22.44.255"
ifconfig_xl0_alias21=3D"inet = 111.22.44.22 netmask 255.255.255.255 broadcast=20 111.22.44.255"
ifconfig_xl0_alias22=3D"inet 111.22.44.25 netmask=20 255.255.255.255 broadcast 111.22.44.255"
ifconfig_xl1=3D"inet = 192.168.1.1 =20 netmask 255.255.255.0 broadcast 192.168.1.255"
 
%netstat -rn
Routing tables
 
Internet:
Destination       =20 Gateway           = =20 Flags     Refs    =20 Use     Netif=20 Expire
default         &n= bsp; =20 111.22.33.1       =20 UGSc        7  =20 143475     =20 xl0
127.0.0.1         =20 127.0.0.1         =20 UH         =20 0        = 6     =20 lo0
192.168.1         =20 link#2           &= nbsp;=20 UC         =20 0        = 0      xl1=20 =3D>
192.168.1.1        MAC= -ADDR PRIVATE    =20 UHLW       =20 0        = 6     =20 lo0
192.168.1.10       = MAC-ADDR HOST(INT)=20 UHLW        2   =20 91622      xl1  =20 1095
192.168.1.30      =20 link#2           &= nbsp;=20 UHLW       =20 1       11      = xl1=20 =3D>
192.168.200       =20 111.22.33.14      =20 UGc        =20 0        = 0     =20 xl0
111.22.33         =20 link#1           &= nbsp;=20 UC         =20 0        = 0      xl0=20 =3D>
111.22.33.1        MAC= -ADDR=20 ROUTER     = UHLW       =20 3        = 0     =20 xl0  =20 1164
111.22.33.2        MAC-AD= DR=20 HOST   UHLW       =20 1      204     =20 xl0   1162
111.22.33.14       = link#1           &= nbsp;=20 UHLW       =20 1        = 0      xl0=20 =3D>
111.22.33.15      =20 ff:ff:ff:ff:ff:ff  UHLWb      =20 0     6009     =20 xl0
111.22.44.0       =20 ff:ff:ff:ff:ff:ff  UHLWb      =20 0        = 7      xl0=20 =3D>
111.22.44         = ;=20 link#1           &= nbsp;=20 UC         =20 0        = 0      xl0=20 =3D>
111.22.44.2        MAC= -ADDR=20 PUBLIC     = UHLW       =20 0     1493      lo0=20 =3D>
111.22.44.2/32   MAC-ADDR = PUBLIC    =20 ULS2c      =20 0        = 0     =20 lo0
111.22.44.3       =20 111.22.44.3       =20 UHLW       =20 0        = 4      lo0=20 =3D>
111.22.44.3/32    =20 link#1           &= nbsp;=20 UC         =20 0        = 0      xl0=20 =3D>
111.22.44.4       =20 111.22.44.4       =20 UHLW       =20 0        = 4      lo0=20 =3D>
111.22.44.4/32    =20 link#1           &= nbsp;=20 UC         =20 0        = 0      xl0=20 =3D>
111.22.44.5       =20 111.22.44.5       =20 UHLW       =20 0        = 6      lo0=20 =3D>
111.22.44.5/32    =20 link#1           &= nbsp;=20 UC         =20 0        = 0      xl0=20 =3D>
111.22.44.6       =20 111.22.44.6       =20 UHLW       =20 0        = 4      lo0=20 =3D>
111.22.44.6/32    =20 link#1           &= nbsp;=20 UC         =20 0        = 0      xl0=20 =3D>
111.22.44.7       =20 111.22.44.7       =20 UHLW       =20 0        = 4      lo0=20 =3D>
111.22.44.7/32    =20 link#1           &= nbsp;=20 UC         =20 0        = 0      xl0=20 =3D>
111.22.44.8       =20 111.22.44.8       =20 UHLW       =20 0        = 4      lo0=20 =3D>
111.22.44.8/32    =20 link#1           &= nbsp;=20 UC         =20 0        = 0      xl0=20 =3D>
111.22.44.9       =20 111.22.44.9       =20 UHLW       =20 0        = 4      lo0=20 =3D>
111.22.44.9/32    =20 link#1           &= nbsp;=20 UC         =20 0        = 0      xl0=20 =3D>
111.22.44.10      =20 111.22.44.10      =20 UHLW       =20 0        = 6      lo0=20 =3D>
111.22.44.10/32   =20 link#1           &= nbsp;=20 UC         =20 0        = 0      xl0=20 =3D>
111.22.44.11      =20 111.22.44.11      =20 UHLW       =20 0       14      = lo0=20 =3D>
111.22.44.11/32   =20 link#1           &= nbsp;=20 UC         =20 0        = 0      xl0=20 =3D>
111.22.44.12      =20 111.22.44.12      =20 UHLW       =20 0        = 4      lo0=20 =3D>
111.22.44.12/32   =20 link#1           &= nbsp;=20 UC         =20 0        = 0      xl0=20 =3D>
111.22.44.13      =20 111.22.44.13      =20 UHLW       =20 0        = 4      lo0=20 =3D>
111.22.44.13/32   =20 link#1           &= nbsp;=20 UC         =20 0        = 0      xl0=20 =3D>
111.22.44.14      =20 111.22.44.14      =20 UHLW       =20 0        = 4      lo0=20 =3D>
111.22.44.14/32   =20 link#1           &= nbsp;=20 UC         =20 0        = 0      xl0=20 =3D>
111.22.44.15      =20 111.22.44.15      =20 UHLW       =20 0        = 2      lo0=20 =3D>
111.22.44.15/32   =20 link#1           &= nbsp;=20 UC         =20 0        = 0      xl0=20 =3D>
111.22.44.16      =20 111.22.44.16      =20 UHLW       =20 0        = 6      lo0=20 =3D>
111.22.44.16/32   =20 link#1           &= nbsp;=20 UC         =20 0        = 0      xl0=20 =3D>
111.22.44.17      =20 111.22.44.17      =20 UHLW       =20 0        = 4      lo0=20 =3D>
111.22.44.17/32   =20 link#1           &= nbsp;=20 UC         =20 0        = 0      xl0=20 =3D>
111.22.44.18      =20 111.22.44.18      =20 UHLW       =20 0        = 4      lo0=20 =3D>
111.22.44.18/32   =20 link#1           &= nbsp;=20 UC         =20 0        = 0      xl0=20 =3D>
111.22.44.19      =20 111.22.44.19      =20 UHLW       =20 0        = 4      lo0=20 =3D>
111.22.44.19/32   =20 link#1           &= nbsp;=20 UC         =20 0        = 0      xl0=20 =3D>
111.22.44.20      =20 111.22.44.20      =20 UHLW       =20 0        = 8      lo0=20 =3D>
111.22.44.20/32   =20 link#1           &= nbsp;=20 UC         =20 0        = 0      xl0=20 =3D>
111.22.44.21      =20 111.22.44.21      =20 UHLW       =20 0       12      = lo0=20 =3D>
111.22.44.21/32   =20 link#1           &= nbsp;=20 UC         =20 0        = 0      xl0=20 =3D>
111.22.44.22      =20 111.22.44.22      =20 UHLW        0     = 6102      lo0=20 =3D>
111.22.44.22/32   =20 link#1           &= nbsp;=20 UC         =20 0        = 0      xl0=20 =3D>
111.22.44.25       MAC-ADDR=20 PUBLIC     = UHLW       =20 0        = 4      lo0=20 =3D>
111.22.44.25/32   =20 link#1           &= nbsp;=20 UC         =20 0        = 0      xl0=20 =3D>
111.22.44.161     =20 link#1           &= nbsp;=20 UHLW       =20 0        = 4      xl0=20 =3D>
111.22.43         = ;=20 link#1           &= nbsp;=20 UC         =20 0        = 0      xl0=20 =3D>
111.22.43.1        MAC= -ADDR=20 ROUTER     = UHLW       =20 0        = 0     =20 xl0  =20 1200
111.22.43.2        MAC-AD= DR HOST2   =20 UHLW        = 0     =20 299      xl0  =20 1123
111.22.43.4       =20 MAC-ADDR HOST3   = UHLW       =20 1       20     =20 xl0  =20 1186
111.22.43.10      MAC-ADDR HOS= T4    =20 UHLW       =20 0       56     =20 xl0  =20 1186
111.22.43.23      MAC-ADDR HOS= T5   =20 UHLW       =20 0        = 0     =20 xl0  =20 1123
111.22.43.122    MAC-ADDR HOST6 &nb= sp; =20 UHLW        2   =20 14568      xl0   =20 776
------=_NextPart_001_00FB_01C0D156.E1E5CBA0-- ------=_NextPart_000_00FA_01C0D156.E1E5CBA0 Content-Type: text/x-vcard; name="Lee Arden Lewis.vcf" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="Lee Arden Lewis.vcf" BEGIN:VCARD VERSION:2.1 N:Lewis;Lee;Arden FN:Lee Arden Lewis ORG:EtherlinX;Marketing TITLE:Director TEL;WORK;VOICE:613-961-0555 TEL;HOME;VOICE:613-476-6990 TEL;WORK;FAX:613-961-8922 TEL;HOME;FAX:316-476-9843 ADR;WORK;ENCODING=3DQUOTED-PRINTABLE:;;199 Front Street,=3D0D=3D0ASuite = 201;Belleville;Ontario;K8N-5H5;Canada LABEL;WORK;ENCODING=3DQUOTED-PRINTABLE:199 Front Street,=3D0D=3D0ASuite = 201=3D0D=3D0ABelleville, Ontario K8N-5H5=3D0D=3D0ACanad=3D a ADR;HOME:;;1327 Royal Road;Milford;Ontario;K0K-2P0;Canada LABEL;HOME;ENCODING=3DQUOTED-PRINTABLE:1327 Royal Road=3D0D=3D0AMilford, = Ontario K0K-2P0=3D0D=3D0ACanada X-WAB-GENDER:1 URL:http://www.etherlinx.ca URL:http://www.etherlinx.ca KEY;X509;ENCODING=3DBASE64: = MIICejCCAeOgAwIBAgIDBDtVMA0GCSqGSIb3DQEBBAUAMIGSMQswCQYDVQQGEwJaQTEVMBMG = A1UECBMMV2VzdGVybiBDYXBlMRIwEAYDVQQHEwlDYXBlIFRvd24xDzANBgNVBAoTBlRoYXd0 = ZTEdMBsGA1UECxMUQ2VydGlmaWNhdGUgU2VydmljZXMxKDAmBgNVBAMTH1BlcnNvbmFsIEZy = ZWVtYWlsIFJTQSAyMDAwLjguMzAwHhcNMDEwMjIxMDMzMjUwWhcNMDIwMjIxMDMzMjUwWjBC = MR8wHQYDVQQDExZUaGF3dGUgRnJlZW1haWwgTWVtYmVyMR8wHQYJKoZIhvcNAQkBFhBsZWVA = ZXRoZXJsaW54LmNhMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC6DF2gFYuqdB7D6T6g = v7WPOvPiv52vpaQaqc/AGjyzQI0ZRPvJZM5wSOQi/1ULnd+NvKpSw+TxC6zo2KLB3uwU7zmb = MhwgLqjdO1Cf+e/QY0KhqcnfupGzn9I+v3+SzEIxFntZBGBkfwvFOFQCuUJYsHIWmuRLB4bW = ioETYqXYCQIDAQABoy0wKzAbBgNVHREEFDASgRBsZWVAZXRoZXJsaW54LmNhMAwGA1UdEwEB = /wQCMAAwDQYJKoZIhvcNAQEEBQADgYEAPx524l80yMQ4iBtJlJ6rcmT0FppkGtmrEful90Lp = JV0AlcTPJuqDRTuNVJ4vRK5Ujs24Nd1nqD+p6eRRd9uJ5zdhDxAJHVfUgD9/hIcC7y6orem3 4WFlCYIoJw5Bb6042AmlUNiuEZwbLu2+shc4fiU2xyV5j8yP1iCqIJMUAN4=3D EMAIL;PREF;INTERNET:lee@etherlinx.ca REV:20010430T132105Z END:VCARD ------=_NextPart_000_00FA_01C0D156.E1E5CBA0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message