Durand

Results 84 comments of Durand

Fyi i also added a way to send back raw packet to the client https://github.com/inverse-inc/packetfence/blob/eed0be802f79cc4425011de428a89fc97da30ef2/go/dhcp/rawClient.go the code is not ready and need to be cleaned.

Hi, sorry for the delay. In fact on my side i did a function for broadcast and another one for unicast. Broadcast: https://github.com/inverse-inc/packetfence/blob/feature/go_dhcp/go/dhcp/serverif.go#L70 Unicast: https://github.com/inverse-inc/packetfence/blob/feature/go_dhcp/go/dhcp/serverif.go#L70

Isn´t it because even if $Config{advanced}{netflow_kernel_module} is disabled and netflow_enabled is enabled , we add the iptables rule "-I FORWARD -j NETFLOW" that load the kernel module ?

@jrouzierinverse , @extrafu Just a concern, if iptables is using it and you want to disable it then you have to regenerate the iptables rules before using the command pfcmd...

Not really agree with this PR. setAdminStatus is a SNMP based function and now we use it for CoA. We should first use something like _bouncePortCoa here https://github.com/inverse-inc/packetfence/pull/6095/files#diff-7846c679ffe675238b4ec682eb6ed4537c7de86e1dfb409781b3b9a3d0f71ceeR196 and only...

If i edit the interface then the type is "other" and if i save the type is saved to other instead of dns, so i lost my config.

Do you have the logs on the PacketFence side when you do the scep request ?

yes if it´s possible to do a journalctl -f when you do the request in both cases. Thanks

@nathanbloemendaal78, when the cloud connector is enabled , it´s a permission issue in azure: Mar 21 16:16:00 pfhttpd[903819]: level=info ts=2022-03-21T15:16:00.761846867Z caller=scep.go:63 err="Enable to create Cloud service" Mar 21 16:16:00 pfhttpd[903819]:...