john schrieb:
> Hi Jakob et all,
> 
> I have half figured out my issue. My bonding related logoff problems
> were caused by my /etc/resolv.conf file being overwritten with
> information handed out by my ltsp client facing dhcp server. The
> second interface that I added to the bond, was getting dhcp
> information meant for thin clients via dhcp and overwriting
> /etc/resolv.conf. The bond still came up, but I had misconfigured
> /etc/resolv.conf file.
> 
> This is all happening on Ubuntu 8.04.3/Hardy, btw
> 
> What is the right way to keep an interface from being a dhcp client
> without interfering with the bonding process? Google hasn't answered
> this for me yet.
> 
> Should I simply add a line like:
> 
> auto eth3
> iface eth3 inet static
> 
> to /etc/network/interfaces
> 
> should I remove dhcdbd from /etc/rc2.d ?
> 
> Any advice would be appreciated. Below is my /etc/network/interfaces file

Does adding

iface eth4 inet manual
iface eth5 inet manual

to /etc/network/interfaces help?


Jakob

> 
> Thanks!
> 
> John
> 
> ---
> 
> # The loopback network interface
> auto lo
> iface lo inet loopback
> 
> # The primary network interface
> auto eth3
> iface eth3 inet static
>       address 10.110.0.105
>       netmask 255.255.0.0
>       network 10.110.0.0
>       broadcast 10.110.255.255
>       gateway 10.110.0.1
> 
> 
> auto bond0
> iface bond0 inet static
>    address 192.168.0.254
>    netmask 255.255.255.0
>    network 192.168.0.0
>    broadcast 192.168.0.255
>    post-up ifenslave bond0 eth4 eth5


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to