Specifications

When two client computers try to use the server message block (SMB) protocol to connect to the
same server across a network address translation (NAT) device, the more recent client
connection may reset the earlier client connection. If a client and a server that use the SMB
protocol over a NAT device are copying files, that session may be reset when another client uses
the SMB protocol over the same NAT device to the same server. By default the BSC NATs the
managed networks to the protected interface IP address. Bluesocket¿s recommendation is to
disable NAT on the BSC. Go to network>managed>click to edit the appropriate managed
interface/vlan and uncheck NAT the addresses to the protected interface address. You will need
to add a route back to that managed network in your router on the protected network. For
example if the managed network is 192.168.160.0/24 and the protected interface ip address is
192.168.130.1 you would have to add the following route to your router:
ip route 192.168.160.0 255.255.255.0 192.168.130.1
You also need to make sure the managed network for example 192.168.160.0/24 is Natted out
your firewall.
I have an existing SSL certificate for the Microsoft IIS server platform that I would like to
use on the BSC. Can this be done?
Yes, you must first export your IIS certificate into a PFX file. Next run openssl to extract the
private key and certificate. Then go to web logins>ssl>current. Under Key upload Private key:
browse for and upload the private key. After you have uploaded the private key under Certificate
upload Signed Certificate browse for and upload the certificate.
I have enabled redirect to hostname under general>http in the BSC but clients are still
being redirected to an ip address. I am receiving a certificate name mismatch error in the
browser.
Examples of the browser error:
Internet Explorer: "The security certificate presented by this website was issued for a different
website's address".
Firefox: "192.168.130.1 uses an invalid security certificate. The certificate is only valid for:
bsc1.bluesocket.com".
Safari: "This certificate is not valid (host name mismatch)"
Why is redirect to hostname not functioning and why am I receiving a certificate name mismatch
error in the browser?