(RADIATOR) IPV6 support added

Wim Biemolt Wim.Biemolt at surfnet.nl
Wed Feb 18 12:11:20 CST 2004


Hello Mike,

On Wed, Feb 18, 2004 at 12:26:56PM +1100, Mike McCauley wrote:

> thanks for reporting this.
>
>
> On Wed, 18 Feb 2004 10:11 am, Wim Biemolt wrote:
> > On Thu, Feb 12, 2004 at 12:19:16PM +1100, Mike McCauley wrote:
> > > Thanks for reporting this.
> > > We have made a change so that IPV4 addresses received over IPV6 are
> > > treated exactly as they were before. It is available in the 3.8 patches
> > > area.
> >
> > Thanks for the patch. It fixed my problem. On what platforms does
> > Radiator support IPv6 transport? After the successful upgrade on
> > a FreeBSD based server I was less successful on Solaris 8 :-(
> >
> >   The STDERR output was Socket6::inet_pton not implemented on this
> >   architecture at /usr/local/bin/radiusd line 474.
>
> This problem is due to the fact that when Socket6 builds on Solaris 8 and 9,
> it looks in the wrong place for inet_pton and inet_ntop, and wrongly
> concludes they are not available.
>
> You can fix this by editing the config.h in Socket6 and adding the following
> lines:
>
> /* Sol 8 and 9 really do have these in libnsl */
> #define HAVE_INET_NTOP 1
> #define HAVE_INET_PTON 1
>
> and running
> make;make install
> again
>
> Alas, Solaris does not implement the IPV6 gethostbyname2. We have now released
> a patch for Radiator so the absence of this function does not cause a croak.

Before I try this. It looks like there is still an issue regarding IPv6
support on FreeBSD. When I enable IPv6 support using "BindAddress ipv6:::"
it (sometimes?) doesn't seem to proxy regular requests over IPv4 anymore.
My logfile and tcpdump show different things.

* I receive an Access-Request over IPv4 which should be proxied to
  another radius server over IPv4.

  Wed Feb 18 18:25:47 2004 93585: DEBUG: Packet dump:
  *** Received from 192.k.l.m port 2083 ....
  Code:       Access-Request

* Accoring to the logging the Access-Request is being proxied to the
  proper radius server

  Wed Feb 18 18:25:47 2004 102933: DEBUG: Packet dump:
  *** Sending to 192.a.b.c port 1812 ....
  Code:       Access-Request

* But tcpdump only shows that I receive something. Nothing is being
  transmitted to the proper radius server.

  18:25:47.090525 192.k.l.m.2083 > 192.x.y.z.1812:  rad-access-req 139 [id 79] Attr[  User{wimbie at sid.surfnet.nl} [|radius]
  18:25:51.082417 192.k.l.m.2083 > 192.x.y.z.1812:  rad-access-req 139 [id 79] Attr[  User{wimbie at sid.surfnet.nl} [|radius]

* According to the logging I receive no reply (to a question which most
  likely was never asked)

  Wed Feb 18 18:26:02 2004 198057: INFO: AuthRADIUS: No reply after 2 retransmissions to 192.a.b.c:1812 for wimbie at sid.surfnet.nl  (79)
  Wed Feb 18 18:26:02 2004 199210: INFO: AuthRADIUS could not find a working host to forward to. Ignoring
  Wed Feb 18 18:26:06 2004 238396: INFO: AuthRADIUS: No reply after 2 retransmissions to 192.a.b.c:1812 for wimbie at sid.surfnet.nl  (79)
  Wed Feb 18 18:26:06 2004 239537: INFO: AuthRADIUS could not find a working host to forward to. Ignoring

* When I remove the "BindAddress ipv6:::" logging and tcpdump are in
  agreement again

  18:26:23.559130 192.k.l.m.2089 > 192.x.y.z.1812:  rad-access-req 139 [id 80] Attr[  User{wimbie at sid.surfnet.nl} [|radius]
  18:26:23.572088 192.x.y.z.3025 > 192.a.b.c.1812:  rad-access-req 140 [id 1] Attr[  User{wimbie at sid.surfnet.nl} [|radius]
  18:26:25.631254 192.a.b.c.1812 > 192.x.y.z.3025:  rad-access-reject 36 [id 1] Attr[  Reply{Request Denied} ] (DF)
  18:26:25.638771 192.x.y.z.1812 > 192.k.l.m.2089:  rad-access-reject 36 [id 80] Attr[  Reply{Request Denied} ]

* So now I do receive a reply. (the question was actually sent)

  Wed Feb 18 18:26:25 2004 634069: DEBUG: Received reply in AuthRADIUS for req 1 from 192.a.b.c:1812
  Wed Feb 18 18:26:25 2004 635626: INFO: Access rejected for wimbie at sid.surfnet.nl: Proxied

I have included the "Trace 5" output of both times I tried to have an
IPv4 request proxied. The first time using "BindAddress ipv6:::". The
second time without "BindAddress ipv6:::". Any idea what is going wrong?

Cheers,

-Wim -/- SURFnet
-------------- next part --------------
Wed Feb 18 18:25:31 2004 825477: NOTICE: SIGHUP received: restarting
Wed Feb 18 18:25:31 2004 841385: DEBUG: Reading users file /usr/local/etc/raddb/users.vpn
Wed Feb 18 18:25:31 2004 851610: DEBUG: Reading users file /usr/local/etc/raddb/users.vpn
Wed Feb 18 18:25:31 2004 854439: DEBUG: Reading users file /usr/local/etc/raddb/users
Wed Feb 18 18:25:31 2004 856076: DEBUG: Finished reading configuration file '/usr/local/etc/radius.cfg'
Wed Feb 18 18:25:31 2004 857617: DEBUG: Reading dictionary file '/usr/local/etc/raddb/dictionary'
Wed Feb 18 18:25:32 2004 14029: DEBUG: Creating authentication port ipv6::::1812
Wed Feb 18 18:25:32 2004 15530: DEBUG: Creating accounting port ipv6::::1813
Wed Feb 18 18:25:32 2004 16851: NOTICE: Server started: Radiator 3.8 on surfnet.nl
Wed Feb 18 18:25:47 2004 93585: DEBUG: Packet dump:
*** Received from 192.k.l.m port 2083 ....

Packet length = 139
01 4f 00 8b c6 18 9d f3 7a 03 4e b8 91 b7 65 af
49 ba af 6c 01 17 77 69 6d 62 69 65 40 73 69 64
2e 73 75 72 66 6e 65 74 2e 6e 6c 02 12 be d8 63
28 56 56 8f 56 81 cc 09 8e 10 da a1 8d 05 06 00
00 04 e0 06 06 00 00 00 02 07 06 00 00 00 01 1e
10 31 39 32 2e 38 37 2e 31 31 30 2e 31 39 36 1f
10 31 34 35 2e 39 39 2e 32 31 33 2e 32 34 35 42
10 31 34 35 2e 39 39 2e 32 31 33 2e 32 34 35 04
06 c0 57 6d 2e 3d 06 00 00 00 05
Code:       Access-Request
Identifier: 79
Authentic:  <198><24><157><243>z<3>N<184><145><183>e<175>I<186><175>l
Attributes:
	User-Name = "wimbie at sid.surfnet.nl"
	User-Password = "<190><216>c(VV<143>V<129><204><9><142><16><218><161><141>"
	NAS-Port = 1248
	Service-Type = Framed-User
	Framed-Protocol = PPP
	Called-Station-Id = "192.d.e.f"
	Calling-Station-Id = "145.99.v.w"
	Tunnel-Client-Endpoint = 145.99.v.w
	NAS-IP-Address = 192.k.l.m
	NAS-Port-Type = Virtual

Wed Feb 18 18:25:47 2004 95580: DEBUG: Handling request with Handler 'Realm=sid.surfnet.nl'
Wed Feb 18 18:25:47 2004 97240: DEBUG:  Deleting session for wimbie at sid.surfnet.nl, 192.k.l.m, 1248
Wed Feb 18 18:25:47 2004 98362: DEBUG: Handling with Radius::AuthRADIUS
Wed Feb 18 18:25:47 2004 102933: DEBUG: Packet dump:
*** Sending to 192.a.b.c port 1812 ....

Packet length = 140
01 01 00 8c c6 18 9d f3 7a 03 4e b8 91 b7 65 af
49 ba af 6c 01 17 77 69 6d 62 69 65 40 73 69 64
2e 73 75 72 66 6e 65 74 2e 6e 6c 02 12 11 2f f5
db 80 14 e0 22 c5 0e fb a0 dc dc 3d ff 05 06 00
00 04 e0 06 06 00 00 00 02 07 06 00 00 00 01 1e
10 31 39 32 2e 38 37 2e 31 31 30 2e 31 39 36 1f
10 31 34 35 2e 39 39 2e 32 31 33 2e 32 34 35 42
11 00 31 34 35 2e 39 39 2e 32 31 33 2e 32 34 35
04 06 c0 57 6d 2e 3d 06 00 00 00 05
Code:       Access-Request
Identifier: 1
Authentic:  <198><24><157><243>z<3>N<184><145><183>e<175>I<186><175>l
Attributes:
	User-Name = "wimbie at sid.surfnet.nl"
	User-Password = "<17>/<245><219><128><20><224>"<197><14><251><160><220><220>=<255>"
	NAS-Port = 1248
	Service-Type = Framed-User
	Framed-Protocol = PPP
	Called-Station-Id = "192.d.e.f"
	Calling-Station-Id = "145.99.v.w"
	Tunnel-Client-Endpoint = 145.99.v.w
	NAS-IP-Address = 192.k.l.m
	NAS-Port-Type = Virtual

Wed Feb 18 18:25:51 2004 85492: DEBUG: Packet dump:
*** Received from 192.k.l.m port 2083 ....

Packet length = 139
01 4f 00 8b c6 18 9d f3 7a 03 4e b8 91 b7 65 af
49 ba af 6c 01 17 77 69 6d 62 69 65 40 73 69 64
2e 73 75 72 66 6e 65 74 2e 6e 6c 02 12 be d8 63
28 56 56 8f 56 81 cc 09 8e 10 da a1 8d 05 06 00
00 04 e0 06 06 00 00 00 02 07 06 00 00 00 01 1e
10 31 39 32 2e 38 37 2e 31 31 30 2e 31 39 36 1f
10 31 34 35 2e 39 39 2e 32 31 33 2e 32 34 35 42
10 31 34 35 2e 39 39 2e 32 31 33 2e 32 34 35 04
06 c0 57 6d 2e 3d 06 00 00 00 05
Code:       Access-Request
Identifier: 79
Authentic:  <198><24><157><243>z<3>N<184><145><183>e<175>I<186><175>l
Attributes:
	User-Name = "wimbie at sid.surfnet.nl"
	User-Password = "<190><216>c(VV<143>V<129><204><9><142><16><218><161><141>"
	NAS-Port = 1248
	Service-Type = Framed-User
	Framed-Protocol = PPP
	Called-Station-Id = "192.d.e.f"
	Calling-Station-Id = "145.99.v.w"
	Tunnel-Client-Endpoint = 145.99.v.w
	NAS-IP-Address = 192.k.l.m
	NAS-Port-Type = Virtual

Wed Feb 18 18:25:51 2004 87469: DEBUG: Handling request with Handler 'Realm=sid.surfnet.nl'
Wed Feb 18 18:25:51 2004 89089: DEBUG:  Deleting session for wimbie at sid.surfnet.nl, 192.k.l.m, 1248
Wed Feb 18 18:25:51 2004 90186: DEBUG: Handling with Radius::AuthRADIUS
Wed Feb 18 18:25:51 2004 94108: DEBUG: Packet dump:
*** Sending to 192.a.b.c port 1812 ....

Packet length = 140
01 02 00 8c c6 18 9d f3 7a 03 4e b8 91 b7 65 af
49 ba af 6c 01 17 77 69 6d 62 69 65 40 73 69 64
2e 73 75 72 66 6e 65 74 2e 6e 6c 02 12 11 2f f5
db 80 14 e0 22 c5 0e fb a0 dc dc 3d ff 05 06 00
00 04 e0 06 06 00 00 00 02 07 06 00 00 00 01 1e
10 31 39 32 2e 38 37 2e 31 31 30 2e 31 39 36 1f
10 31 34 35 2e 39 39 2e 32 31 33 2e 32 34 35 42
11 00 31 34 35 2e 39 39 2e 32 31 33 2e 32 34 35
04 06 c0 57 6d 2e 3d 06 00 00 00 05
Code:       Access-Request
Identifier: 2
Authentic:  <198><24><157><243>z<3>N<184><145><183>e<175>I<186><175>l
Attributes:
	User-Name = "wimbie at sid.surfnet.nl"
	User-Password = "<17>/<245><219><128><20><224>"<197><14><251><160><220><220>=<255>"
	NAS-Port = 1248
	Service-Type = Framed-User
	Framed-Protocol = PPP
	Called-Station-Id = "192.d.e.f"
	Calling-Station-Id = "145.99.v.w"
	Tunnel-Client-Endpoint = 145.99.v.w
	NAS-IP-Address = 192.k.l.m
	NAS-Port-Type = Virtual

Wed Feb 18 18:25:52 2004 97510: DEBUG: Timed out, retransmitting
Wed Feb 18 18:25:52 2004 100620: DEBUG: Packet dump:
*** Sending to 192.a.b.c port 1812 ....

Packet length = 140
01 01 00 8c c6 18 9d f3 7a 03 4e b8 91 b7 65 af
49 ba af 6c 01 17 77 69 6d 62 69 65 40 73 69 64
2e 73 75 72 66 6e 65 74 2e 6e 6c 02 12 11 2f f5
db 80 14 e0 22 c5 0e fb a0 dc dc 3d ff 05 06 00
00 04 e0 06 06 00 00 00 02 07 06 00 00 00 01 1e
10 31 39 32 2e 38 37 2e 31 31 30 2e 31 39 36 1f
10 31 34 35 2e 39 39 2e 32 31 33 2e 32 34 35 42
11 00 31 34 35 2e 39 39 2e 32 31 33 2e 32 34 35
04 06 c0 57 6d 2e 3d 06 00 00 00 05
Code:       Access-Request
Identifier: 1
Authentic:  <198><24><157><243>z<3>N<184><145><183>e<175>I<186><175>l
Attributes:
	User-Name = "wimbie at sid.surfnet.nl"
	User-Password = "<17>/<245><219><128><20><224>"<197><14><251><160><220><220>=<255>"
	NAS-Port = 1248
	Service-Type = Framed-User
	Framed-Protocol = PPP
	Called-Station-Id = "192.d.e.f"
	Calling-Station-Id = "145.99.v.w"
	Tunnel-Client-Endpoint = 145.99.v.w
	NAS-IP-Address = 192.k.l.m
	NAS-Port-Type = Virtual

Wed Feb 18 18:25:56 2004 137759: DEBUG: Timed out, retransmitting
Wed Feb 18 18:25:56 2004 140873: DEBUG: Packet dump:
*** Sending to 192.a.b.c port 1812 ....

Packet length = 140
01 02 00 8c c6 18 9d f3 7a 03 4e b8 91 b7 65 af
49 ba af 6c 01 17 77 69 6d 62 69 65 40 73 69 64
2e 73 75 72 66 6e 65 74 2e 6e 6c 02 12 11 2f f5
db 80 14 e0 22 c5 0e fb a0 dc dc 3d ff 05 06 00
00 04 e0 06 06 00 00 00 02 07 06 00 00 00 01 1e
10 31 39 32 2e 38 37 2e 31 31 30 2e 31 39 36 1f
10 31 34 35 2e 39 39 2e 32 31 33 2e 32 34 35 42
11 00 31 34 35 2e 39 39 2e 32 31 33 2e 32 34 35
04 06 c0 57 6d 2e 3d 06 00 00 00 05
Code:       Access-Request
Identifier: 2
Authentic:  <198><24><157><243>z<3>N<184><145><183>e<175>I<186><175>l
Attributes:
	User-Name = "wimbie at sid.surfnet.nl"
	User-Password = "<17>/<245><219><128><20><224>"<197><14><251><160><220><220>=<255>"
	NAS-Port = 1248
	Service-Type = Framed-User
	Framed-Protocol = PPP
	Called-Station-Id = "192.d.e.f"
	Calling-Station-Id = "145.99.v.w"
	Tunnel-Client-Endpoint = 145.99.v.w
	NAS-IP-Address = 192.k.l.m
	NAS-Port-Type = Virtual

Wed Feb 18 18:25:57 2004 147726: DEBUG: Timed out, retransmitting
Wed Feb 18 18:25:57 2004 150835: DEBUG: Packet dump:
*** Sending to 192.a.b.c port 1812 ....

Packet length = 140
01 01 00 8c c6 18 9d f3 7a 03 4e b8 91 b7 65 af
49 ba af 6c 01 17 77 69 6d 62 69 65 40 73 69 64
2e 73 75 72 66 6e 65 74 2e 6e 6c 02 12 11 2f f5
db 80 14 e0 22 c5 0e fb a0 dc dc 3d ff 05 06 00
00 04 e0 06 06 00 00 00 02 07 06 00 00 00 01 1e
10 31 39 32 2e 38 37 2e 31 31 30 2e 31 39 36 1f
10 31 34 35 2e 39 39 2e 32 31 33 2e 32 34 35 42
11 00 31 34 35 2e 39 39 2e 32 31 33 2e 32 34 35
04 06 c0 57 6d 2e 3d 06 00 00 00 05
Code:       Access-Request
Identifier: 1
Authentic:  <198><24><157><243>z<3>N<184><145><183>e<175>I<186><175>l
Attributes:
	User-Name = "wimbie at sid.surfnet.nl"
	User-Password = "<17>/<245><219><128><20><224>"<197><14><251><160><220><220>=<255>"
	NAS-Port = 1248
	Service-Type = Framed-User
	Framed-Protocol = PPP
	Called-Station-Id = "192.d.e.f"
	Calling-Station-Id = "145.99.v.w"
	Tunnel-Client-Endpoint = 145.99.v.w
	NAS-IP-Address = 192.k.l.m
	NAS-Port-Type = Virtual

Wed Feb 18 18:26:01 2004 187888: DEBUG: Timed out, retransmitting
Wed Feb 18 18:26:01 2004 191004: DEBUG: Packet dump:
*** Sending to 192.a.b.c port 1812 ....

Packet length = 140
01 02 00 8c c6 18 9d f3 7a 03 4e b8 91 b7 65 af
49 ba af 6c 01 17 77 69 6d 62 69 65 40 73 69 64
2e 73 75 72 66 6e 65 74 2e 6e 6c 02 12 11 2f f5
db 80 14 e0 22 c5 0e fb a0 dc dc 3d ff 05 06 00
00 04 e0 06 06 00 00 00 02 07 06 00 00 00 01 1e
10 31 39 32 2e 38 37 2e 31 31 30 2e 31 39 36 1f
10 31 34 35 2e 39 39 2e 32 31 33 2e 32 34 35 42
11 00 31 34 35 2e 39 39 2e 32 31 33 2e 32 34 35
04 06 c0 57 6d 2e 3d 06 00 00 00 05
Code:       Access-Request
Identifier: 2
Authentic:  <198><24><157><243>z<3>N<184><145><183>e<175>I<186><175>l
Attributes:
	User-Name = "wimbie at sid.surfnet.nl"
	User-Password = "<17>/<245><219><128><20><224>"<197><14><251><160><220><220>=<255>"
	NAS-Port = 1248
	Service-Type = Framed-User
	Framed-Protocol = PPP
	Called-Station-Id = "192.d.e.f"
	Calling-Station-Id = "145.99.v.w"
	Tunnel-Client-Endpoint = 145.99.v.w
	NAS-IP-Address = 192.k.l.m
	NAS-Port-Type = Virtual

Wed Feb 18 18:26:02 2004 198057: INFO: AuthRADIUS: No reply after 2 retransmissions to 192.a.b.c:1812 for wimbie at sid.surfnet.nl  (79)
Wed Feb 18 18:26:02 2004 199210: INFO: AuthRADIUS could not find a working host to forward to. Ignoring
Wed Feb 18 18:26:06 2004 238396: INFO: AuthRADIUS: No reply after 2 retransmissions to 192.a.b.c:1812 for wimbie at sid.surfnet.nl  (79)
Wed Feb 18 18:26:06 2004 239537: INFO: AuthRADIUS could not find a working host to forward to. Ignoring
Wed Feb 18 18:26:15 2004 222658: NOTICE: SIGHUP received: restarting
Wed Feb 18 18:26:15 2004 233855: DEBUG: Reading users file /usr/local/etc/raddb/users.vpn
Wed Feb 18 18:26:15 2004 243362: DEBUG: Reading users file /usr/local/etc/raddb/users.vpn
Wed Feb 18 18:26:15 2004 246221: DEBUG: Reading users file /usr/local/etc/raddb/users
Wed Feb 18 18:26:15 2004 247849: DEBUG: Finished reading configuration file '/usr/local/etc/radius.cfg'
Wed Feb 18 18:26:15 2004 249396: DEBUG: Reading dictionary file '/usr/local/etc/raddb/dictionary'
Wed Feb 18 18:26:15 2004 406718: DEBUG: Creating authentication port 0.0.0.0:1812
Wed Feb 18 18:26:15 2004 408304: DEBUG: Creating accounting port 0.0.0.0:1813
Wed Feb 18 18:26:15 2004 409661: NOTICE: Server started: Radiator 3.8 on surfnet.nl
Wed Feb 18 18:26:23 2004 562134: DEBUG: Packet dump:
*** Received from 192.k.l.m port 2089 ....

Packet length = 139
01 50 00 8b c5 b0 1d de 55 28 ea 7a dc 15 e2 b0
9f ad 73 c5 01 17 77 69 6d 62 69 65 40 73 69 64
2e 73 75 72 66 6e 65 74 2e 6e 6c 02 12 08 75 bc
fd 1b 55 77 36 11 62 d2 ed 8f cb 5c 6e 05 06 00
00 04 e1 06 06 00 00 00 02 07 06 00 00 00 01 1e
10 31 39 32 2e 38 37 2e 31 31 30 2e 31 39 36 1f
10 31 34 35 2e 39 39 2e 32 31 33 2e 32 34 35 42
10 31 34 35 2e 39 39 2e 32 31 33 2e 32 34 35 04
06 c0 57 6d 2e 3d 06 00 00 00 05
Code:       Access-Request
Identifier: 80
Authentic:  <197><176><29><222>U(<234>z<220><21><226><176><159><173>s<197>
Attributes:
	User-Name = "wimbie at sid.surfnet.nl"
	User-Password = "<8>u<188><253><27>Uw6<17>b<210><237><143><203>\n"
	NAS-Port = 1249
	Service-Type = Framed-User
	Framed-Protocol = PPP
	Called-Station-Id = "192.d.e.f"
	Calling-Station-Id = "145.99.v.w"
	Tunnel-Client-Endpoint = 145.99.v.w
	NAS-IP-Address = 192.k.l.m
	NAS-Port-Type = Virtual

Wed Feb 18 18:26:23 2004 564127: DEBUG: Handling request with Handler 'Realm=sid.surfnet.nl'
Wed Feb 18 18:26:23 2004 565768: DEBUG:  Deleting session for wimbie at sid.surfnet.nl, 192.k.l.m, 1249
Wed Feb 18 18:26:23 2004 566891: DEBUG: Handling with Radius::AuthRADIUS
Wed Feb 18 18:26:23 2004 571441: DEBUG: Packet dump:
*** Sending to 192.a.b.c port 1812 ....

Packet length = 140
01 01 00 8c c5 b0 1d de 55 28 ea 7a dc 15 e2 b0
9f ad 73 c5 01 17 77 69 6d 62 69 65 40 73 69 64
2e 73 75 72 66 6e 65 74 2e 6e 6c 02 12 ab 3d 10
3c c3 cd c1 fc d0 84 30 b7 f8 79 d8 2a 05 06 00
00 04 e1 06 06 00 00 00 02 07 06 00 00 00 01 1e
10 31 39 32 2e 38 37 2e 31 31 30 2e 31 39 36 1f
10 31 34 35 2e 39 39 2e 32 31 33 2e 32 34 35 42
11 00 31 34 35 2e 39 39 2e 32 31 33 2e 32 34 35
04 06 c0 57 6d 2e 3d 06 00 00 00 05
Code:       Access-Request
Identifier: 1
Authentic:  <197><176><29><222>U(<234>z<220><21><226><176><159><173>s<197>
Attributes:
	User-Name = "wimbie at sid.surfnet.nl"
	User-Password = "<171>=<16><<195><205><193><252><208><132>0<183><248>y<216>*"
	NAS-Port = 1249
	Service-Type = Framed-User
	Framed-Protocol = PPP
	Called-Station-Id = "192.d.e.f"
	Calling-Station-Id = "145.99.v.w"
	Tunnel-Client-Endpoint = 145.99.v.w
	NAS-IP-Address = 192.k.l.m
	NAS-Port-Type = Virtual

Wed Feb 18 18:26:25 2004 632956: DEBUG: Packet dump:
*** Received from 192.a.b.c port 1812 ....

Packet length = 36
03 01 00 24 2f bb 9e 64 3b 91 32 5c c4 cf 07 e0
5e 4c 3c 33 12 10 52 65 71 75 65 73 74 20 44 65
6e 69 65 64
Code:       Access-Reject
Identifier: 1
Authentic:  /<187><158>d;<145>2\<196><207><7><224>^L<3
Attributes:
	Reply-Message = "Request Denied"

Wed Feb 18 18:26:25 2004 634069: DEBUG: Received reply in AuthRADIUS for req 1 from 192.a.b.c:1812
Wed Feb 18 18:26:25 2004 635626: INFO: Access rejected for wimbie at sid.surfnet.nl: Proxied
Wed Feb 18 18:26:25 2004 638113: DEBUG: Packet dump:
*** Sending to 192.k.l.m port 2089 ....

Packet length = 36
03 50 00 24 42 c0 c4 e2 cc ad b1 ad e3 e6 21 a2
c3 62 75 6a 12 10 52 65 71 75 65 73 74 20 44 65
6e 69 65 64
Code:       Access-Reject
Identifier: 80
Authentic:  <197><176><29><222>U(<234>z<220><21><226><176><159><173>s<197>
Attributes:
	Reply-Message = "Request Denied"

Wed Feb 18 18:26:59 2004 906612: NOTICE: SIGHUP received: restarting
Wed Feb 18 18:26:59 2004 918494: DEBUG: Reading users file /usr/local/etc/raddb/users.vpn
Wed Feb 18 18:26:59 2004 928159: DEBUG: Reading users file /usr/local/etc/raddb/users.vpn
Wed Feb 18 18:26:59 2004 931026: DEBUG: Reading users file /usr/local/etc/raddb/users
Wed Feb 18 18:26:59 2004 932633: DEBUG: Finished reading configuration file '/usr/local/etc/radius.cfg'
Wed Feb 18 18:26:59 2004 934179: DEBUG: Reading dictionary file '/usr/local/etc/raddb/dictionary'
Wed Feb 18 18:27:00 2004 93306: DEBUG: Creating authentication port 0.0.0.0:1812
Wed Feb 18 18:27:00 2004 94776: DEBUG: Creating accounting port 0.0.0.0:1813
Wed Feb 18 18:27:00 2004 96107: NOTICE: Server started: Radiator 3.8 on surfnet.nl


More information about the radiator mailing list