Skype connection for multiple network - skype-for-business

We have a case in which we want to access Skype for Business. But the local laptop in which Skype is installed, have two network connection Con1 and Con2. And our requirement is Skype should connect it's server via CON2 only. Anyone let me know how to configure it.
Thanks

Related

How to connect to a sqlserver database without internet

I want to create a desktop application using vb.net and sql-server. I have two computers and I have my sql-server installed in one of the machines (server) in this case. I want to access the database from that (server) using another computer but the challenge is, I don't have any internet connection. All I have is a network cable to connect these two computers the one serving as a server and the client machine. Is this possible to access my database or can only be achieved over an internet connection? If possible how can I go about it?
Yes this is possible, if you only need to connect two computers, you'll not even need a switch or hub. You only need to assign both computers a private IP address in the same address space, such as 10.0.0.2 and 10.0.0.3 for computer A and B.
However, it might still be reasonable to use a switch for your purpose, as you might need to expand your network and/or connect to the internet in future cases, but in your particular case, it is not mandatory.

Remote Desktop Web client

I have few Cloud based Windows box connected with internet and I wanted to access the same from my office network.
The problem here is, my office doesn't allow direct RDP to any internet connected pc as we normally access all sites using proxy.
Is there anyway I can connect through web based client? I tried TSWEB/RDWEB but again it seems using local port number.
Any suggestion?
Thanks
bala
I found another client "ThinRDP" which works as expected. Thank you all for your help
I suggest that you try Igiko Management Tools and forget about such problems. It has embedded Web RDP + Gateway + Tunnel. Works from anywhere.

How to get VPN user through Excel VBA

My scenario is: I have a server in the main office (where few users work) and the majority of the users are in remote locations, and they connect to this server through VPN. In the remote locations the computer have its own name and user, and then the user connects to VPN to get access to main office's server.
I am using excel to send some information to a database in the main office's server and I need to achieve 2 things through VBA Excel:
1.- Know if the remote user is connected to the VPN or not.
2.- If is connected which is the VPN user that is logged in.
I have been researching a lot all the articles related to this, but the functions explained in the articles, returned me the PC Name or the user name in the PC, not the VPN user. I need to get the 2 points that I explained before. How I could do it?
Thanks in advance.
I don't know exact answer and i couldn't find useful solution in VBA, but this VB code might help you. But i need to warn you, this solution is proper only for MS VPN connections and won't work with Cisco ones.
For Cisco VPN - check: AnyConnect VPN Client API. with few examples in C++ and full documentation.
See similar question too:
Find and start a VPN connection in VB .NET
VBscript VPN (PPP adapter) IP address
VBS script using WMI objects to get IP address of VPN PPTP connection

How can I configure a Client Hyper-V (on Windows 8) to connect to the host and other VMs without a network connection?

I'm trying to develop an interface to an application that doesn't run on Windows 8. Hence, I've created a VM with Windows 7 running the integration service and another service running on the Windows 8 host.
I have three Virtual Network scenarios configured for Hyper-V: Wireless, Shared and Internal. Where Wireless allows all VMs and the host to connect to a wireless network (External), Shared let's the VMs connect through the host via a VPN (Internal) and Internal creates a network within the host where the VMs don't have network access (Private).
When I'm in Wireless (External) mode and there's a wireless network to connect to, everything works fine as if I were testing using to physical PCs on a wireless network. However, today I had a situation where I wasn't connected to a network but still wanted to do some testing and I could not get the VM to see the host and vice-versa. This scenario was quite straight forward to create on VMware which I used before switching to Hyper-V...
Has anyone managed to make Client Hyper-V VMs and the host communicate without a network? Can you guide me how to set it up?
Wireless networking under Windows 8 Hyper V can not communicate with multiple VM the Wireless NIC is assign to only one Hyper V internet connection,
Meaning only one Hyper V can connect to the Internet preventing others from connecting unless you use multiple Nic's Wireless Network Cards or USB Wireless Network.
It is only after you restart or shut down your computer that Hyper-V problems start.
So if you can not connect any of your Hyper VMs then you problem could be due to a shutdown error that Hyper-v in counted Try restarting the whole computer then Hyper- VMs your problem should fix itself.
Might want to try this. I am having similar problems as you and all signs point to this particular solution working, but for me it is not. Might help you, though.
http://blogs.technet.com/b/doxley/archive/2008/07/07/disconnecting-hyper-v.aspx
The solution that DID end up working for me was this:
http://www.elmajdal.net/Win2k8/Enabling_Wireless_Network_For_Hyper_V_Virtual_Machine.aspx

Can you change Windows Mobile Device Centre to use a different network from 192.168.55.0/24 for debugging the compact framework?

I have a piece of software I have written that talks to a web service over it's Wifi connection on a Casio WinCE handheld.
Unfortunately the Wifi network and the network created by WMDC (or ActiveSync) to host the debugger connection clash, they are both 192.168.55.0/24. So I can't have them both connected at the same time.
Does anybody know if you can reconfigure WMDC to use a different address range?
I've hunted through the registry but can't see anything obvious, and Google is not turning up anything useful.
Thanks,
James.
Is the development PC on teh same network as the WiFi connection? If so, I'd abandon ActiveSync/WMDC altogetehr and just use ethernet debugging over the same connection that it's using for the web service calls.