On Thu, 15 Apr 2004, Bogdan TARU wrote:
> Hi Landry,
>
> You might wanna check the following sysctls:
>
> net.inet.ip.portrange.hifirst
> net.inet.ip.portrange.hilast
>
> Regards,
> bogdan
net.inet.ip.portrange.last and net.inet.ip.portrange.first are what he
really wants to change; h
Christophe Prevotaux writes:
> Hi,
>
> Is anyone working or planning to work on these babies support
> for FreeBSD ?
>
> http://www.astutenetworks.com/content/product/superhba.htm
Not that I know of, but if you need 4Gb/sec, have you considered
Myrinet?
I do the driver support for FreeB
Hi,
In FreeBSD 4.9,
tcp_syncache implements a hash table with buckets, where an entry is created
on SYN request.
Function syncache_timer takes care of SYN-ACK retransmissions and removing
old entries from syncache.
It uses two variables timerq (array of link lists) and tt_timerq (array of
callout
Hi,
I'am configuring a SSM multicast router, for that I'am using pim6sd.
So, I'am FreeBSD with kame snap kit and I had install pim6sd.
At the moment, Itrying to configure the routing daemon and I'am having
some difficulties...
So, in file /etc/rc.conf I have:
mroute6d_enab
Hello Mike,
That helped, Thanks! even though it seems a litte odd to me :), especially
because xl0 is the "main" network, and the wireless one is only an "addon" ...
up to now, i dont see any MAC-addr-toggle-warnings.
Best Kai
>
> On Wed, 14 Apr 2004, Kai Mosebach wrote:
>
> > Dear list,
> >
Hi Landry,
You might wanna check the following sysctls:
net.inet.ip.portrange.hifirst
net.inet.ip.portrange.hilast
Regards,
bogdan
On Thu, Apr 15, 2004 at 11:52:03AM +0200, Landry Brunel wrote:
>
> Does someone knows how to change the dynamic TCP/UDP port range.
> I'd like to tu
Does someone knows how to change the dynamic TCP/UDP port range.
I'd like to tune it like on sparc/solaris : 32768->65535 .
Thank's a lot,
Landry.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, sen
Hello all!
old router - PC with fxp NIC, new router HP Proliant DL320
with bge NIC. We try to move interface of connection CIsco827 from
PC to HP. In combination Cisco 827 - fxp intel Ethernet adapter
problems were not. At replacement of Router PC on HP Proliant
there was a problem - bge (Broadcom
On Wed, 14 Apr 2004, Kai Mosebach wrote:
> Dear list,
>
> recently i tried to setup a wireless bridge onto my freebsd 5.2 server.
>
> i followed the instructions on the ath manpage and set the bridge up with :
>
> ifconfig ath0 inet up
> sysctl net.link.ether.bridge.enable=1
> sysctl net.link.et