Thank you very much! I didn´t know I could do that.
rule 90 {
action modify
description "restrict SMTP to interfaces having a static IP"
destination {
port 25
}
modify {
lb-group SMTP
}
protocol tcp
}
group SMTP {
interface pppoe0 {
weight 83
}
interface pppoe1 {
weight 17
}
}
I think this should do it