> 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
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.
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
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,
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
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
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
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
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
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
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:
> >
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
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
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
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
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
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
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
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
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
match "subsystem" "INTERFACE";
match "vendor" "0x0b95";
match "product" "0x1790";
match "sernum" "249B0DE00C";
match "type" "ATTACH";
action "logger DEVICE NAME
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
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
>> 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
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"
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
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
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"
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
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
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
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
==:<===
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
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,
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"
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
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
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
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
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
--
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
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
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
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
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).
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
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
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:
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]"
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
-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]"
? 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
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-
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
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
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
> -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
> 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
> > 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
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
> -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
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
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]"
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]"
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]"
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
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
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
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
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
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
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
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]"
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
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.
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
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
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
|
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]"
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]"
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]"
tch.
> 192-255
x.x.x.192/26
> If so, why is this?
LLAP, Martin
pgp0.pgp
Description: PGP signature
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
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
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
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
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
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
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
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
[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
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
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
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
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
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
> > 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
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
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
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 - 100 of 121 matches
Mail list logo