Hello,
I was adding a static route and "accidentally" put an extra number 1
after the command, like this:
route add -net 192.168.0.100 192.168.0.200 255.255.255.255 1
netstat -rn prints:
Routing tables
Internet:
DestinationGatewayFlagsRefs Use Netif Expire
0.0.0
[...]
route add -net 192.168.0.100 192.168.0.200 255.255.255.255 1
Destination Gateway Flags Refs Use Netif Expire
0.0.0.0&0x1 192.168.0.200 UGS 0 0 bge
Try:
route delete 0.0.0.0 -netmask 0.0.0.1
It worked!
[...]
A 0.0.0.0/0.0.0.1 route matches every IP with bit 0 clear and is
half the
Kevin Oberman wrote:
Running 7-STABLE of April 10, if I disable the firewall ('sysctl
net.inet.ip.fw.enable=0'), IPv4 traffic passes, but IPv6 will not. I had
to add a "allow ip from any to any" rule to get IPv6 to work pass
traffic. (Since I was accessing the system in question via IPv6, this
wa
Hello!
We recently bought a Dell Server with 4GB RAM.
Then, we installed FreeBSD 6.1/i386 but it only detects 3.5GB of RAM. So
we recompiled the kernel with PAE option and now we have 4GB available.
Onboard NIC (em0) works fine both with GENERIC and PAE kernel, but as we
need a second 100 Mbit
Hello!
Alex Povolotsky wrote:
Hello!
I'm trying to set up FreeBSD-based router, and got troubles with
bandwidth limiting. My queues drops lots of packets.
[23:38] gw:~ # ipfw pipe 200 config bw 30mbit/s queue 100
You should use 30Mbit/s (with capital M).
[23:42] gw:~ # ipfw add 600 pip
Hello,
I am trying to boot a FreeBSD diskless client with no success.
Actually, I can boot the client, the kernel is downloaded and begins
to boot. Then it tries to reach the DHCP/BOOT server, but this never
occurs and the machine repeats the following messages forever:
bootpc_call: sosend: 13 st
EPT
>
> Atanu.
>
> >>>>> "Tobias" == Tobias P Santos <[EMAIL PROTECTED]> writes:
>
> Tobias> Hello, I am trying to boot a FreeBSD diskless client with
> Tobias> no success. Actually, I can boot the client, the kernel
>
Hello,
I have a gateway limiting the bandwidth of my customers.
Everything is working fine, but I got some messages in the log file,
see:
[...]
Dec 1 15:04:55 proxy /kernel: +++ ipfw: ouch!, skip past end of rules,
denying packet
Dec 1 15:06:17 proxy last message repeated 90 times
Dec 1 15:19: