Is there any reason to not have qlnxe(4) available during installation? I can
of course load it from the shell, but what is the reason to not have it
available like others drivers? Is this maintained?
Benoît
Dear Colleagues,
Now that there are many PCs with UEFI-only BIOSes (no legacy mode nor
CSM), how can I install FreeBSD over network on those?
I successfully boot iPXE from the network, then load FreeBSD
installation media over http:
dhcp
sanboot
http://192.168.170.5/tftpboot/FreeBSD-12.2
On Wed, Dec 16, 2020 at 9:53 PM Vincenzo Maffione
wrote:
>
> On a side note, the netmap tools (pkt-gen, bridge, lb, etc.) should really
> be a port. Another TODO item.
>
>
There is already one port for an old version of pkt-gen:
https://svnweb.freebsd.org/ports/head/net/pkt-gen/
And here is a cu
Hi,
Got around this issue by manually copying necessary in /usr/obj
Looks like libnetmap (src/lib/libnetmap) is not built and installed by
default. Manually built them and copied the "libnetmap.h" and
"libnetmap.so" (not just the header file) to appropriate directories in
/usr/obj helps to get pa
Hi,
I am trying to compile the netmap tools(pkt-gen, bridge etc.,) and getting
the below error.
*/root//freebsd/tools/tools/netmap/pkt-gen.c:47:10: fatal error:
'libnetmap.h' file not found#include ^1
error generated.*** Error code 1*
On debug, I don't see the libnetmap.
Ok. Thanks. But I need to get tunnel working. Can you suggest some other way
of getting a multicast tunnel work. The assumption is that there is a
unicast cloud in between two mbone networks. So we need to forward the
multicast traffic over the unicast tunnel. Application is for video
transmission.
Tunnel support for MROUTING was removed several FreeBSD releases ago.
We followed OpenBSD with this change because DVMRP's older, naive
IP-in-IP encapsulation mechanism doesn't offer any benefit, and can't be
administered. Also, PIM doesn't use it, and PIM is now the industry
standard.
thank
*GIVING MORE DETAILS:-
ifconfig gives:*
em0: flags=8843 metric 0 mtu 1500
options=19b
ether 00:1c:c0:00:d6:68
inet 10.129.86.154 netmask 0x broadcast 10.129.255.255
media: Ethernet autoselect (100baseTX )
status: active
fxp0: flags=8843 metric 0 mtu 1500
options=20
I have build the kernel with MROUTING option. Cause without it mrouted does
not execute. But is this a problem with the tunnel creation as it says
setsockopt MRT_ADD_VIF operation not permitted.
The machine I use has 2 NICs. I have also enabled gateway "YES".
I am trying to setup a multicast tunn
Did you remember to kldload ip_mroute or build your kernel with 'options
MROUTING' ?
___
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"
Hi
I get this error when running
mrouted -d
/etc/mrouted.conf is:
tunnel 10.129.869.152 10.105.12.38
19:20:30.460 SENT neighbor probe from 10.129.86.152 to 224.0.0.4
19:20:30.461 SENT neighbor probe from 10.129.86.152 to 10.105.12.38
19:20:35.480 mrouted version 3.9-beta3+IOS12
19:20
Hi
I get this error when running
mrouted -d
/etc/mrouted.conf is:
tunnel 10.129.869.152 10.105.12.38
19:20:30.460 SENT neighbor probe from 10.129.86.152 to 224.0.0.4
19:20:30.461 SENT neighbor probe from 10.129.86.152 to 10.105.12.38
19:20:35.480 mrouted version 3.9-beta3+IOS12
19:20
On 2006-04-13 12:12, Sam Leffler <[EMAIL PROTECTED]> wrote:
>Giorgos Keramidas wrote:
>>On 2006-04-13 20:19, Nik <[EMAIL PROTECTED]> wrote:
>>>Try to use the drivers from the http://madwifi.org/ project.
>>>Your card has a Wireless LAN chipset from Atheros, that's why
>>>it is not supported by pris
Giorgos Keramidas wrote:
On 2006-04-13 20:19, Nik <[EMAIL PROTECTED]> wrote:
Try to use the drivers from the http://madwifi.org/ project.
Your card has a Wireless LAN chipset from Atheros, that's why
it is not supported by prism drivers.
FWIW,
A DWL-AG650 (HW ver: B2) works fine with `if_ath'
On 2006-04-13 20:19, Nik <[EMAIL PROTECTED]> wrote:
> Try to use the drivers from the http://madwifi.org/ project.
> Your card has a Wireless LAN chipset from Atheros, that's why
> it is not supported by prism drivers.
FWIW,
A DWL-AG650 (HW ver: B2) works fine with `if_ath' on CURRENT here.
I'm n
Try to use the drivers from the http://madwifi.org/ project.
Your card has a Wireless LAN chipset from Atheros, that's why
it is not supported by prism drivers.
Good luck.
Nikita
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/
.
Thanks for your cooperation,
Surekha.
-Original Message-
From: Max Laier [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 02, 2006 6:20 PM
To: freebsd-net@freebsd.org
Cc: Surekha
Subject: Re: Installation of Freebsd 5.4 release
On Thursday 02 March 2006 13:17, Surekha wrote:
>
On Thursday 02 March 2006 13:17, Surekha wrote:
> Hi,
>
> I want to install the Kame version of MIPv6 for FreeBSD.
>
> I downloaded the following snap:
>
> kame-20060220-freebsd54-snap.tar
>
> and tried to install on a machine which already has FreeBSD 5.2.1 release.
>
> It is giving some config er
On Thu, 02 Mar 2006 17:47:10 +0530
Surekha <[EMAIL PROTECTED]> wrote:
> Hi,
>
>
>
> I want to install the Kame version of MIPv6 for FreeBSD.
>
> I downloaded the following snap:
>
> kame-20060220-freebsd54-snap.tar
>
>
>
> and tried to install on a machine which already has FreeBSD 5.2.
Hi,
I want to install the Kame version of MIPv6 for FreeBSD.
I downloaded the following snap:
kame-20060220-freebsd54-snap.tar
and tried to install on a machine which already has FreeBSD 5.2.1 release.
It is giving some config error as follows:
ERROR: version of config(8) does not m
Olivier Casasole wrote:
I am trying to install Freebsd 5.3 on a station which
has both Pentium and Celeron.
Are you saying that you are using both processors in the same machine?
If so, that is unsupported. You need two identical processors.
I put the boot floppy and Kernel 1 and 2.
Then,
Hi,
I am trying to install Freebsd 5.3 on a station which
has both Pentium and Celeron.
I put the boot floppy and Kernel 1 and 2.
Then, my system was stuck.
I obtained something like that:
APIC: Using the MADT enumerator
MADT: Found CPU ID 0 ACPI ID 1: enabled
MADT: Found CPU ID 0 ACPI ID 1: en
entry for pim6sd
>I can I know if pim6sd if correctly install in my pc.
>Thanks for the attention.
I just tried to install pim6sd using the latest FreeBSD port
(ports/net/pim6sd) without having any troubles (on FreeBSD 4.8p16).
The man pages were installed under /usr/local/man/man8/ .
I download the port pim6sd and install them in my pc but in I do
man pim6sd
I see the following message:
no manual entry for pim6sd
I can I know if pim6sd if correctly install in my pc.
Thanks for the attention.
Mónica Domingues
_
On Wednesday 21 January 2004 16:58, Art Mason wrote:
> Yes, indeed, many thanks for the quick response. I had read through
> the makefile, but wasn't sure if there were any additional settings
> that I should take into consideration. On that note, does anyone have
> any experience running PF unde
dar.org/DSINet.org
> www.mostly-harmless.nl Dutch community for helping newcomers on the
> hackerscene
>
> -Oorspronkelijk bericht-
> Van: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Art Mason
> Verzonden: woensdag 21 januari 2004 16:13
> Aan: [EMAIL PROTEC
mko Lodder
Elvandar.org/DSINet.org
www.mostly-harmless.nl Dutch community for helping newcomers on the
hackerscene
-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Art Mason
Verzonden: woensdag 21 januari 2004 16:13
Aan: [EMAIL PROTECTED]
Onderwerp: [Freebsd-net]
Hello,
My sincerest apologies if this isn't the correct list to post this
question to, but I was wondering if anyone has any guidelines/procedures
to follow regarding the correct installation method for PF on FreeBSD
5.2-RELEASE. I know of its existence in ports/security, but was
wonderi
[ -net removed, -questions added ]
On Mon, Oct 01, 2001 at 03:08:08PM -0700, Anuranjan wrote:
> I need to install the WLAN card (either a Cisco Aironet 350, or a Lucent
> WaveLAN) and I think the drivers are "an" and "wi" resp. How can I install
> these cards and the respective drivers? My kernel
I need to install the WLAN card (either a Cisco Aironet 350, or a Lucent
WaveLAN) and I think the drivers are "an" and "wi" resp. How can I install
these cards and the respective drivers? My kernel seems to be configured for
it as I can see entries for both uncommented in my /usr/src/i386/conf/NEW
30 matches
Mail list logo