Hi,
I'm having problems with local routing, i.e.
I can't telnet to port 111 or 112 with the
following config. I immediately get
connection refused. What am I doing wrong?
p.s. there definitely is a realservice listening
on ports 89 and 98.
Also which might be related, if the realservice
binds to a particular ip address (like 127.0.0.1
or 172.24.1.156 below), then you can't even connect
locally (connection refused), it must bind(INADDR_ANY)?
thanks,
Padraig.
# ipvsadm -Ln
IP Virtual Server version 0.8.2 (size=4096)
Prot LocalAddress:Port Scheduler Flags
-> RemoteAddress:Port Forward Weight ActiveConn InActConn
TCP 172.24.1.156:112 lc
-> 127.0.0.1:98 Local 1 0 0
TCP 172.24.1.156:111 wlc
-> 127.0.0.1:89 Local 1 0 0
-> 172.24.1.101:80 Masq 1 0 0
|