LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

Re: Help

To: lvs-users@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: Help
Cc: list@xxxxxxxxxxxxxx
From: Joseph Mack <mack.joseph@xxxxxxx>
Date: Thu, 26 Apr 2001 12:52:59 -0400
> Tom Brown wrote:
> 
> Hi there,
> 
> Being very new to LVS i'm trying to get to grips on a test setup. One LVS and 
> two web servers. However everything seems to go fine
> until i try to run the lvs_nat.conf script with ./configure and i get this...
> 
> [root@build3 config]# ./configure lvs_nat.conf
> warning: ./configure has not been tested with kernel version 2.2.18

you appear to be using an old version of configure with a new lvs_nat.conf
file. Get configure-lvs-0.8

> #----------lvs_nat.conf------------------------------------
> LVSCONF_FORMAT=1.0
> LVS_TYPE=VS_NAT
> INITIAL_STATE=on
> CLEAR_IPVS_TABLES=yes
> #note: VIP, netmask, broadcast are from a /24 network (unlike VS-DR)
> VIP=eth0 192.168.1.211 255.255.255.0 192.168.1.255
> DIRECTOR_INSIDEIP=eth1 192.168.15.1 255.255.255.0 192.168.15.255
> DIRECTOR_GW=192.168.1.254
> SERVICE=t telnet rr 192.168.15.2:telnet 192.168.15.3:telnet
> SERVER_NET_DEVICE=eth0
> SERVER_GW=192.168.15.1
> #----------end lvs_nat.conf------------------------------------

looks fine otherwise
Joe

-- 
Joseph Mack PhD, Senior Systems Engineer, Lockheed Martin
contractor to the National Environmental Supercomputer Center, 
mailto:mack.joseph@xxxxxxx ph# 919-541-0007, RTP, NC, USA


<Prev in Thread] Current Thread [Next in Thread>
  • Help, Tom Brown
    • Re: Help, Joseph Mack <=