<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Courier CE"><br>
Hi,<br>
<br>
I'm running 2.0.1 on a Red Hat linux box. I've configured freeradius to
listen to ip 10.10.251.200 on eth1 on port 1645. When I do a radsniff I
see the packets coming in:<br>
<br>
[root@pcc8-1 bin]# ./radsniff -i eth1 -p 1645 -X<br>
Device: [eth1]<br>
PCAP filter: [udp port 1645 or 1646 or 1647]<br>
RADIUS secret: [testing123]<br>
Packet number 1 has just been sniffed<br>
        From:    10.10.253.34:21646<br>
        To:      10.10.251.200:1645<br>
        Type:    Access-Request<br>
        Framed-Protocol = PPP<br>
        User-Name = <a class="moz-txt-link-rfc2396E" href="mailto:user1@vpn1-2.com">"user1@vpn1-2.com"</a><br>
        User-Password = "\224D\245[\370\\\327p\027y\211\360›£\372."<br>
        NAS-Port-Type = Virtual<br>
        NAS-Port = 1610743908<br>
        NAS-Port-Id = "6/0/0/2.100"<br>
        Connect-Info = "speed:vbr:2048"<br>
        Cisco-AVPair = "client-mac-address=0005.dc39.1548"<br>
        Service-Type = Framed-User<br>
        NAS-IP-Address = 10.10.253.34<br>
        Acct-Session-Id = "6/0/0/2.100_00000016"<br>
        NAS-Identifier = "c10c12-2"<br>
<br>
But when I run radiusd -X, all I see is:<br>
<br>
<blockquote type="cite">radiusd: #### Opening IP addresses and Ports
####<br>
listen {<br>
        type = "auth"<br>
        ipaddr = 10.10.251.200<br>
        port = 1645<br>
}<br>
listen {<br>
        type = "acct"<br>
        ipaddr = 10.10.251.200<br>
        port = 1646<br>
}<br>
Listening on authentication address 10.10.251.200 port 1645<br>
Listening on accounting address 10.10.251.200 port 1646<br>
Ready to process requests.<br>
</blockquote>
Nothing else happens. lsof shows that radiusd is listening on the
correct ports:<br>
<br>
<blockquote type="cite">radiusd    1698     root    5u     IPv4   
2177523                 UDP 10.10.251.200:1645 <br>
radiusd    1698     root    6u     IPv4    2177525                 UDP
10.10.251.200:1646 <br>
radiusd    1698     root    7u     IPv4    2177526                 UDP
10.10.251.200:1647 <br>
</blockquote>
What could I be missing? Why is radiusd not seeing the packets flowing
to these ports, but radsniff is?<br>
<br>
Thanks,<br>
Sven.<br>
<br>
</font>
</body>
</html>