habe nur für die Druckserver einen neuen Heartbeat aufgesetzt, und als Konfiguration dann
Code
1
2
3
4
5
2
3
4
5
virtual=192.168.10.40:631
real=localhost:631 gate
scheduler=lblc
protocol=tcp
checktype=connectgenommen, dann geht es auch
virtual=192.168.10.40:631
real=localhost:631 gate
scheduler=lblc
protocol=tcp
checktype=connectgenommen, dann geht es auch
virtual=192.168.10.40:631
real=192.168.10.41:631 gate
real=192.168.10.42:631 gate
scheduler=lblc
protocol=tcp
checktype=connect"ipvsadmin -L" zeigt mir auch, das dies anscheinend läuft
TCP 192.168.10.40:ipp lblc
-> antichrist.mydomain:ipp Route 1 0 1
-> diabolus.mydomain:ipp Route 1 0 0nur leider erhalte ich keine Rückmeldung, wenn ich eine Verbindung per telnet versuche
sven@chaospc1:~$ telnet 192.168.10.40 631
Trying 192.168.10.40...
# beim realen Server
sven@chaospc1:~$ telnet 192.168.10.42 631
Trying 192.168.10.42...
Connected to 192.168.10.42.
Escape character is '^]'.Jemand eine Idee?