Re: [PacketFence-users] Netgear GSM4352PS (M4300-52G) Switch Support

2017-11-01 Thread Durand fabrice via PacketFence-users
Ok so you need to add support of 802.1x in the switch module. In this file, https://github.com/inverse-inc/packetfence/blob/devel/lib/pf/Switch/Netgear/MSeries.pm#L19 add that: sub supportsWiredDot1x { return $TRUE; } Then restart packetfence. Paste me the packetfence.log after that.

Re: [PacketFence-users] Netgear GSM4352PS (M4300-52G) Switch Support

2017-11-01 Thread James Garcellano via PacketFence-users
Hello Fabrice, Here is the last few entries from the /usr/local/pf/logs/packetfence.log file: Nov 1 22:03:06 packetfence-zen packetfence_httpd.aaa: httpd.aaa(2852) INFO: [mac:00:21:70:d8:ac:45] handling radius autz request: from switch_ip => (192.168.1.12), connection_type =>

Re: [PacketFence-users] Netgear GSM4352PS (M4300-52G) Switch Support

2017-11-01 Thread Durand fabrice via PacketFence-users
Ok it's better now. Now can you check on the packetfence.log, you are suppose to see different messages now. Le 2017-11-01 à 17:27, James Garcellano via PacketFence-users a écrit : It looks like the other test still showed the NAS IP as 192.168.1.5. I rebooted the switch and did another

Re: [PacketFence-users] Netgear GSM4352PS (M4300-52G) Switch Support

2017-11-01 Thread James Garcellano via PacketFence-users
Hello Fabrice, Not that I am aware of, but then again, the Netgear switch is new to me. I am more familiar with Cisco equipment. Here are the relevant commands on the Netgear switch; maybe the NAS-IP-Address will be spotted with a second set of eyes. :-) (Passwords have been edited)

Re: [PacketFence-users] Netgear GSM4352PS (M4300-52G) Switch Support

2017-11-01 Thread James Garcellano via PacketFence-users
Here's is the other test with the 'radius server attribute 4 192.168.1.5' command taken out. (19) Wed Nov 1 20:23:01 2017: Debug: Received Access-Request Id 199 from 192.168.1.12:42371 to 192.168.1.5:1812 length 193 (19) Wed Nov 1 20:23:01 2017: Debug: User-Name = "PFDOMAIN\\testme" (19)

Re: [PacketFence-users] Netgear GSM4352PS (M4300-52G) Switch Support

2017-11-01 Thread James Garcellano via PacketFence-users
After looking at the configuration, there was one line that seemed to stand out... radius server attribute 4 192.168.1.5 Other Netgear documentation that I have found states the following in regards to the 'radius server attribute' command: radius server attribute Use this command to specify

Re: [PacketFence-users] Netgear GSM4352PS (M4300-52G) Switch Support

2017-11-01 Thread James Garcellano via PacketFence-users
It looks like the other test still showed the NAS IP as 192.168.1.5. I rebooted the switch and did another test. Here is the raddebug from that... (38) Wed Nov 1 21:13:13 2017: Debug: Received Access-Request Id 201 from 192.168.1.12:42371 to 192.168.1.5:1812 length 158 (38) Wed Nov 1

Re: [PacketFence-users] Netgear GSM4352PS (M4300-52G) Switch Support

2017-11-01 Thread Fabrice Durand via PacketFence-users
Hello James, little bit weird , the NAS-IP-Address is equal to 192.168.1.5 and should be equal to 192.168.1.12. Did you changed something the the Netgear config to set NAS IP Address with the wrong value ? Regards Fabrice Le 2017-11-01 à 16:48, James Garcellano via PacketFence-users a écrit 

Re: [PacketFence-users] Netgear GSM4352PS (M4300-52G) Switch Support

2017-11-01 Thread James Garcellano via PacketFence-users
Hello Fabrice, Here is the raddebug ouput when the laptop is plugged into port 1/0/1 on the Netgear switch. (19) Wed Nov 1 20:23:01 2017: Debug: Received Access-Request Id 199 from 192.168.1.12:42371 to 192.168.1.5:1812 length 193 (19) Wed Nov 1 20:23:01 2017: Debug: User-Name =

Re: [PacketFence-users] Netgear GSM4352PS (M4300-52G) Switch Support

2017-11-01 Thread Fabrice Durand via PacketFence-users
Hello James, can you run radius in debug mode and retry a connection, i would like to see the radius request. raddebug -f /usr/local/pf/var/run/radiusd.sock -t 3000 Regards Fabrice Le 2017-11-01 à 14:21, James Garcellano via PacketFence-users a écrit : > > Hello everyone, > >   > > I would

[PacketFence-users] Netgear GSM4352PS (M4300-52G) Switch Support

2017-11-01 Thread James Garcellano via PacketFence-users
Hello everyone, I would like to find out if the Netgear GSM4325PS (M4300 series) switch is supported with PacketFence. The documentation for support network switches state that the Netgear M-Series switches are supported for 802.1x Wired Authentication, so I'm assuming the configuration