Windows File Share via F5 VIP
So I've read a couple posts on here regarding using a VIP to forward file sharing requests to a pool and haven't been able to get anything working.
I've tried:
- A VIP running all ports/services and pool members with all ports/services
- A VIP listening for 445 requests and pool members using 445
- A VIP with no pool and just an iRule to handle traffic forwarding where it does an attempt to the first node and will try another if the first one fails
All haven't gotten me very far, but I'm starting to think what I'm doing isn't actually a 'Windows File Share'
I perform some service checking where one server will look for the existence of a file doing something like '\\server-name\c$\Dir1\Dir2\file.txt' and then make a decision based on whether or not it can reach that file.
To add redundancy I thought about trying to do this via a VIP so that if one server was offline, it would check the other node in the pool for the same path and then just assign a new host file alias to the VIP IP.
I read one post that said doing anything related to file sharing is just a no-no and not worth the trouble, thought I'd try anyways lol
Any ideas?
Thanks
So I ended up getting this working by following the steps outlined here under the SMB Configuration Table on page 8
Deploying the BIG-IP system with Microsoft App-V (f5.com)
Works great now!
Thanks for your added help Paulius