Re: Notification of change of IP address/Routing etc

2022-08-31 Thread Martin Stiemerling
> Am 31.08.2022 um 12:09 schrieb Alexander V. Chernikov : > > > >> On 31 Aug 2022, at 10:11, Martin Stiemerling wrote: >> >> Hi, >> >>> Am 31.08.2022 um 11:00 schrieb Peter Jeremy : >>> >>> On 2022-Aug-31 10:18:44 +0200, Ma

Re: Notification of change of IP address/Routing etc

2022-08-31 Thread Martin Stiemerling
Hi, > Am 31.08.2022 um 11:00 schrieb Peter Jeremy : > > On 2022-Aug-31 10:18:44 +0200, Martin Stiemerling wrote: >> I am looking for a mechanism to get a notification from the OS when, for >> instance, an IP address on an interface or a routing entry is being changed.

Notification of change of IP address/Routing etc

2022-08-31 Thread Martin Stiemerling
Hi, I am looking for a mechanism to get a notification from the OS when, for instance, an IP address on an interface or a routing entry is being changed. I came across devd, but this is AFAIK only for IFUP/IFDOWN/IFATTACH events but not beyond. Thanks in advance, Martin

Re: [Bug 235031] [em] em0: poor NFS performance, strange behavior

2019-01-20 Thread Martin Birgmeier
seems that the switch to iflib has introduced them. I have also discovered that there is net/intel-em-kmod. What is the relationship between the driver in the base sources and this one? How advisable is it to use the driver from ports? -- Martin On 20.01.19 13:56, Bruce Evans wrote: > On Sun,

Re: [Bug 235031] [em] em0: poor NFS performance, strange behavior

2019-01-20 Thread Martin Birgmeier
o.k. -- Martin On 20.01.19 06:28, Bruce Evans wrote: > On Sat, 19 Jan 2019, Martin Birgmeier wrote: > >> I just tried the patch by Bruce (from the mail sent 10 hours ago), but >> it makes no difference. >> >> Also, it does not seem like bad frames or too high an int

Re: [Bug 235031] [em] em0: poor NFS performance, strange behavior

2019-01-20 Thread Martin Birgmeier
I am not using resume at all... just normal startup/shutdown. -- Martin On 20.01.19 07:19, Bruce Evans wrote: > On Sun, 20 Jan 2019, Bruce Evans wrote: > >> [iflib_media_change() is missing iflib_stop(), like iflib_resume() was] >> >> I don't know what the media was

Re: [Bug 235031] [em] em0: poor NFS performance, strange behavior

2019-01-19 Thread Martin Birgmeier
that the simplifications introduced to sys/dev/e1000 between 11.2 and 12.0 have broken something. -- Martin On 19.01.19 21:06, Bruce Evans wrote: > On Sun, 20 Jan 2019, Eugene Grosbein wrote: > >> 19.01.2019 17:21, Bruce Evans wrote: >> >>> Your problem looks more li

Security Industry Professionals Lists

2018-06-14 Thread Stella Martin
Best Regards, Stella Martin Manager - Demand Generation If you do not wish to receive further emails, please respond with "Leave Out" or "Unsubscribe" in subject line. ___ freebsd-net@freebsd.org mailing list https://lists.freebs

Re: FreeBSD makes linux think other subet is in same lan.

2015-05-07 Thread Martin Larsson
yes, that made the trick! Thanks alot Andrey! On Thu, May 7, 2015 at 11:04 AM, Andrey V. Elsukov wrote: > On 06.05.2015 15:51, Martin Larsson wrote: > > Now, FreeBSD itselt can also ping 10.11.12.0/24 host, but Linux stop > > working. > > windows can ping in both cases th

Re: FreeBSD makes linux think other subet is in same lan.

2015-05-06 Thread Martin Larsson
yes, without adding the route, ping -S 192.168.1.1 10.11.12.13 works. On Wed, May 6, 2015 at 9:51 PM, Ermal Luçi wrote: > > > On Wed, May 6, 2015 at 2:51 PM, Martin Larsson > wrote: > >> This is a small summary of >> >> https://forums.freebsd.org/threads/routi

Re: FreeBSD makes linux think other subet is in same lan.

2015-05-06 Thread Martin Larsson
UH lo0 192.168.1.0/24 link#1 U em0 192.168.1.1link#1 UHS lo0 192.168.1.3link#1 UHS lo0 On Wed, May 6, 2015 at 7:08 PM, Andrey V. Elsukov wrote: > On 06.05.2015 15:51, Martin Larsson wrote: > >

FreeBSD makes linux think other subet is in same lan.

2015-05-06 Thread Martin Larsson
This is a small summary of https://forums.freebsd.org/threads/routing-issue-with-ipsec-windows-works-linux-doesnt.51201/ . Setup: My side 192.168.1.0/24 Freebsd (default gateway and ipsec gateway, 192.168.1.1) windows, linux etc 10.11.12.0/24 other net 1: connect with ipsec to another subnet. W

Re: Tying down network interfaces

2014-12-31 Thread Martin Birgmeier
d.org/pipermail/freebsd-questions/2009-January/190453.html , http://lists.freebsd.org/pipermail/freebsd-questions/2009-January/190624.html -- Martin On 12/30/14 21:13, Freddie Cash wrote: > > On Dec 30, 2014 10:02 AM, "Martin Birgmeier" <mailto:la5lb...@aon.at>> wrote

Tying down network interfaces

2014-12-30 Thread Martin Birgmeier
brains until I figure out which card is actually affected). How do I tie down these two interfaces so that they always stay as sis0 and sis1, respectively, regardless of which ones are present in the system? - I expect to insert something into /boot/device.hints. -- Martin

Network Interface going up and down.

2014-12-24 Thread Martin Blais
Hi there, Someone in the following thread suggests to bring the bug up to your ears: https://bugs.freenas.org/issues/7227 If you decide that it is worth investigating and if you need any thing to help you, I'm available. Thanks M

Re: NICs devices switches "pshycial" place on each boot (SOLVED)

2014-12-04 Thread Martin Hanson
It is worth mentioning that the ONLY reason why this worked is because the vendor has provided a serial number. Most vendors don't and it would not have worked then. devd NEEDS to be able to see device MAC addresses! ___ freebsd-net@freebsd.org mailing l

Re: NICs devices switches "pshycial" place on each boot (SOLVED)

2014-12-04 Thread Martin Hanson
I managed to get this working. It is a dirty hack and I REALLY wish FreeBSD would make documentation as high a priority as the guys at OpenBSD. It is difficult to locate correct and updated documentation, especially about devd. Yes, the man page has information about devd, and devd.conf even come

Re: NICs devices switches "pshycial" place on each boot

2014-12-04 Thread Martin Hanson
me as sh(1), in that your trailing > '.' might be seen as part of the name to match?  Tried leaving it off? Yes, I have remove the trailing '.', but $device-name is empty. > Notice the "Dec  4 05:44:14 gateway1 martin: DEVICE NAME IS: .!" part. > === > &g

Re: NICs devices switches "pshycial" place on each boot

2014-12-03 Thread Martin Hanson
duct" "0x1790"; match "sernum" "249B0DE00C"; action "logger DEVICE NAME IS: $device-name"; }; Dec 4 06:41:39 gateway1 devd: Executing 'logger DEVICE NAME IS: axge0' Dec 4 06:41:39 gateway1 martin: DEVICE NAME IS: axge0 What actio

Re: NICs devices switches "pshycial" place on each boot

2014-12-03 Thread Martin Hanson
t; "0x0b95"; match "product" "0x1790"; match "sernum" "249B0DE00C"; match "type" "ATTACH"; action "logger DEVICE NAME IS: $device-name."; }; I get: Dec 4 05:44:14 gateway1 kernel: ugen7.2: at usbus7

Re: NICs devices switches "pshycial" place on each boot

2014-12-03 Thread Martin Hanson
match "subsystem" "INTERFACE"; match "vendor" "0x0b95"; match "product" "0x1790"; match "sernum" "249B0DE00C"; match "type" "ATTACH"; action "logger DEVICE NAME

Re: NICs devices switches "pshycial" place on each boot

2014-12-03 Thread Martin Hanson
quot;249B0DE00C"; match "type" "ATTACH"; action "logger I HAVE ATTACHED A DEVICE!"; }; Dec 4 04:47:00 gateway1 kernel: ugen3.2: at usbus3 Dec 4 04:47:00 gateway1 kernel: axge0: on usbus3 Dec 4 04:47:00 gateway1 devd: Executing 'logger FOO HAS

Re: NICs devices switches "pshycial" place on each boot

2014-12-03 Thread Martin Hanson
I have tried setting this up in /usr/local/etc/devd/devd.conf and used "devd -d" to re-read rules. attach 100 { device-name "ue0"; match "vendor" "0x0b95"; match "product" "0x1790"; match "sernum" "249b0de00c"; action "ifconfig $device-name inet

Re: NICs devices switches "pshycial" place on each boot

2014-12-03 Thread Martin Hanson
>>  This is a major problem as the device *still* has the right name and the >>  right IP, but it is as though it has been physically removed from the >>  slot and changed place. >> >>  Is it somehow possible to deal with this problem? >> >>  pciconf doesn't display those devices. > > usbconfig wil

NICs devices switches "pshycial" place on each boot

2014-12-03 Thread Martin Hanson
somehow possible to deal with this problem? pciconf doesn't display those devices. Kind regards Martin ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

RE: netmap on ubuntu 14.04?

2014-09-29 Thread Leupoldt, Martin
come up... 035.964646 main [255] Ready to go, eth1 0x0/1 <-> eth2 0x0/1. Best regards Martin From: Stefano Garzarella [mailto:stefanogarzare...@gmail.com] Sent: Freitag, 26. September 2014 20:22 To: Leupoldt, Martin Cc: freebsd-net@freebsd.org Subject: Re: netmap on ubuntu 14.04? Hi Marti

netmap on ubuntu 14.04?

2014-09-26 Thread Leupoldt, Martin
889.491390 main [233] cannot open eth1 Kernel: Linux 3.13.0-24-generic x86_x64 Does anyone have any ideas many thanks. Mit freundlichen Grüßen, Martin Leupoldt Leiter Server Systeme Tel +49 (0)9103-715-3272 Fax +49 (0)9103-715-3299 E-mail: martin.leupo...@hob.de Internet: http://www.hob.de

Random disconnects on 10.0 with mpd5/pptp + PF

2014-04-27 Thread martin i
n correct that it has something to do with my issue?) Martin ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Random disconnects on 10.0 with mpd5/pptp + PF

2014-04-23 Thread martin i
stays idle. Question is: what can give me the hint why PPP/GRE traffic stopped? What to focus on? Other connections (not PPTP related) don't have this problem. If the client has an idle SSH connection to this server it stays up without a problem. The same PPTP configuration works ok on FreeB

Random disconnects on 10.0 with mpd5/pptp + PF

2014-04-19 Thread martin i
bsd.org/pipermail/freebsd-net/2014-February/037864.html but the patch is (so it seems) already merged to the revision I'm using. Pls what can I do better to check where the issue is coming from ? Martin ___ freebsd-net@freebsd.org mailing list h

IPv6 privacy extensions breaks kerberos

2013-09-22 Thread Martin Laabs
services like nfs. This is a very problematic behavior and I would like to know if there is a way getting around this. Thank you, Martin Laabs ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe

Kerberos problem with -current

2013-09-11 Thread Martin Laabs
C has no support for encryption type) [ Trying KERBEROS5 (host/raspberry.martinlaabs...@martinlaabs.de)... ] Kerberos V5: mk_req failed (KDC has no support for encryption type) So why does telnet or telnetd wants to use the des-cbc-crc key type and not some recent and secure key types? Than

nfsv4 fails with kerberos

2013-09-07 Thread Martin Laabs
==:<=== So something went wrong with the principals. Is there a way to get more information or more verbose debugging output from the nfs-server part of the kernel? Thank you, Martin Laabs ___ freebsd-net@freebsd.org maili

Re: No UDP/TCP IPv6 connectivity (only) to router using gif interface - maybe ARM related

2013-09-03 Thread Martin Laabs
Hi , > Whether you feel it right, or not, net.inet.ip.forwarding must be 1 for gif > to work (even for IPv6). This is a unintuitive behavior. But fortunately this solve this problem. I suggest adding setting this sysctl if ipv6_gateway_enable is enabled in the rc.conf. Best regards,

No UDP/TCP IPv6 connectivity (only) to router using gif interface - maybe ARM related

2013-09-01 Thread Martin Laabs
ry-pi.xxx 10.0-CURRENT FreeBSD 10.0-CURRENT #2 r254984 Best regards, Martin Laabs ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Re: kern/155030: [igb] igb(4) DEVICE_POLLING does not work with carp(4)

2012-04-20 Thread Martin Matuska
The following reply was made to PR kern/155030; it has been noted by GNATS. From: Martin Matuska To: bug-follo...@freebsd.org, m...@freebsd.org Cc: Subject: Re: kern/155030: [igb] igb(4) DEVICE_POLLING does not work with carp(4) Date: Fri, 20 Apr 2012 09:18:50 +0200 The problem was actually

Re: Data centers failure proof with CARP.

2011-09-26 Thread Martin Wilke
Any other Idea what we can do to get a failover between both servers? On Sep 26, 2011, at 2:07 PM, James Shupe wrote: > z.z.z.z would have to be an anycast address announced by both > datacenters, so your idea is unlikely to work. > > -- > James Shupe, OSRE > founder/ developer/ engineer > jsh

Re: amd + NFS reconnect = ICMP storm + unkillable process.

2011-08-27 Thread Martin Birgmeier
probably conclude that it is more the write case which leads to the erroneous behavior? Regards, Martin On 08/26/11 21:19, Artem Belevich wrote: On Fri, Aug 26, 2011 at 12:04 PM, Rick Macklem wrote: The patch looks good to me. The only thing is that *maybe* it should also do the same for the

Re: amd + NFS reconnect = ICMP storm + unkillable process.

2011-07-06 Thread Martin Birgmeier
probably using some old-style mounts (it never mounts anything via IPv6, for example). Regards, Martin > Hi, > > I wonder if someone else ran into this issue before and, maybe, have a solution. > > I've been running into a problem where access to filesystems mouted > with

Locking in ng_tty.c

2011-02-19 Thread Martin Birgmeier
In ng_tty.c, function ngt_newhook(), there is the following code: if (sc->hook) return (EISCONN); NGTLOCK(sc); sc->hook = hook; NGTUNLOCK(sc); I do not think this is proper - should not the test be within the lock? Regards, Martin --

Vote in favor of keeping ATM (was: NATM still scheduled for removal - please follow up to keep it in-tree)

2011-02-19 Thread Martin Birgmeier
ately in order not to trumpet out something which I'll probably finish only after considerable time, but reading the removal message I felt that I needed to make my needs public. Regards, Martin p.s. A few :-) of the questions I have are - why the original (as I understand HARP) ATM

Base import proposal: relayd

2010-05-27 Thread Martin Matuska
I would like to open an discussion about the possibility of importing relayd(8) and its management tool relayctl(8) from OpenBSD for import to our base system. Relayd is a level 3 and level 7 reverse proxy (with transparency support) and a load-balancer. It makes use of pf(4)'s advanced features

nfsv4 client/server protocol prob err=10020

2010-03-19 Thread Martin Laabs
On the server I can not find any log entries. Can anyone interpret the error message and/or tell me what to do to get the nfs service working? Thank you, Martin Laabs PS: I use ipv6 for the nfs/kerberos stuff only. ___ freebsd-net@freebsd.org

Re: Forging ipv6 addresses?

2010-02-16 Thread Martin Lopreiato
hi, On Feb 16, 2010, at 2:09 PM, Martin Lopreiato wrote: > > note: if i use a configured address, my code works perfectly. so the > > error message i'm getting when trying to forge an ipv6 address does > > not seem to be related to a bug in my code. > > You're no

Forging ipv6 addresses?

2010-02-16 Thread Martin Lopreiato
hello, i want to send a packet with a forged ipv6 address. i tried using sendmsg() with ancilliary data, but it seems I can only select an address that has been configured on my system. if I select an arbitrary ipv6 address that i want to forge, i get "can't assign requested address" (in freebsd).

Native support for AutoIP (aka LLA, RFC 3927).

2009-10-16 Thread Martin Garon
am thinking porting libpcap in order to access the data link layer to intercept/inject some ARP packets. All comments welcomed, Regards, --Martin mgaron AT pleora DOT com ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org

How can I get >100 connections in FIN_WAIT_2 state from the same IP?

2009-10-09 Thread Martin Turgeon
esn't close their connections correctly to save bandwidth and battery? I know this isn't specific to FreeBSD, but thanks for your answer anyway Martin ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net

AW: Intel embedded NICs not working with FreeBSD 6.2, 6.3 and 7.0

2008-05-31 Thread Fuchs, Martin
27382 Total 1534059 1137 - Hope you can use this information ? Regards, Martin -Ursprüngliche Nachricht- Von: Pyun YongHyeon [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 28. Mai 2008 02:35 An: Fuchs, Martin Cc: freebsd-net@freebsd.org Betreff:

Intel embedded NICs not working with FreeBSD 6.2, 6.3 and 7.0

2008-05-27 Thread Fuchs, Martin
ard to hear from you, Martin ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: kern/123053: [re] re(4) unsupported hardware revision

2008-04-24 Thread Martin Matuska
The following reply was made to PR kern/123053; it has been noted by GNATS. From: Martin Matuska <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], [EMAIL PROTECTED] Cc: Subject: Re: kern/123053: [re] re(4) unsupported hardware revision Date: Thu, 24 Apr 2008 17:39:54 +0200 This seems to be a

IGMPv3 support

2008-04-14 Thread Martin Garon
-jumbo. Anyone knows other who did this successfully? Regards, --Martin ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"

[netgraph] Access to loopback device

2007-11-11 Thread Martin Kulas
? I did a quick search in netgraph(4) but I did not find anything. Thanks in advance, Martin -- PGP Key: http://sosend.de/mk/MartinKulas_sosend_de.pub.asc pgp0Jq7QwYQAA.pgp Description: PGP signature

RE: OpenSSH cannot login - PAM Authentication Failure

2007-02-26 Thread Greg C. Martin
That usually indicates that you typed a bad password. Also FreeBSD by default does not allow root logins, try logging in as a standard user and add them to the wheel group. Or you can add the following to your sshd_config file. PermitRootLogin yes Good luck, Greg -Original Message-

Re: Strange /etc/rc.d/netif behaviour

2007-02-21 Thread Martin Turgeon
John-Mark Gurney a écrit : Martin Turgeon wrote this message on Wed, Feb 21, 2007 at 11:55 -0500: I'm not sure if this is really a bug but it doesn't look all fine to me. When I do a /etc/rc.d/netif restart it does restart the network interfaces but doesn't replace th

Re: Strange /etc/rc.d/netif behaviour

2007-02-21 Thread Martin Turgeon
Kevin Downey a écrit : On 2/21/07, Martin Turgeon <[EMAIL PROTECTED]> wrote: Hi, I'm not sure if this is really a bug but it doesn't look all fine to me. When I do a /etc/rc.d/netif restart it does restart the network interfaces but doesn't replace the default route that i

Strange /etc/rc.d/netif behaviour

2007-02-21 Thread Martin Turgeon
d also restart routed but it looks strange to me. I know that the /etc/netstart script did it all but it's written in it that it's obsolete so I don't want to use it. So, is this normal and if so what is the best way to restart both a th

RE: Multiple routes to the same destination

2006-06-23 Thread Christopher Martin
> -Original Message- > On Behalf Of 'Claudio Jeker' > Sent: Saturday, 24 June 2006 12:29 AM > > Most implementation do a per source/dst IP address hashing which should > result in a similar distribution. > > OpenOSPFD will learn to cope with multipath routes in the next few weeks > but

RE: Multiple routes to the same destination

2006-06-23 Thread Christopher Martin
> I doubt that. Doing a per packet round robin over different pathes will > kill your tcp performance because of out of order packets. Noted. That's a very good reason. Maybe if there was a may to round robin on a session basis to mitigate this. Not really going to be an easy fix, however, so you

RE: Multiple routes to the same destination

2006-06-23 Thread Christopher Martin
> > Actually, round robin is exactly what I want. And I am not saying I > don't > > use a routing protocol, in fact I do, but I want packets to be able to > > use two or more diverse paths of equivalent cost. > > You can try to use ng_one2many(4) netgraph node for simple round-robin, if > this a

RE: Multiple routes to the same destination

2006-06-23 Thread Christopher Martin
Sorry for the mangled reply, html mail is irritating. From: Nash Nipples [mailto:[EMAIL PROTECTED] Sent: Friday, 23 June 2006 10:41 PM To: Christopher Martin Cc: freebsd-net@freebsd.org Subject: RE: Multiple routes to the same destination 1. how did you

RE: Multiple routes to the same destination

2006-06-23 Thread Christopher Martin
> -Original Message- > From: Baldur Gislason [mailto:[EMAIL PROTECTED] > Sent: Friday, 23 June 2006 10:02 PM > To: Christopher Martin > Cc: FreeBSD Net Mailing list > Subject: Re: Multiple routes to the same destination > > Well, round robin is really not what

Multiple routes to the same destination

2006-06-23 Thread Christopher Martin
do is route sessions back out the same interface they came in. Is there a good reason? If there isn't one, how much work will it take to fix? I have to admit that it frustrates me enough to at least have a crack at fixing it myself, even though I am no expert 1337 coder. Please pardo

mbuf size and NFS

2006-06-07 Thread Martin Karsten
to see whether the fix is obviously wrong or whether a such change could be incorporated into the kernel. Thanks, Martin ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Low network performance after upgrade from FreeBSD 4.8 to 6.0

2006-03-20 Thread Martin Hudec
lable on 6.x) and to set HZ to 1000? Also you could try to switch on polling on those 3coms? Cheers, Martin ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: bge BCM5721/BCM5750 fixes to work with IPMI

2006-01-01 Thread Martin Nilsson
and no ethernet interfaces at all. Do you have an updated/working patch set? Regards, Martin ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"

egress interface index lookup through a route SACK_RAW socket call

2005-11-16 Thread Martin
What / how do I construct a routing raw socket call to retrieve the outgoing interface index for a particular route that is destined out of an interface other than Ethernet such as a point to point? With Ethernet interfaces I was able to contruct a rt_msghdr with RTM_GET and RTA_DST- retrieve the

Re: trunk(4) feature on FreeBSD?

2005-10-21 Thread martin hudec
Hello all, On Sat, Oct 22, 2005 at 12:34:05AM +0200 or thereabouts, martin hudec wrote: > I am just curious, I know that linux has bonding feature to make > network cards aggregation, now it is being implemented into upcoming > OpenBSD 3.8 - does FreeBSD has something similar

trunk(4) feature on FreeBSD?

2005-10-21 Thread martin hudec
Hello all, I am just curious, I know that linux has bonding feature to make network cards aggregation, now it is being implemented into upcoming OpenBSD 3.8 - does FreeBSD has something similar? cheers, Martin -- martin hudec * 421 907 303 393 * [EMAIL PROTECTED

Re: em(4) patch for test

2005-10-21 Thread martin hudec
Hello, On Fri, Oct 21, 2005 at 11:44:57AM +0400 or thereabouts, [EMAIL PROTECTED] wrote: > And for 5-th version will not be? http://people.freebsd.org/~csjp/if_em.c.1129840898.diff -- martin hudec * 421 907 303 393 * [EMAIL PROTECTED] * http://www.aeternal.net "Nothing

Re: RSVP on recent FreeBSD?

2005-10-12 Thread Martin Karsten
I have an unsupported patch for up to gcc 4.0. I'll send it as separate email to you and will eventually put it on my web page. Martin Thomas Quinot wrote: All, Is anyone running any RSVP daemon on a FreeBSD release >= 5? I would like to do RSVP with ALTQ, but the KOM RSVP daem

Re: LSI MegaRaid 150-6

2005-06-09 Thread Martin Nilsson
rmance we could get! Check that the write cache are enabled on all your SATA disks in CTRL-M objects->physical drive. I have run the 150-4/6 at over 100MB/s in FreeBSD so there should be no problem with this setup. Best Regards, Martin -- Martin Nilsson, CTO & Founder, Mullet Scandinavi

Destroying gif interface causes kernel panic

2005-01-29 Thread Chris Martin
reporter confirms this) in HEAD. I believe a system I maintain is being affected by this. Does anyone know if the fix that was committed to HEAD has made it to release or STABLE? Secondly, and slightly off topic, is Fast IPSEC suitable for use on production systems now? Chris Martin

Re: resolving routes externally

2004-11-24 Thread Martin Eugen
To all: Thank you very much, I appreciate your help. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: resolving routes externally

2004-11-23 Thread Martin Eugen
On Tue, 23 Nov 2004 14:52:36 +0100, Joerg Sonnenberger <[EMAIL PROTECTED]> wrote: > On Tue, Nov 23, 2004 at 11:42:39AM -0200, Jo?o Carlos Mendes Lu?s wrote: > > >So I started to look at the ARP > > >code, but it of course lacks the kernel - userland communication > > >interface. I would appreciate

resolving routes externally

2004-11-23 Thread Martin Eugen
o look at the ARP code, but it of course lacks the kernel - userland communication interface. I would appreciate any ideas about what would be the easier way to implement such a thing where the kernel could wait (up to some reasonable time-out) a userland daemon to install a new route. Thanks.

Re: if_em memleak with IPv6 ?

2004-07-12 Thread Martin Blapp
Hi all, > After reverting everything back to IPv4, the "No buffer space available" > seems to be gone. > > Maybe this is related to some other problem with this driver, (IPSEC etc). It happened ago this weekend. So it is unre

if_em memleak with IPv6 ?

2004-07-10 Thread Martin Blapp
that our network guy has set up some IPv6 entries in the dns. And of course they were used by milter-connects .. After reverting everything back to IPv4, the "No buffer space available" seems to be gone. Maybe this is related to some other problem with this driver, (IPSEC etc

Re: Default behaviour of IP Options processing

2004-05-07 Thread Martin Stiemerling
ded to be a RSVP successor), that will use router alert options to find NSIS nodes along the data path. Regards, Martin --On Donnerstag, 6. Mai 2004 21:16 Uhr +0200 Andre Oppermann <[EMAIL PROTECTED]> wrote: | I have just committed the attached change to ip_input() to control the |

Dummynet queue reconfiguration

2004-03-10 Thread Martin Petraschek
dynamically or am I missing something? Thank you very much, Martin ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: IPFW2 for IPv6 ??

2004-03-03 Thread Martin Stiemerling
ting effort to bring OpenBSD's pf to FreeBSD, but I don't know how far it is. Martin ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"

change the MAC on an vlan interface

2003-12-17 Thread Schlothauer, Martin
2: icmp: echo reply ^C 7 packets received by filter 0 packets dropped by kernel # Best regards, Martin Schlothauer ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: subnetting C class into /26 /25 /26, why can this be done?

2003-08-27 Thread Martin Hermanowski
tch. > 192-255 x.x.x.192/26 > If so, why is this? LLAP, Martin pgp0.pgp Description: PGP signature

problems with D-Link DFE-580 NIC (ste driver)

2003-07-26 Thread Martin Karsten
l has seemingly unfixable issues under heavy RX load in which the card takes over the PCI bus." Are there any news about this? If there are indeed unfixable issues, can anyone recommend an alternative 4-port card that is currently available? Many than

Re: PB CONFIG

2003-06-11 Thread Martin Stiemerling
Do you have enabled bridging in the kernel? Take a look into this part of the FreeBSD handbook: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-bridging.html Cheers Martin [EMAIL PROTECTED] wrote: Hye!!! I need help about configuration of following situation: ADSL-MODEM

Re: ECN support in FreeBSD4.5

2003-02-28 Thread Martin Karsten
TCP/ECN and RED/ECN are available as part of ALTQ 3.1 http://www.csl.sony.co.jp/person/kjc/programs.html Best, Martin > I would like to know if ECN support is provided in FreeBSD 4.5. If not > then how can I do it? > > Thanks > > Rahul Chaudhary > > > > To Un

Re: Programmatically obtaining interface hardware addrs

2003-02-10 Thread Martin Stiemerling
See man getifaddrs: http://www.freebsd.org/cgi/man.cgi?query=getifaddrs&sektion=3&apropos=0&manpath=FreeBSD+4.7-RELEASE You can obtain l2 addresses with this system call. Martin Joe Marcus Clarke wrote: What's the best (or easiest) way to programmatically obtain int

Please test, big if_sis MFC for STABLE

2003-01-30 Thread Martin Blapp
rg/~mbr/patches/if_sis_stable.diff Martin Martin Blapp, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> -- ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH Phone: +41 61 826 93 00 Fax: +41 61 826 93 01 PGP: PGP Fingerprint

Network Card Problem (BroadCom)

2003-01-27 Thread Martin
bclass = ethernet <<<<<<<<<< in dmesg i see: pci3: (vendor=0x14e4, dev=0x16a7) at 1.0 irq 11 <<<<<<< In bios i disabled plug&Play options Why doesnt it work? Kind Regards Martin To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Network Card Problem (BroadCom)

2003-01-27 Thread Martin
bclass = ethernet <<<<<<<<<< in dmesg i see: pci3: (vendor=0x14e4, dev=0x16a7) at 1.0 irq 11 <<<<<<< In bios i disabled plug&Play options Why doesnt it work? Kind Regards Martin To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

PPTP passthrough on FreeBSD 4.4

2003-01-21 Thread Robert Martin
recompile the kernel? Any and all help will be greatly appreciated. Regards, Robert Martin [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Re: PANIC in tcp_syncache.c sonewconn() line 562

2003-01-14 Thread Martin Blapp
[EOPNOTSUPP] The socket is not of a type that supports the operation listen(). [EINVAL] Listen() has been already called on the socket. Any objections from others ? Martin To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Re: PANIC in tcp_syncache.c sonewconn() line 562

2003-01-13 Thread Martin Blapp
server should knew about this issue and test properly if it is run standalone or from inetd. The solution I think would be to reuse the socket. I'll provide a fix for this ! Martin To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Re: IPFW

2002-12-09 Thread Martin Stiemerling
Am Montag den, 9. Dezember 2002, um 18:18, schrieb soheil soheil: Dear ALL i run this commands on my 4.4FreeBSD-Release Do you have this line in your kernel configuration file and compiled into the kernel: options IPFIREWALL see also LINT in /usr/src/sys/i386/conf (if it is an i386) Martin

Re: FreeBSD Gateway Question / Problem

2002-11-30 Thread Martin Stiemerling
Hi Lewis, sounds like your linux computers on your old network have a wrong routing entry. If you can reach any other machine (bsd to windows, windows to bsd, ...) the linux perhaps have a wrong default gateway. Martin Lewis Watson wrote: Hello, I am currently trying to add another /24

Re: Using ipfw to forward udp

2002-11-21 Thread Martin Stiemerling
more appropriate for your needs. Martin Scot Loach wrote: I'm trying to implement a type of transparent proxy for UDP. My idea was to use ipfw to redirect all incoming UDP packets to my server, for example: ipfw add fwd 127.0.0.1,9000 udp from any to any recv em0 However this doesn't s

Re: Arp and Route Commands

2002-11-17 Thread Martin Stiemerling
Karl, try man arp man route on your FreeBSD system. Martin Karl Timmermann wrote: Hello, I'm new to the list and was hoping maybe someone could help me. These commands work in Linux (and in this order), but not in FreeBSD/Mac OS X as the arp and route commands are different: a

RE: 802.11: WaveLAN/Orinoco Cards

2002-05-06 Thread Martin Minkus
> > Martin Minkus wrote: > > > But it's a standard WaveLAN/Orinico card, which is what the wi > > > driver is intended for? > > > > > > I never had to worry about any of this when I had the old > > > white/bronze 2mbit wavelan cards, but

RE: 802.11: WaveLAN/Orinoco Cards

2002-05-06 Thread Martin Minkus
ge. So at least auto works too :) Perhaps when I have some spare time I can go look into the wi driver. And perhaps your right, firmware changes on the orinoco cards are the cause of this; I have flashed mine to 8.1 (or whatever the latest firmware is, 8.something). My white wavelan cards were or

RE: 802.11: WaveLAN/Orinoco Cards

2002-05-06 Thread Martin Minkus
Terry Lambert [mailto:[EMAIL PROTECTED]] Sent: Monday, 6 May 2002 18:21 To: Martin Minkus Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: 802.11: WaveLAN/Orinoco Cards Martin Minkus wrote: > >Part 1.1Type: Plain Text (text/plain) >Encoding: 7bit [ ... data rate c

802.11: WaveLAN/Orinoco Cards

2002-05-06 Thread Martin Minkus
s via ifconfig AND wicontrol? Why not just one place?   Any ideas? Any explanations?   Martin.   PS. make sure you include me in the TO/CC field as i am not on the mailing list.  

  1   2   >