,using modem [modified]
-
hi there, i have an application with a local database,now i want to transfer datas to a server using cable modem(for security reasons),how can i do this? i have read some articles on tapi but couldnt use them.
Hello... I don't know how exactly cable modem works, but I think it works like a DSL modem. DSL modem can connect only to a DSLAM. You cannot connect directly DSL modem to DSL modem. That means you must use a good old analog modem (56k modem) or you can use VPN. Just use the VPN function from Windows XP.
-
Hello... I don't know how exactly cable modem works, but I think it works like a DSL modem. DSL modem can connect only to a DSLAM. You cannot connect directly DSL modem to DSL modem. That means you must use a good old analog modem (56k modem) or you can use VPN. Just use the VPN function from Windows XP.
-
Ok... that means you don't know anything about VPN. VPN is an encrypted network in the internet. You must first make a connection using Connection Wizard in Windows XP. Then you can see that Windows XP has created a new network. And you see, that your client and your server got a new IP address. For example : 192.168.0.1 and 192.168.0.2 Then you can send your data (or whatever) through this IP. You can work with your code normally. Your data with automatically encrypted from client to server.
-
Ok... that means you don't know anything about VPN. VPN is an encrypted network in the internet. You must first make a connection using Connection Wizard in Windows XP. Then you can see that Windows XP has created a new network. And you see, that your client and your server got a new IP address. For example : 192.168.0.1 and 192.168.0.2 Then you can send your data (or whatever) through this IP. You can work with your code normally. Your data with automatically encrypted from client to server.
hi, I know everything about VPN and so but i want to connect by modem and i dont want my user concern about vpn,internet and so,I want to make connection using modem in my source code and handle everything automaticaly,in fact i have some stupid users and they know nothing about internet or network.
-
hi, I know everything about VPN and so but i want to connect by modem and i dont want my user concern about vpn,internet and so,I want to make connection using modem in my source code and handle everything automaticaly,in fact i have some stupid users and they know nothing about internet or network.
Then find out how to create a VPN from code :doh:
Formula 1 - Short for "F1 Racing" - named after the standard "help" key in Windows, it's a sport where participants desperately search through software help files trying to find actual documentation. It's tedious and somewhat cruel, most matches ending in a draw as no participant is able to find anything helpful. - Shog9 Ed
-
hi there, i have an application with a local database,now i want to transfer datas to a server using cable modem(for security reasons),how can i do this? i have read some articles on tapi but couldnt use them.
It's quite obvious that you don't know how a cable modem works. You can't use it to "call" another cable modem, or a server for that matter. It will only connect to the cable company service, and supply you with a connection to the Internet. You don't get to tell it where to connect or how. It is mearly a part of the cabling medium that your IP traffic travels over, which your application shouldn't care about at all. The only way you're going to get a secure connection to your server is to have a VPN tunnel setup between your two networks. How you code builds this tunnel is entirely up to the VPN solution your using. There is no support for this in the .NET Framework. Dave Kreskowiak Microsoft MVP - Visual Basic