Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. ,using modem [modified]

,using modem [modified]

Scheduled Pinned Locked Moved C#
questiondatabasesysadminsecurity
7 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    sianatia
    wrote on last edited by
    #1

    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.

    L D 2 Replies Last reply
    0
    • S sianatia

      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.

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      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.

      S 1 Reply Last reply
      0
      • L Lost User

        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.

        S Offline
        S Offline
        sianatia
        wrote on last edited by
        #3

        hi, i want to transfer the data in my app using codes not using an external app.

        L 1 Reply Last reply
        0
        • S sianatia

          hi, i want to transfer the data in my app using codes not using an external app.

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          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.

          S 1 Reply Last reply
          0
          • L Lost User

            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.

            S Offline
            S Offline
            sianatia
            wrote on last edited by
            #5

            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.

            E 1 Reply Last reply
            0
            • S sianatia

              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.

              E Offline
              E Offline
              Ed Poore
              wrote on last edited by
              #6

              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

              1 Reply Last reply
              0
              • S sianatia

                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.

                D Offline
                D Offline
                Dave Kreskowiak
                wrote on last edited by
                #7

                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

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups