Bookmark this page:
Yahoo!
Windows Live
del.icio.us
digg
Netscape
|
|
|||||||||||||
|
Posted by Tom on April 28, 2005, 12:18 pm
Please log in for more thread options I'm attempting to do clientIP based persistence on a 180e running 10.30.7. The persistence works fine with pbind client for HTTPS, but when a user connects using FTP they will not the server affinity from the HTTPS session on the new connection. I'm using both hash metric and clientIP pbinds on all services. Is there any way to make the persistent sessions carry over to different services? /c/slb/real 3 ena rip 10.0.70.21 /c/slb/real 4 dis rip 10.0.70.22 /c/slb/group 2 metric hash add 3 add 4 /c/slb/virt 1/service https group 2 pbind clientip dbind ena /c/slb/virt 1/service ftp group 2 ftpp ena pbind clientip | |||||||||||||
|
Posted by Angler on April 29, 2005, 2:08 am
Please log in for more thread options You don't really need to have pbind clientIP enabled for those services if you are using hash. In fact it's not recommended as it creates redundant persistent session entries. Hash uses the source IP, as long as the source IP doesn't change then your FTP and HTTPS sessions should hit the same server. If you plan on using pbind clientIP with RR or LC metric then there is no guarantee that FTP and HTTPS will hit the same server. However, HTTP and HTTPS ARE bound together by pbind clientIP. This is required fro shopping cart persistence. Is your user behind a proxy server? Some ISPs will not proxy HTTPS but will proxy HTTP, FTP, etc. The 180e will see two different IPs from the same client. Angler Tom wrote: | |||||||||||||
| Similar Threads | Posted |
| Alteon Cross Protocol Persistence | April 28, 2005, 12:18 pm |
| Mobility/Session Persistence on Nortel Contivity - Does it work? | February 1, 2008, 12:58 pm |
| DMS XFER Protocol | August 16, 2005, 3:37 pm |
| Do you need a cross connect cable for call pilot 100? | June 14, 2007, 3:49 pm |
| Wallboard (Readerboard) Question - Interface Protocol | November 3, 2005, 6:18 pm |
| Alteon AD4 Web Switch | March 9, 2005, 8:59 pm |
| Alteon AD3 and WEBDAV | September 24, 2005, 8:02 pm |
| Alteon tsdump question | April 12, 2005, 7:58 pm |
| Alteon binary images. | May 15, 2005, 10:34 pm |
| Alteon AD4 configuration problem | September 21, 2005, 3:38 pm |
| Alteon config needed | March 7, 2006, 7:09 pm |
| alteon and vrrp failover | April 19, 2006, 12:57 pm |
| alteon hash metric | May 22, 2006, 9:38 pm |
| alteon sync question | July 13, 2006, 1:38 pm |
| Alteon WebOS Images? | July 19, 2006, 12:37 pm |

Alteon Cross Protocol Persistence
Yahoo!
Windows Live
del.icio.us
digg
Netscape 


> 10.30.7.
>
> The persistence works fine with pbind client for HTTPS, but when a user
> connects using FTP they will not the server affinity from the HTTPS
> session on the new connection. I'm using both hash metric and clientIP
> pbinds on all services.
>
> Is there any way to make the persistent sessions carry over to
> different services?
>
> /c/slb/real 3
> ena
> rip 10.0.70.21
> /c/slb/real 4
> dis
> rip 10.0.70.22
> /c/slb/group 2
> metric hash
> add 3
> add 4
> /c/slb/virt 1/service https
> group 2
> pbind clientip
> dbind ena
> /c/slb/virt 1/service ftp
> group 2
> ftpp ena
> pbind clientip
>