wolfwander

Results 10 comments of wolfwander

What about de ability to reload de integration? It would be very useful for connection issues.

Darkk I'm using redsocks for a long while and found a problem related do iptables conntrack module. What I see in my servers is that conntrack module considers the connection...

I have an issue with the same type of sensor where the illuminance state is not updated. I am keeping my Zigbee2MQTT in Docker image 2.2.0 since this issue was...

I don't have a second account but I am facing this issue too for a long time. In sometime in the past I had to remove Alexa account configuration and...

I have experienced the same issue. This is because PackFance has the built-in URL expected as connection checker http://www.gstatic.com/generate_204 and the Google OAuth2 page tries to download a script hosted...

This seems to be the right file https://github.com/inverse-inc/packetfence/blob/a1fef44241e9c0d14e4304599a83e4200cfad641/conf/pf.conf.defaults#L935 Maybe this can be done only changing local file.

I added the following lines to **/usr/local/pf/conf/pf.conf** and restarted the entire VM: ``` [captive_portal] # Remove http://www.gstatic.com/generate_204 from detection_mecanism_urls detection_mecanism_urls=http://clients3.google.com/generate_204,http://www.apple.com/library/test/success,http://connectivitycheck.android.com/generate_204,http://connectivitycheck.gstatic.com/generate_204,http://www.msftncsi.com/ncsi.txt,http://www.appleiphonecell.com,http://captive.apple.com,http://captive.roku.com/ok,http://detectportal.firefox.com/success.txt,http://www.msftconnecttest.com/connecttest.txt,http://fireoscaptiveportal.com/generate_204,http://connectivitycheck.cbg-app.huawei.com/generate_204,http://connect.rom.miui.com/generate_204,http://freetimecaptiveportal.com/generate_204,http://gateway.zscalerthree.net/generate_204,http://gateway.zscloud.net/generate_204,http://g.cn/generate_204,http://play.googleapis.com/generate_204,http://speedtest-global.spatialbuzz.net/generate_204,http://tabletcaptiveportal.com/generate204,http://www.google.cn/generate_204,http://edge.microsoft.com/captiveportal/generate_204 ``` Finally, I added the DNS domains www.gstatic.com and accounts.google.com...

As I am using inline mode, how could I configure PacketFence to send Calling-Station-Id, Framed-IP-Address, and NAS-Port to Microsoft NPS server when authenticating an user using captive portal? If possible,...

I tried assigning different Roles to the authenticated user including RADIUS Filter-Id in the RADIUS Auth response from NPS Server but the RADIUS Authentication Source can't let me add conditions...

Hi, @JeGoi Which variables can we use in RADIUS Filter Actions and VLAN Filter Actions? According to [radius_filters.conf.example](https://github.com/inverse-inc/packetfence/blob/devel/conf/radius_filters.conf.example), we can use $session_id . $mac works too, but I think it...