Hi all,
I've been seeing this message fill my logs;
pbond0: received packet with own address as source address
I've tried;
ip set link pbond0 down
ip set link pbond0 arp off
ip set link pbond0 up
in /etc/systcl
net.ipv4.conf.bond0.arp_ignore = 8
net.ipv4.conf.bond0.arp_announce = 2
I've 2 physycal nics bonded in mode0 called bond0.
Are these messages benign and to be ignored?
- aurf
Joseph L. Casale wrote:
> 802.3ad info
> LACP rate: slow
Just a thought but try changing the lacp rate to fast?
http://www.cyberciti.biz/howto/question/static/linux-ethernet-bonding-drive…
lacp_rate
Option specifying the rate in which we'll ask our link partner
to transmit LACPDU packets in 802.3ad mode. Possible values
are:
slow or 0
Request partner to transmit LACPDUs every 30 seconds
fast or 1
Request partner to transmit LACPDUs every 1 second
The default is slow.
nate
Last time I checked (but that was a while ago) TOE (TCP Offloading
Engine) was not supported very well, at least not with Broadcom chips.
Did anything change in that regard recently?
More specifically, the chip I'm looking at is Broadcom NetXtreme II 5709
and the distribution is 5.3
Any luck with proprietary drivers? Any problems those drivers may cause
with bonding?
--
Florin Andrei
http://florin.myip.org/
I'm thinking of giving CentOS to a non-tech user for her new desktop. He
needs are small. She has been used to Mozilla for both mail and browsing, so
equivalents there are not a problem. She needs grip and lame, for her mp3s -
again no problem. In fact the only problem I can see is that gwenview doesn't
appear to have the kipi-plugins. I can see libkipi listed, but no plugins,
and a pbone search didn't find it for me. Perhaps it's available from a repo
that I don't have? This is the tool of choice for me, for photo-printing.
I think I've covered the areas that she's interested in. Can anyone point out
any other things I should consider?
Once I have the system set up as she needs I shall set up cron jobs to keep
her up to date.
Anne
--
New to KDE4? - get help from http://userbase.kde.org
Just found a cool new feature? Add it to UserBase
2009/9/29 Sorin Srbu <sorin.srbu(a)orgfarm.uu.se>
> >-----Original Message-----
> >From: centos-bounces(a)centos.org [mailto:centos-bounces@centos.org] On
> Behalf
> >Of Frank Thommen
> >Sent: Tuesday, September 29, 2009 3:27 PM
> >To: CentOS mailing list
> >Subject: Re: [CentOS] Dualboot CentOS and Windows
> >
> >> I have to install CentOS on a spare partition of a laptop with
> >> Windows pre installed. Is there anything I have to watch out for?
> >> Couldn't find anything in the wiki or does the installer handle this
> >> well without me doing some magic, or so?
> >
> >The installer will handle this perfectly if you select the correct
> >partition for your CentOS installation :-)
>
usually, you need at least two partitions: one for / and one for swap. best
is to setup first a small /boot partition. i'm sure somewhere there are some
docs about it :)
>
> With that said, make sure you have a backup of the important stuff on the
> Windows-partitions.
>
> --
> /Sorin
>
> _______________________________________________
> CentOS mailing list
> CentOS(a)centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
>
--
Linux counter #213090
Hi
I don't know how to let the dns as zone and also enquriy in local network
please help
if this. the outside and inside can use this server to enquiry zone, but can't enquriy non zone. but how can I let it enquiry non zone restrict in local network.
Thank you
allow-query { any; };
recursion no;
Send instant messages to your online friends http://uk.messenger.yahoo.com
I believe he's onto something there...routable addresses would be 172.16.254.81 thru 172.16.254.94 on 28 bits...and there's that pesky rule about having your gateway on the same subnet as the node. :)
------Original Message------
From: Eduardo Grosclaude
Sender: centos-bounces(a)centos.org
To: CentOS mailing list
ReplyTo: CentOS mailing list
Subject: Re: [CentOS] Bring up Networking in Single User Mode
Sent: Oct 7, 2009 1:35 PM
On Wed, Oct 7, 2009 at 3:28 PM, ML <mailinglists(a)mailnewsrss.com> wrote:
> Nate,
>
>> ifconfig ethX IP_ADDRESS netmask NETMASK
>> route add default gw IP_OF_GATEWAY
>
> OK, so I was correct,
>
> I am doing
>
> ifconfig eth0 172.16.254.80 netmask 255.255.255.240
> route add default gw 172.16.254.1
>
> I am getting Network is unreachable.
That's correct. Write down 80, 1 and 240 in binary. With a /28 mask,
your IP address and your gateway are in different subnets.
--
Eduardo Grosclaude
Universidad Nacional del Comahue
Neuquen, Argentina
_______________________________________________
CentOS mailing list
CentOS(a)centos.org
http://lists.centos.org/mailman/listinfo/centos
Sent via BlackBerry by AT&T
HI All,
Can anyone explain why I might want to run my own DNS Server in-house?
I have a comcast business circuit and use their DNS servers and when I
need entries, I use GoDaddy where I buy my domains.
Best,
-ML
I have a DAS w/ 6 750Gb and 6 1Tb discs I am setting up using Linux raid.
The controller is a POS so each disc is exported as an R0 single volume.
I used a parted and fdisk script to create 1 max size partition labeled as
Linux Raid Autodetect and created the first r6 array w/ mdadm. I normally
create and mark partitions as raid or lvm so people know what's going on.
The first md array is obviously too large for fdisk and parted doesn't create
lvm partitions does it?
Should I just pvcreate the raw /dev/md0 and not worry about creating an lvm
partition on it, or should/(can?) I?
Thanks!
jlc