FWSync driver about IPFW synchronization

2022-08-27 Thread Michael Pounov
driver. There is a help, how it can be install and patch OS code base to have connection between them http://www.elwix.org/site/documentation/fwsync-document/ Best Regards Michael Pounov fwsync-1_2.tar.gz Description: Binary data

Re: LibAlias in FreeBSD

2022-05-27 Thread Michael Pounov
at 04:18:54PM +0300, Michael Pounov wrote: Hello Charles Mott I wrote this mail about my work with IPFW firewall. I am started my work over IPFW Sync driver and protocol similar like in PF firewall. My primery goal is to do sync on NAT states in firewall router cluster. About it, I need to know when N

LibAlias in FreeBSD

2022-05-27 Thread Michael Pounov
Alias DB will call that callback for notification. When my driver get info it will be send over network to other hosts. They must just update their Alias DBs. What are you thinking about such approach, change and hook of the existing code? -- Michael Pounov ELWIX - Embedded LightWeight unIX -

rtadvctl unable to connect to different control socket of radvd

2021-11-11 Thread Michael Pounov
rtadvd Br -- Michael Pounov ELWIX.ORG CloudSigma AG diff --git a/usr.sbin/rtadvctl/rtadvctl.c b/usr.sbin/rtadvctl/rtadvctl.c index 8bbd7afb6dd..f191b25c174 100644 --- a/usr.sbin/rtadvctl/rtadvctl.c +++ b/usr.sbin/rtadvctl/rtadvctl.c @@ -35,6 +35,7 @@ #include #include #include +#include

Broadcom bnxt driver issue with promisc mode

2021-11-03 Thread Michael Pounov
chael Pounov CloudSigma AG ELWIX.ORG -- Michael Pounov diff --git a/sys/dev/bnxt/if_bnxt.c b/sys/dev/bnxt/if_bnxt.c index 7811f4fdebf..f4a53cd4d93 100644 --- a/sys/dev/bnxt/if_bnxt.c +++ b/sys/dev/bnxt/if_bnxt.c @@ -588,7 +588,8 @@ bnxt_rx_queues_alloc(if_ctx_t ctx, caddr_t *vaddrs,

vxlan interface mtu when clonning

2019-11-19 Thread Michael Pounov
. -- Michael Pounov ELWIX - Embedded LightWeight unIX - --- if_vxlan.c 2019-11-19 13:57:56.046105000 +0200 +++ if_vxlan.c 2019-11-19 14:02:21.057692000 +0200 @@ -2725,8 +2725,9 @@ vxlan_clone_create(struct if_clone *ifc, int unit, caddr_t params) { struct vxlan_softc *sc; - struct ifnet *ifp; + struct

Re: How to bring up interface without address?

2017-05-22 Thread Michael Pounov
___ > freebsd-net@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org" -- Michael Pounov ___ freebsd-net@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Re: Multiroute question

2012-09-20 Thread Michael Pounov
neither the SSH daemon nor the > routing table on the host know or care about the routing preferences of pf." > > On Thu, Sep 20, 2012 at 11:01 AM, Michael Pounov wrote: > > > Hi, Juan > > > > Use pf like in that simple example: > > > > $dsl_if =

Re: Multiroute question

2012-09-20 Thread Michael Pounov
the network so that outgoing packets goes to > the card from where the incoming packets was arrived ? > > Or is this impossible to configure ? > > Thanks!!! > > ___ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.

bpf kernel crash

2012-06-04 Thread Michael Pounov
setup vlan0, change name to mgmt and set ip address. After few seconds kernel crash in vlan_transmit() at line 1029. where it tries to push mbufs to bpf interface, but it is NULL. -- Michael Pounov ___ freebsd-net@freebsd.org mailing list http

bpf kernel crash

2012-06-04 Thread Michael Pounov
setup vlan0, change name to mgmt and set ip address. After few seconds kernel crash in vlan_transmit() at line 1029. where it tries to push mbufs to bpf interface, but it is NULL. -- Michael Pounov ___ freebsd-net@freebsd.org mailing list http

ipsec-tools fix broken in CURRENT

2010-08-04 Thread Michael Pounov
rts >Responsible:freebsd-ports-bugs >Synopsis: ipsec-tools is broken in CURRENT >Arrival-Date: Wed Aug 04 12:40:04 UTC 2010 -- Michael Pounov Index: Makefile === RCS file: /home/ncvs/ports/security/ipsec-tool

ipsec-tools fix broken in CURRENT

2010-08-04 Thread Michael Pounov
Hi, this patch file ipsec-tools_fbsd90.txt Fix broken ipsec-tools in freebsd 9.0-current. Because after change syscons stop compiling sources. You can access the state of your problem report at any time via this link: http://www.freebsd.org/cgi/query-pr.cgi?pr=149270 >Category: ports >Res

[patch] for missing TACACS+ accounting

2009-12-01 Thread Michael Pounov
Hi all, I am sending a patch that adds support for TACACS+ accounting to libtacplus(3). Comments welcome. -- M.Punov - AITNET - Sofia/Bulgaria - Software & Network Solutions (+359) 888 73 73 58;(+359) 2 402 4000 Index: libtacplus.3 ==