LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

Re: Connection Refused

To: lvs-users@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: Connection Refused
From: Brian Jackson <brian@xxxxxxxx>
Date: Thu, 6 Feb 2003 18:35:31 -0600
I don't know about all your problems (or mine for that matter ;), but if you 
switch back to the baecker drivers for the Intel NIC it will probably get rid 
of all the checksum errors, and might clear things up a little bit. I had 
pretty bad luck with the intel drivers that are in the kernel (I think I read 
that the next updates to the e100 drivers that are being sent to Linus and 
Marcello are supposed to fix that.)

--Brian

On Thursday 06 February 2003 06:11 pm, Jeremy Kusnetz wrote:
> Back in late September early October I was having a problem with "No Buffer
> Space".  Turned out to be a problem with the number of Arp Caches due to
> the extreme number of RIPs I was running.
>
> Roberto had me run the following tunes to fix things up:
>
> echo "30" >/proc/sys/net/ipv4/neigh/default/gc_interval
> echo "20" >/proc/sys/net/ipv4/neigh/default/gc_stale_time
> echo "512" >/proc/sys/net/ipv4/neigh/default/gc_thresh1
> echo "2048" >/proc/sys/net/ipv4/neigh/default/gc_thresh2
> echo "4096" >/proc/sys/net/ipv4/neigh/default/gc_thresh3
> echo "20" >/proc/sys/net/ipv4/neigh/eth0/gc_stale_time
> echo "20" >/proc/sys/net/ipv4/neigh/eth1/gc_stale_time
> echo "20" >/proc/sys/net/ipv4/neigh/lo/gc_stale_time
>
>
> This, along with greaty reducing the number of RIPs seemed to have fixed
> that problem.
>
> In the last couple of day I've been experiencing a new problem.  After a
> while trying to connect to certain services on certain VIPs get a
> "connection refused" error.
>
> I can ping the VIPs, but trying to say telnet to port 25 get's the error.
> The weird thing is, while this happens from connecting from one host,
> another host can connect to that service and that VIP just fine.  Another
> symptom is some hosts can't even ping the directors's primary IP address,
> while others can.  Even a host on the same network as the director.
>
> We have replace the entire box the director is running on, we have replace
> the switch the director connects to, and we have replaced the cable
> connecting the director to the switch.  We have also turned off
> autonegotiation from the director's NIC and the switche's port.  None of
> this helped.
>
> The only thing that clears the problem is to stop and restart LVS.  My stop
> and start process takes down all the VIPs and does a ipvsadm -C.  While the
> problem is happening, I can connect from the director to the RIP's port
> number, ie telnet RIP 25.  I'll get a 220 banner, but connecting to the VIP
> from the outside get's a connection refused.  Running ipvsadm -ln show that
> we are still forwarding to the RIP.
>
> I'm running LVS-NAT 1.0.6 on kernel 2.4.19.
>
> I've just started running "ip route flush cache" every five minutes.  Not
> sure if this is going to help or not.  It was a temporary fix for our last
> problem.
>
> Here are the outputs of some diagnostic commands Roberto had me run when we
> were last having issues:
>
> root@director:~# ./diag.sh
> ip -s -s link show
> 1: lo: <LOOPBACK,UP> mtu 16436 qdisc noqueue
>     link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
>     RX: bytes  packets  errors  dropped overrun mcast
>     54705      519      0       0       0       0
>     RX errors: length  crc     frame   fifo    missed
>                0        0       0       0       0
>     TX: bytes  packets  errors  dropped carrier collsns
>     54705      519      0       0       0       0
>     TX errors: aborted fifo    window  heartbeat
>                0        0       0       0
> 2: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 100
>     link/ether 00:50:8b:e2:12:5f brd ff:ff:ff:ff:ff:ff
>     RX: bytes  packets  errors  dropped overrun mcast
>     2113492407 7858041  0       0       0       0
>     RX errors: length  crc     frame   fifo    missed
>                0        0       0       0       0
>     TX: bytes  packets  errors  dropped carrier collsns
>     3834081519 8472550  0       0       0       0
>     TX errors: aborted fifo    window  heartbeat
>                0        0       0       0
> 3: eth1: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 100
>     link/ether 00:50:8b:e2:12:5d brd ff:ff:ff:ff:ff:ff
>     RX: bytes  packets  errors  dropped overrun mcast
>     3886355088 9513994  315130  0       0       0
>     RX errors: length  crc     frame   fifo    missed
>                65426    125640  124064  0       0
>     TX: bytes  packets  errors  dropped carrier collsns
>     2339745620 8902474  0       0       0       0
>     TX errors: aborted fifo    window  heartbeat
>                0        0       0       0
> 4: eth2: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 100
>     link/ether 00:60:08:1f:fd:0e brd ff:ff:ff:ff:ff:ff
>     RX: bytes  packets  errors  dropped overrun mcast
>     1164610    6281     0       0       0       0
>     RX errors: length  crc     frame   fifo    missed
>                0        0       0       0       0
>     TX: bytes  packets  errors  dropped carrier collsns
>     1159557    6365     0       0       0       0
>     TX errors: aborted fifo    window  heartbeat
>                0        0       0       0
> -------------------------------------------------
> ip addr show
> 1: lo: <LOOPBACK,UP> mtu 16436 qdisc noqueue
>     link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
>     inet 127.0.0.1/8 scope host lo
> 2: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 100
>     link/ether 00:50:8b:e2:12:5f brd ff:ff:ff:ff:ff:ff
>     inet 216.163.120.8/24 brd 216.163.120.255 scope global eth0
>     inet 12.1.235.254/32 brd 12.1.235.254 scope global eth0:74
>     inet 216.163.120.29/32 brd 216.163.120.29 scope global eth0:0
>     inet 216.163.120.62/32 brd 216.163.120.62 scope global eth0:1
>     inet 216.163.120.63/32 brd 216.163.120.63 scope global eth0:2
>     inet 216.163.120.119/32 brd 216.163.120.119 scope global eth0:3
>     inet 216.163.120.65/32 brd 216.163.120.65 scope global eth0:4
>     inet 216.163.120.66/32 brd 216.163.120.66 scope global eth0:5
>     inet 216.163.120.67/32 brd 216.163.120.67 scope global eth0:6
>     inet 216.163.120.68/32 brd 216.163.120.68 scope global eth0:7
>     inet 216.163.120.69/32 brd 216.163.120.69 scope global eth0:8
>     inet 216.163.120.31/32 brd 216.163.120.31 scope global eth0:9
>     inet 216.163.120.32/32 brd 216.163.120.32 scope global eth0:10
>     inet 216.163.120.33/32 brd 216.163.120.33 scope global eth0:11
>     inet 216.163.120.34/32 brd 216.163.120.34 scope global eth0:12
>     inet 216.163.120.35/32 brd 216.163.120.35 scope global eth0:13
>     inet 216.163.120.36/32 brd 216.163.120.36 scope global eth0:14
>     inet 216.163.120.37/32 brd 216.163.120.37 scope global eth0:15
>     inet 216.163.120.38/32 brd 216.163.120.38 scope global eth0:16
>     inet 216.163.120.70/32 brd 216.163.120.70 scope global eth0:17
>     inet 216.163.120.39/32 brd 216.163.120.39 scope global eth0:18
>     inet 216.163.120.71/32 brd 216.163.120.71 scope global eth0:19
>     inet 216.163.120.72/32 brd 216.163.120.72 scope global eth0:20
>     inet 216.163.120.73/32 brd 216.163.120.73 scope global eth0:21
>     inet 216.163.120.74/32 brd 216.163.120.74 scope global eth0:22
>     inet 216.163.120.75/32 brd 216.163.120.75 scope global eth0:23
>     inet 216.163.120.6/32 brd 216.163.120.6 scope global eth0:24
>     inet 216.163.120.77/32 brd 216.163.120.77 scope global eth0:25
>     inet 216.163.120.78/32 brd 216.163.120.78 scope global eth0:26
>     inet 216.163.120.7/32 brd 216.163.120.7 scope global eth0:27
>     inet 216.163.120.9/32 brd 216.163.120.9 scope global eth0:28
>     inet 216.163.120.79/32 brd 216.163.120.79 scope global eth0:29
>     inet 216.163.120.40/32 brd 216.163.120.40 scope global eth0:30
>     inet 216.163.120.41/32 brd 216.163.120.41 scope global eth0:31
>     inet 216.163.120.42/32 brd 216.163.120.42 scope global eth0:32
>     inet 216.163.120.43/32 brd 216.163.120.43 scope global eth0:33
>     inet 216.163.120.45/32 brd 216.163.120.45 scope global eth0:34
>     inet 216.163.120.46/32 brd 216.163.120.46 scope global eth0:35
>     inet 216.163.120.47/32 brd 216.163.120.47 scope global eth0:36
>     inet 216.163.120.80/32 brd 216.163.120.80 scope global eth0:37
>     inet 216.163.120.48/32 brd 216.163.120.48 scope global eth0:38
>     inet 216.163.120.81/32 brd 216.163.120.81 scope global eth0:39
>     inet 216.163.120.49/32 brd 216.163.120.49 scope global eth0:40
>     inet 216.163.120.82/32 brd 216.163.120.82 scope global eth0:41
>     inet 216.163.120.84/32 brd 216.163.120.84 scope global eth0:42
>     inet 216.163.120.85/32 brd 216.163.120.85 scope global eth0:43
>     inet 216.163.120.173/32 brd 216.163.120.173 scope global eth0:44
>     inet 216.163.120.86/32 brd 216.163.120.86 scope global eth0:45
>     inet 216.163.120.10/32 brd 216.163.120.10 scope global eth0:46
>     inet 216.163.120.11/32 brd 216.163.120.11 scope global eth0:47
>     inet 216.163.120.100/32 brd 216.163.120.100 scope global eth0:48
>     inet 216.163.120.101/32 brd 216.163.120.101 scope global eth0:49
>     inet 216.163.120.15/32 brd 216.163.120.15 scope global eth0:50
>     inet 216.163.120.102/32 brd 216.163.120.102 scope global eth0:51
>     inet 216.163.120.16/32 brd 216.163.120.16 scope global eth0:52
>     inet 216.163.120.103/32 brd 216.163.120.103 scope global eth0:53
>     inet 216.163.120.104/32 brd 216.163.120.104 scope global eth0:54
>     inet 216.163.120.17/32 brd 216.163.120.17 scope global eth0:55
>     inet 216.163.120.50/32 brd 216.163.120.50 scope global eth0:56
>     inet 216.163.120.18/32 brd 216.163.120.18 scope global eth0:57
>     inet 216.163.120.105/32 brd 216.163.120.105 scope global eth0:58
>     inet 216.163.120.106/32 brd 216.163.120.106 scope global eth0:59
>     inet 216.163.120.51/32 brd 216.163.120.51 scope global eth0:60
>     inet 216.163.120.52/32 brd 216.163.120.52 scope global eth0:61
>     inet 216.163.120.107/32 brd 216.163.120.107 scope global eth0:62
>     inet 216.163.120.54/32 brd 216.163.120.54 scope global eth0:63
>     inet 216.163.120.109/32 brd 216.163.120.109 scope global eth0:64
>     inet 216.163.120.55/32 brd 216.163.120.55 scope global eth0:65
>     inet 216.163.120.56/32 brd 216.163.120.56 scope global eth0:66
>     inet 216.163.120.57/32 brd 216.163.120.57 scope global eth0:67
>     inet 216.163.120.58/32 brd 216.163.120.58 scope global eth0:68
>     inet 216.163.120.59/32 brd 216.163.120.59 scope global eth0:69
>     inet 216.163.120.95/32 brd 216.163.120.95 scope global eth0:70
>     inet 216.163.120.96/32 brd 216.163.120.96 scope global eth0:71
>     inet 216.163.120.97/32 brd 216.163.120.97 scope global eth0:72
>     inet 216.163.120.98/32 brd 216.163.120.98 scope global eth0:73
>     inet 216.163.120.99/32 brd 216.163.120.99 scope global eth0:75
>     inet 216.163.120.23/32 brd 216.163.120.23 scope global eth0:76
>     inet 216.163.120.24/32 brd 216.163.120.24 scope global eth0:77
>     inet 216.163.120.25/32 brd 216.163.120.25 scope global eth0:78
>     inet 216.163.120.26/32 brd 216.163.120.26 scope global eth0:79
>     inet 216.163.120.27/32 brd 216.163.120.27 scope global eth0:80
>     inet 216.163.120.20/32 brd 216.163.120.20 scope global eth0:81
>     inet 216.163.120.19/32 brd 216.163.120.19 scope global eth0:82
> 3: eth1: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 100
>     link/ether 00:50:8b:e2:12:5d brd ff:ff:ff:ff:ff:ff
>     inet 10.75.0.1/16 brd 10.255.255.255 scope global eth1
> 4: eth2: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 100
>     link/ether 00:60:08:1f:fd:0e brd ff:ff:ff:ff:ff:ff
>     inet 192.168.0.128/24 brd 192.168.0.255 scope global eth2
> -------------------------------------------------
> ip link show dev lo
> 1: lo: <LOOPBACK,UP> mtu 16436 qdisc noqueue
>     link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
> -------------------------------------------------
> ip rule show
> 0:      from all lookup local
> 32766:  from all lookup main
> 32767:  from all lookup default
> -------------------------------------------------
> ip route show table main
> 216.163.120.173 dev eth0  scope link  src 216.163.120.173
> 216.163.120.62 dev eth0  scope link  src 216.163.120.62
> 216.163.120.63 dev eth0  scope link  src 216.163.120.63
> 216.163.120.56 dev eth0  scope link  src 216.163.120.56
> 216.163.120.57 dev eth0  scope link  src 216.163.120.57
> 216.163.120.58 dev eth0  scope link  src 216.163.120.58
> 216.163.120.59 dev eth0  scope link  src 216.163.120.59
> 216.163.120.52 dev eth0  scope link  src 216.163.120.52
> 216.163.120.54 dev eth0  scope link  src 216.163.120.54
> 216.163.120.55 dev eth0  scope link  src 216.163.120.55
> 216.163.120.48 dev eth0  scope link  src 216.163.120.48
> 216.163.120.49 dev eth0  scope link  src 216.163.120.49
> 216.163.120.50 dev eth0  scope link  src 216.163.120.50
> 216.163.120.51 dev eth0  scope link  src 216.163.120.51
> 216.163.120.45 dev eth0  scope link  src 216.163.120.45
> 216.163.120.46 dev eth0  scope link  src 216.163.120.46
> 216.163.120.47 dev eth0  scope link  src 216.163.120.47
> 216.163.120.40 dev eth0  scope link  src 216.163.120.40
> 216.163.120.41 dev eth0  scope link  src 216.163.120.41
> 216.163.120.42 dev eth0  scope link  src 216.163.120.42
> 216.163.120.43 dev eth0  scope link  src 216.163.120.43
> 216.163.120.36 dev eth0  scope link  src 216.163.120.36
> 216.163.120.37 dev eth0  scope link  src 216.163.120.37
> 216.163.120.38 dev eth0  scope link  src 216.163.120.38
> 216.163.120.39 dev eth0  scope link  src 216.163.120.39
> 216.163.120.32 dev eth0  scope link  src 216.163.120.32
> 216.163.120.33 dev eth0  scope link  src 216.163.120.33
> 216.163.120.34 dev eth0  scope link  src 216.163.120.34
> 216.163.120.35 dev eth0  scope link  src 216.163.120.35
> 216.163.120.29 dev eth0  scope link  src 216.163.120.29
> 216.163.120.31 dev eth0  scope link  src 216.163.120.31
> 216.163.120.25 dev eth0  scope link  src 216.163.120.25
> 216.163.120.24 dev eth0  scope link  src 216.163.120.24
> 216.163.120.27 dev eth0  scope link  src 216.163.120.27
> 216.163.120.26 dev eth0  scope link  src 216.163.120.26
> 216.163.120.20 dev eth0  scope link  src 216.163.120.20
> 216.163.120.23 dev eth0  scope link  src 216.163.120.23
> 216.163.120.17 dev eth0  scope link  src 216.163.120.17
> 216.163.120.16 dev eth0  scope link  src 216.163.120.16
> 216.163.120.19 dev eth0  scope link  src 216.163.120.19
> 216.163.120.18 dev eth0  scope link  src 216.163.120.18
> 216.163.120.15 dev eth0  scope link  src 216.163.120.15
> 216.163.120.9 dev eth0  scope link  src 216.163.120.9
> 216.163.120.11 dev eth0  scope link  src 216.163.120.11
> 216.163.120.10 dev eth0  scope link  src 216.163.120.10
> 216.163.120.7 dev eth0  scope link  src 216.163.120.7
> 216.163.120.6 dev eth0  scope link  src 216.163.120.6
> 216.163.120.119 dev eth0  scope link  src 216.163.120.119
> 216.163.120.109 dev eth0  scope link  src 216.163.120.109
> 216.163.120.106 dev eth0  scope link  src 216.163.120.106
> 216.163.120.107 dev eth0  scope link  src 216.163.120.107
> 216.163.120.104 dev eth0  scope link  src 216.163.120.104
> 216.163.120.105 dev eth0  scope link  src 216.163.120.105
> 216.163.120.102 dev eth0  scope link  src 216.163.120.102
> 216.163.120.103 dev eth0  scope link  src 216.163.120.103
> 216.163.120.100 dev eth0  scope link  src 216.163.120.100
> 216.163.120.101 dev eth0  scope link  src 216.163.120.101
> 216.163.120.98 dev eth0  scope link  src 216.163.120.98
> 216.163.120.99 dev eth0  scope link  src 216.163.120.99
> 216.163.120.96 dev eth0  scope link  src 216.163.120.96
> 216.163.120.97 dev eth0  scope link  src 216.163.120.97
> 216.163.120.95 dev eth0  scope link  src 216.163.120.95
> 216.163.120.86 dev eth0  scope link  src 216.163.120.86
> 10.5.0.5 via 10.75.255.254 dev eth1
> 216.163.120.85 dev eth0  scope link  src 216.163.120.85
> 216.163.120.84 dev eth0  scope link  src 216.163.120.84
> 216.163.120.82 dev eth0  scope link  src 216.163.120.82
> 216.163.120.81 dev eth0  scope link  src 216.163.120.81
> 216.163.120.80 dev eth0  scope link  src 216.163.120.80
> 216.163.120.79 dev eth0  scope link  src 216.163.120.79
> 216.163.120.78 dev eth0  scope link  src 216.163.120.78
> 216.163.120.77 dev eth0  scope link  src 216.163.120.77
> 216.163.120.75 dev eth0  scope link  src 216.163.120.75
> 216.163.120.74 dev eth0  scope link  src 216.163.120.74
> 216.163.120.73 dev eth0  scope link  src 216.163.120.73
> 216.163.120.72 dev eth0  scope link  src 216.163.120.72
> 216.163.120.71 dev eth0  scope link  src 216.163.120.71
> 216.163.120.70 dev eth0  scope link  src 216.163.120.70
> 216.163.120.69 dev eth0  scope link  src 216.163.120.69
> 216.163.120.68 dev eth0  scope link  src 216.163.120.68
> 216.163.120.67 dev eth0  scope link  src 216.163.120.67
> 216.163.120.66 dev eth0  scope link  src 216.163.120.66
> 216.163.120.65 dev eth0  scope link  src 216.163.120.65
> 192.168.0.0/24 dev eth2  proto kernel  scope link  src 192.168.0.128
> 216.163.120.0/24 dev eth0  proto kernel  scope link  src 216.163.120.8
> 10.75.0.0/16 dev eth1  proto kernel  scope link  src 10.75.0.1
> 127.0.0.0/8 dev lo  scope link
> default via 216.163.120.1 dev eth0  metric 1
> -------------------------------------------------
> cat /proc/net/softnet_stat
> 0084b2a2 00000000 00000000 00000000 00000000 00000000 00000000 00000000
> 000052b0
> 00849e80 00000000 00000000 00000000 00000000 00000000 00000000 00000000
> 000053cc
> -------------------------------------------------
> cat /proc/net/rt_cache_stat
> 00003f5f  007e23aa 0006162f 00000000 00000002 00000033 00000000 00000004
> 00065be0 0000ce3d 0000001c 0005c53c 0005c124 00000000 00000000
> 00003f5f  007e0b07 00061a83 00000000 00000001 00000038 00000000 00000003
> 0006548b 0000cd3d 00000021 0005c613 0005c1ae 00000000 00000000
> -------------------------------------------------
> ping -c2 10.75.0.1
> cat /proc/net/raw
> PING 10.75.0.1 (10.75.0.1): 56 data bytes
> 64 bytes from 10.75.0.1: icmp_seq=0 ttl=64 time=0.1 ms
> 64 bytes from 10.75.0.1: icmp_seq=1 ttl=64 time=0.1 ms
>
> --- 10.75.0.1 ping statistics ---
> 2 packets transmitted, 2 packets received, 0% packet loss
> round-trip min/avg/max = 0.1/0.1/0.1 ms
>   sl  local_address rem_address   st tx_queue rx_queue tr tm->when retrnsmt
> uid  timeout inode
> -------------------------------------------------
> cat /proc/net/netlink
> sk       Eth Pid    Groups   Rmem     Wmem     Dump     Locks
> e7fe4040 0   0      00000000 0        0        00000000 2
> e7fe4780 4   0      00000000 0        0        00000000 2
> -------------------------------------------------
> grep cache  /proc/slabinfo
> kmem_cache            80     80    244    5    5    1 :  252  126
> inet_peer_cache     1368   2124     64   36   36    1 :  252  126
> ip_dst_cache       16400  23960    192  820 1198    1 :  252  126
> arp_cache            660    660    128   22   22    1 :  252  126
> dnotify cache          0      0     20    0    0    1 :  252  126
> file lock cache       84     84     92    2    2    1 :  252  126
> fasync cache           0      0     16    0    0    1 :  252  126
> uid_cache            226    226     32    2    2    1 :  252  126
> skbuff_head_cache    490   1120    192   31   56    1 :  252  126
> cdev_cache          1239   1239     64   21   21    1 :  252  126
> bdev_cache           118    118     64    2    2    1 :  252  126
> mnt_cache            118    118     64    2    2    1 :  252  126
> inode_cache         7310   7434    512 1051 1062    1 :  124   62
> dentry_cache        8094   8220    128  274  274    1 :  252  126
> names_cache           23     23   4096   23   23    1 :   60   30
> fs_cache             354    354     64    6    6    1 :  252  126
> files_cache          190    252    416   22   28    1 :  124   62
> -------------------------------------------------
> ip -o -s route show cache | wc -l
>   16112
> -------------------------------------------------
> dmesg
> 00000000
> CPU1: Intel Pentium III (Coppermine) stepping 06
> Total of 2 processors activated (3709.33 BogoMIPS).
> ENABLING IO-APIC IRQs
> Setting 8 in the phys_id_present_map
> ...changing IO-APIC physical APIC ID to 8 ... ok.
> init IO_APIC IRQs
>  IO-APIC (apicid-pin) 8-0, 8-16, 8-17, 8-18, 8-19, 8-20, 8-21, 8-22, 8-23,
> 8-24, 8-25, 8-26, 8-27, 8-28, 8-29, 8-30, 8-31, 8-32, 8-33, 8-34 not
> connected.
> ..TIMER: vector=0x31 pin1=2 pin2=0
> ..MP-BIOS bug: 8254 timer not connected to IO-APIC
> ...trying to set up timer (IRQ0) through the 8259A ...
> ..... (found pin 0) ...works.
> number of MP IRQ sources: 16.
> number of IO-APIC #8 registers: 35.
> testing the IO APIC.......................
>
> IO APIC #8......
> .... register #00: 08000000
> .......    : physical APIC id: 08
> .... register #01: 00220011
> .......     : max redirection entries: 0022
> .......     : PRQ implemented: 0
> .......     : IO APIC version: 0011
> .... register #02: 00000000
> .......     : arbitration: 00
> .... IRQ redirection table:
>  NR Log Phy Mask Trig IRR Pol Stat Dest Deli Vect:
>  00 003 03  0    0    0   0   0    1    1    31
>  01 003 03  0    0    0   0   0    1    1    39
>  02 000 00  1    0    0   0   0    0    0    00
>  03 003 03  1    1    0   1   0    1    1    41
>  04 003 03  0    0    0   0   0    1    1    49
>  05 003 03  1    1    0   1   0    1    1    51
>  06 003 03  0    0    0   0   0    1    1    59
>  07 003 03  1    1    0   1   0    1    1    61
>  08 003 03  0    0    0   0   0    1    1    69
>  09 003 03  0    0    0   0   0    1    1    71
>  0a 003 03  1    1    0   1   0    1    1    79
>  0b 003 03  0    0    0   0   0    1    1    81
>  0c 003 03  0    0    0   0   0    1    1    89
>  0d 003 03  1    1    0   1   0    1    1    91
>  0e 003 03  0    0    0   0   0    1    1    99
>  0f 003 03  0    0    0   0   0    1    1    A1
>  10 000 00  1    0    0   0   0    0    0    00
>  11 000 00  1    0    0   0   0    0    0    00
>  12 000 00  1    0    0   0   0    0    0    00
>  13 000 00  1    0    0   0   0    0    0    00
>  14 000 00  1    0    0   0   0    0    0    00
>  15 000 00  1    0    0   0   0    0    0    00
>  16 000 00  1    0    0   0   0    0    0    00
>  17 000 00  1    0    0   0   0    0    0    00
>  18 000 00  1    0    0   0   0    0    0    00
>  19 000 00  1    0    0   0   0    0    0    00
>  1a 000 00  1    0    0   0   0    0    0    00
>  1b 000 00  1    0    0   0   0    0    0    00
>  1c 000 00  1    0    0   0   0    0    0    00
>  1d 000 00  1    0    0   0   0    0    0    00
>  1e 000 00  1    0    0   0   0    0    0    00
>  1f 000 00  1    0    0   0   0    0    0    00
>  20 000 00  1    0    0   0   0    0    0    00
>  21 000 00  1    0    0   0   0    0    0    00
>  22 000 00  1    0    0   0   0    0    0    00
> IRQ to pin mappings:
> IRQ0 -> 0:0
> IRQ1 -> 0:1
> IRQ3 -> 0:3
> IRQ4 -> 0:4
> IRQ5 -> 0:5
> IRQ6 -> 0:6
> IRQ7 -> 0:7
> IRQ8 -> 0:8
> IRQ9 -> 0:9
> IRQ10 -> 0:10
> IRQ11 -> 0:11
> IRQ12 -> 0:12
> IRQ13 -> 0:13
> IRQ14 -> 0:14
> IRQ15 -> 0:15
> .................................... done.
> Using local APIC timer interrupts.
> calibrating APIC timer ...
> ..... CPU clock speed is 930.4203 MHz.
> ..... host bus clock speed is 132.9168 MHz.
> cpu: 0, clocks: 1329168, slice: 443056
> CPU0<T0:1329168,T1:886112,D:0,S:443056,C:1329168>
> cpu: 1, clocks: 1329168, slice: 443056
> CPU1<T0:1329168,T1:443056,D:0,S:443056,C:1329168>
> checking TSC synchronization across CPUs: passed.
> Waiting on wait_init_idle (map = 0x2)
> All processors have done init_idle
> PCI: PCI BIOS revision 2.10 entry at 0xf0094, last bus=3
> PCI: Using configuration type 1
> PCI: Probing PCI hardware
> PCI: Discovered peer bus 03
> PCI: Device 00:00 not found by BIOS
> PCI: Device 00:01 not found by BIOS
> PCI: Device 00:78 not found by BIOS
> isapnp: Scanning for PnP cards...
> isapnp: No Plug & Play device found
> Linux NET4.0 for Linux 2.4
> Based upon Swansea University Computer Society NET3.039
> Initializing RT netlink socket
> Starting kswapd
> VFS: Diskquotas version dquot_6.4.0 initialized
> Journalled Block Device driver loaded
> Installing knfsd (copyright (C) 1996 okir@xxxxxxxxxxxx).
> Capability LSM initialized
> pty: 256 Unix98 ptys configured
> Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ
> SERIAL_PCI ISAPNP enabled
> ttyS00 at 0x03f8 (irq = 4) is a 16550A
> Uniform Multi-Platform E-IDE driver Revision: 6.31
> ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
> ServerWorks OSB4: IDE controller on PCI bus 00 dev 79
> ServerWorks OSB4: detected chipset, but driver not compiled in!
> ServerWorks OSB4: chipset revision 0
> ServerWorks OSB4: not 100% native mode: will probe irqs later
>     ide0: BM-DMA at 0x2840-0x2847, BIOS settings: hda:pio, hdb:pio
>     ide1: BM-DMA at 0x2848-0x284f, BIOS settings: hdc:pio, hdd:pio
> hdc: CD-224E, ATAPI CD/DVD-ROM drive
> ide1 at 0x170-0x177,0x376 on irq 15
> hdc: ATAPI 24X CD-ROM drive, 512kB Cache, DMA
> Uniform CD-ROM driver Revision: 3.12
> Floppy drive(s): fd0 is 1.44M
> FDC 0 is a National Semiconductor PC87306
> RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
> loop: loaded (max 8 devices)
> Compaq SMART2 Driver (v 2.4.21)
> cpqarray: Device 0x10 has been found at bus 0 dev 1 func 0
> cpqarray: Finding drives on ida0 (Integrated Array)
> cpqarray ida/c0d0: blksz=512 nr_blks=71122560
> cpqarray: Starting firmware's background processing
> Partition check:
>  ida/c0d0: p1 p2 p3 p4
> Compaq CISS Driver (v 2.4.5)
> Linux agpgart interface v0.99 (c) Jeff Hartmann
> agpgart: Maximum main memory to use for agp memory: 564M
> agpgart: no supported devices found.
> [drm] Initialized r128 2.1.6 20010405 on minor 0
> SCSI subsystem driver Revision: 1.00
> kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2
> kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2
> kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2
> kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2
> Linux Kernel Card Services 3.1.22
>   options:  [pci] [cardbus] [pm]
> NET4: Linux TCP/IP 1.0 for NET4.0
> IP Protocols: ICMP, UDP, TCP, IGMP
> IP: routing cache hash table of 8192 buckets, 64Kbytes
> TCP: Hash tables configured (established 262144 bind 65536)
> NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
> IPVS: Connection hash table configured (size=4096, memory=32Kbytes)
> IPVS: Each connection entry needs 120 bytes at least
> IPVS: ipvs loaded.
> ds: no socket drivers loaded!
> kjournald starting.  Commit interval 5 seconds
> EXT3-fs: mounted filesystem with ordered data mode.
> VFS: Mounted root (ext3 filesystem) readonly.
> Freeing unused kernel memory: 144k freed
> Adding Swap: 999592k swap-space (priority -1)
> EXT3 FS 2.4-0.9.17, 10 Jan 2002 on ida0(72,1), internal journal
> Real Time Clock Driver v1.10e
> Intel(R) PRO/100 Network Driver - version 2.1.15
> Copyright (c) 2002 Intel Corporation
>
> e100: Using specified speed/duplex mode of 4
> e100: eth0: Compaq Fast Ethernet Server Adapter
>   Mem:0xc6fff000  IRQ:5  Speed:0 Mbps  Dx:N/A
>   Failed to detect cable link
>   Speed and duplex will be determined at time of connection
>   Hardware receive checksums enabled
>   cpu cycle saver enabled
>
> e100: Using specified speed/duplex mode of 4
> e100: eth1: Compaq Fast Ethernet Server Adapter
>   Mem:0xc6dff000  IRQ:7  Speed:0 Mbps  Dx:N/A
>   Failed to detect cable link
>   Speed and duplex will be determined at time of connection
>   Hardware receive checksums enabled
>   cpu cycle saver enabled
>
> 3c59x: Donald Becker and others. www.scyld.com/network/vortex.html
> 00:05.0: 3Com PCI 3c905 Boomerang 100baseTx at 0x2800. Vers LK1.1.16
> e100: eth0 NIC Link is Up 100 Mbps Full duplex
> e100: eth1 NIC Link is Up 100 Mbps Full duplex
> Software Watchdog Timer: 0.05, timer margin: 60 sec
> ip_tables: (C) 2000-2002 Netfilter core team
> ip_conntrack (5119 buckets, 40952 max)
> svc: bad direction 65537, dropping request
> send_arp uses obsolete (PF_INET,SOCK_PACKET)
> e100: eth0 NIC Link is Up 100 Mbps Full duplex
> e100: eth1 NIC Link is Up 100 Mbps Full duplex
> IPVS: [wlc] scheduler registered.
> svc: bad direction 65537, dropping request
> svc: bad direction 65537, dropping request
> svc: bad direction 65537, dropping request
> svc: bad direction 65537, dropping request
> svc: bad direction 65537, dropping request
> svc: bad direction 65536, dropping request
> svc: bad direction 65537, dropping request
> svc: bad direction 65537, dropping request
> svc: bad direction 65537, dropping request
> svc: bad direction 65537, dropping request
> svc: bad direction 65537, dropping request
> svc: bad direction 65537, dropping request
> svc: bad direction 65537, dropping request
> svc: bad direction 65536, dropping request
> svc: bad direction 65536, dropping request
> e100: eth0 NIC Link is Up 100 Mbps Full duplex
> e100: eth1 NIC Link is Up 100 Mbps Full duplex
> svc: bad direction 65537, dropping request
> svc: bad direction 65537, dropping request
> svc: bad direction 65537, dropping request
> svc: bad direction 65538, dropping request
> e100: eth0 NIC Link is Up 100 Mbps Full duplex
> e100: eth1 NIC Link is Up 100 Mbps Full duplex
> svc: bad direction 65537, dropping request
> IPVS: incoming ICMP: failed checksum from 216.198.121.186!
> IPVS: incoming ICMP: failed checksum from 216.198.121.186!
> UDP: bad checksum. From 162.93.248.68:14581 to 216.163.120.8:33438 ulen 12
> UDP: bad checksum. From 162.93.248.68:14581 to 216.163.120.8:33438 ulen 12
> UDP: bad checksum. From 162.93.248.68:14581 to 216.163.120.8:33438 ulen 12
> UDP: bad checksum. From 162.93.248.68:14581 to 216.163.120.8:33438 ulen 12
> UDP: bad checksum. From 162.93.248.68:14581 to 216.163.120.8:33438 ulen 12
> UDP: bad checksum. From 162.93.248.68:14581 to 216.163.120.8:33438 ulen 12
> UDP: bad checksum. From 162.93.248.68:14581 to 216.163.120.8:33438 ulen 12
> UDP: bad checksum. From 162.93.248.68:14581 to 216.163.120.8:33438 ulen 12
> UDP: bad checksum. From 162.93.248.68:14581 to 216.163.120.8:33438 ulen 12
> UDP: bad checksum. From 162.93.200.68:12311 to 216.163.120.8:33437 ulen 12
> UDP: bad checksum. From 162.93.200.68:12311 to 216.163.120.8:33437 ulen 12
> UDP: bad checksum. From 162.93.200.68:12311 to 216.163.120.8:33437 ulen 12
> UDP: bad checksum. From 162.93.200.68:12311 to 216.163.120.8:33437 ulen 12
> UDP: bad checksum. From 162.93.248.68:13321 to 216.163.120.8:33437 ulen 12
> UDP: bad checksum. From 162.93.248.68:13321 to 216.163.120.8:33437 ulen 12
> UDP: bad checksum. From 162.93.248.68:13321 to 216.163.120.8:33437 ulen 12
> UDP: bad checksum. From 162.93.248.68:13321 to 216.163.120.8:33437 ulen 12
> UDP: bad checksum. From 162.93.248.68:13321 to 216.163.120.8:33437 ulen 12
> UDP: bad checksum. From 162.93.248.68:13321 to 216.163.120.8:33437 ulen 12
> UDP: bad checksum. From 162.93.248.68:13321 to 216.163.120.8:33437 ulen 12
> UDP: bad checksum. From 162.93.248.68:13321 to 216.163.120.8:33437 ulen 12
> UDP: bad checksum. From 162.93.248.68:13321 to 216.163.120.8:33437 ulen 12
> UDP: bad checksum. From 162.93.248.68:13321 to 216.163.120.8:33437 ulen 12
> UDP: bad checksum. From 162.93.248.68:13321 to 216.163.120.8:33437 ulen 12
> UDP: bad checksum. From 162.93.248.68:13321 to 216.163.120.8:33437 ulen 12
> svc: bad direction 65536, dropping request
> svc: bad direction 65537, dropping request
> IPVS: incoming ICMP: failed checksum from 216.198.121.186!
> IPVS: incoming ICMP: failed checksum from 216.198.121.186!
> IPVS: incoming ICMP: failed checksum from 216.198.121.186!
> IPVS: incoming ICMP: failed checksum from 216.198.121.186!
> UDP: bad checksum. From 162.93.200.68:12882 to 216.163.120.8:33435 ulen 12
> UDP: bad checksum. From 162.93.248.68:12790 to 216.163.120.8:33437 ulen 12
> UDP: bad checksum. From 162.93.248.68:12790 to 216.163.120.8:33437 ulen 12
> UDP: bad checksum. From 162.93.248.68:12790 to 216.163.120.8:33437 ulen 12
> UDP: bad checksum. From 162.93.248.68:12790 to 216.163.120.8:33437 ulen 12
> UDP: bad checksum. From 162.93.248.68:12790 to 216.163.120.8:33437 ulen 12
> UDP: bad checksum. From 162.93.248.68:12790 to 216.163.120.8:33437 ulen 12
> UDP: bad checksum. From 162.93.248.68:12790 to 216.163.120.8:33437 ulen 12
> UDP: bad checksum. From 162.93.248.68:12790 to 216.163.120.8:33437 ulen 12
> UDP: bad checksum. From 162.93.248.68:12790 to 216.163.120.8:33437 ulen 12
> UDP: bad checksum. From 162.93.248.68:12790 to 216.163.120.8:33437 ulen 12
> UDP: bad checksum. From 162.93.248.68:12790 to 216.163.120.8:33437 ulen 12
> UDP: bad checksum. From 162.93.248.68:12790 to 216.163.120.8:33437 ulen 12
> UDP: bad checksum. From 162.93.200.68:11805 to 216.163.120.8:33435 ulen 12
> svc: bad direction 65537, dropping request
> svc: bad direction 65537, dropping request
> svc: bad direction 65537, dropping request
> UDP: bad checksum. From 162.93.248.68:13131 to 216.163.120.8:33438 ulen 12
> UDP: bad checksum. From 162.93.248.68:13131 to 216.163.120.8:33438 ulen 12
> UDP: bad checksum. From 162.93.248.68:13131 to 216.163.120.8:33438 ulen 12
> UDP: bad checksum. From 162.93.248.68:13131 to 216.163.120.8:33438 ulen 12
> svc: bad direction 65537, dropping request
> UDP: bad checksum. From 162.93.248.68:13131 to 216.163.120.8:33438 ulen 12
> UDP: bad checksum. From 162.93.248.68:13131 to 216.163.120.8:33438 ulen 12
> UDP: bad checksum. From 162.93.248.68:13131 to 216.163.120.8:33438 ulen 12
> UDP: bad checksum. From 162.93.248.68:13131 to 216.163.120.8:33438 ulen 12
> UDP: bad checksum. From 162.93.248.68:13131 to 216.163.120.8:33438 ulen 12
> device eth0 entered promiscuous mode
> device eth0 left promiscuous mode
> svc: bad direction 65537, dropping request
> device eth0 entered promiscuous mode
> device eth0 left promiscuous mode
> device eth0 entered promiscuous mode
> device eth0 left promiscuous mode
> device eth0 entered promiscuous mode
> device eth0 left promiscuous mode
> svc: bad direction 65538, dropping request
> svc: bad direction 65538, dropping request
> svc: bad direction 65537, dropping request
> svc: bad direction 65536, dropping request
> svc: bad direction 65536, dropping request
> svc: bad direction 65538, dropping request
> svc: bad direction 65537, dropping request
> svc: bad direction 65537, dropping request
> svc: bad direction 65536, dropping request
> e100: eth0 NIC Link is Down
> e100: eth0 NIC Link is Up 100 Mbps Full duplex
> svc: bad direction 65538, dropping request
> e100: eth0 NIC Link is Up 100 Mbps Full duplex
> e100: eth1 NIC Link is Up 100 Mbps Full duplex
> e100: eth0 NIC Link is Up 100 Mbps Full duplex
> e100: eth1 NIC Link is Up 100 Mbps Full duplex
> svc: bad direction 65536, dropping request
> svc: bad direction 65537, dropping request
> svc: bad direction 65536, dropping request
> svc: bad direction 65537, dropping request
> svc: bad direction 65536, dropping request
> svc: bad direction 65538, dropping request
> UDP: bad checksum. From 162.93.200.68:13108 to 216.163.120.8:33437 ulen 12
> UDP: bad checksum. From 162.93.200.68:13036 to 216.163.120.8:33437 ulen 12
> UDP: bad checksum. From 162.93.200.68:13036 to 216.163.120.8:33437 ulen 12
> UDP: bad checksum. From 162.93.200.68:13036 to 216.163.120.8:33437 ulen 12
> UDP: bad checksum. From 162.93.200.68:13036 to 216.163.120.8:33437 ulen 12
> UDP: bad checksum. From 162.93.200.68:13036 to 216.163.120.8:33437 ulen 12
> UDP: bad checksum. From 162.93.200.68:13036 to 216.163.120.8:33437 ulen 12
> UDP: bad checksum. From 162.93.200.68:13036 to 216.163.120.8:33437 ulen 12
> UDP: bad checksum. From 162.93.200.68:13036 to 216.163.120.8:33437 ulen 12
> UDP: bad checksum. From 162.93.200.68:13036 to 216.163.120.8:33437 ulen 12
> svc: bad direction 65536, dropping request
> IPVS: incoming ICMP: failed checksum from 216.163.106.150!
> IPVS: incoming ICMP: failed checksum from 216.163.106.150!
> IPVS: incoming ICMP: failed checksum from 216.163.106.150!
> svc: bad direction 65537, dropping request
>
> HELP ME!!!
>
> _______________________________________________
> LinuxVirtualServer.org mailing list - lvs-users@xxxxxxxxxxxxxxxxxxxxxx
> Send requests to lvs-users-request@xxxxxxxxxxxxxxxxxxxxxx
> or go to http://www.in-addr.de/mailman/listinfo/lvs-users



<Prev in Thread] Current Thread [Next in Thread>