Forum Discussion
LTM load balance for printing
LTM can handle the 445 & 135 but not the Windows printing dynamic ports range 49152-65535
10.x.x.x(my pc IP):60450 10.x.x.x(LTM VIP):445 10.x.x.x(LTM VIP):60450 10.x.x.x(print server IP):445 tcp 0 (tmm:1) none
10.x.x.x(my pc IP):60488 10.x.x.x(LTM VIP):49162 10.x.x.x(my pc IP):60488 10.x.x.x(LTM VIP):49162 tcp 1 (tmm:0) none
LTM has been configured with the port 135 & 445 only. Does it require to config more ports in LTM?
ltm pool xxxxx_135 {
description "xxxxx"
members {
printserver1_10.x.x.A:epmap {
address 10.x.x.A
description "xxxxx"
session monitor-enabled
state up
}
printserver2_10.x.x.B:epmap {
address 10.x.x.B
session monitor-enabled
state up
}
}
monitor tcp
}
ltm pool xxxxx_445 {
description "xxxxx"
members {
printserver1_10.x.x.A:microsoft-ds {
address 10.x.x.A
description "xxxxx"
session monitor-enabled
state up
}
printserver2_10.x.x.B:microsoft-ds {
address 10.x.x.B
description "xxxxx"
session monitor-enabled
state up
}
}
monitor tcp
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com