LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

Re: ARP and Windo@#%W 2k (part 2)

To: Jerome Richard <jrichard@xxxxxxxxxxxxxx>, lvs-users@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: ARP and Windo@#%W 2k (part 2)
From: Skliarouk Peter <skliaroukp@xxxxxxxxxxx>
Date: Mon, 13 Sep 1999 21:45:17 +0000
I did everything according to the docs, and it didn't worked!

OK, I found that MS loopback interface (BTW: somebody should write to
the FAQ) in new network device section.

It didn't allowed me to set netmask to be 255.255.255.255 however, only
255.255.255.0. Virtual Server IP: 212.29.202.28

The computer has real IP - 212.29.202.26.

And the system doesn't work (No connection).
ipvsadm shows ActiveConn increases, but nothing happens.

I setted up Linux:
(it is able to ping, lynx 212.29.202.26:80).

popik:~# ipvsadm 
IP Virtual Server (Version 0.7)
Protocol Local Address:Port Scheduler
      -> Remote Address:Port   Forward Weight ActiveConn FinConn
TCP 212.29.202.28:80 wlc
      -> 212.29.202.26:80      Route   1      11         0         
popik:~# route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use
Iface
212.29.202.28   0.0.0.0         255.255.255.255 UH    0      0        0
eth0
212.29.202.0    0.0.0.0         255.255.255.0   U     0      0        0
eth0
0.0.0.0         212.29.202.1    0.0.0.0         UG    1      0        0
eth0
popik:~# ifconfig
eth0      Link encap:Ethernet  HWaddr 00:10:5A:72:B3:43  
          inet addr:212.29.202.17  Bcast:212.29.202.255 
Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:169395 errors:41 dropped:0 overruns:0 frame:41
          TX packets:39409 errors:0 dropped:0 overruns:0 carrier:0
          collisions:69 txqueuelen:100 
          Interrupt:10 Base address:0xe400 

eth0:1    Link encap:Ethernet  HWaddr 00:10:5A:72:B3:43  
          inet addr:212.29.202.28  Bcast:212.29.202.28 
Mask:255.255.255.255
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          Interrupt:10 Base address:0xe400 

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:3924  Metric:1
          RX packets:67 errors:0 dropped:0 overruns:0 frame:0
          TX packets:67 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 

popik:~# uname -a
Linux popik 2.2.10 #3 Tue Aug 31 00:43:23 CEST 1999 i686 unknown
popik:~# 


-- 
Bye,                   | You don't need to be faster than the bear which
Penn (43062358)        | is chasing you. You merely need to be faster
than
                       | the others running with you. 
                       |         From "Maintaining system security"

----------------------------------------------------------------------
LinuxVirtualServer.org mailing list - lvs-users@xxxxxxxxxxxxxxxxxxxxxx
To unsubscribe, e-mail: lvs-users-unsubscribe@xxxxxxxxxxxxxxxxxxxxxx
For additional commands, e-mail: lvs-users-help@xxxxxxxxxxxxxxxxxxxxxx

<Prev in Thread] Current Thread [Next in Thread>
  • ARP and Windo@#%W, Skliarouk Peter
    • Message not available
      • Message not available
        • Message not available
        • Re: ARP and Windo@#%W 2k (part 2), Skliarouk Peter <=
    • Re: ARP and Windo@#%W, Wensong Zhang