Re: XPs built in VPN



dg wrote:
Yes, "work" does indeed have a firewall that could be screwing me up. If that is the case, is there any way to make this work without asking the network administrator to change the firewall settings? I work under the IT dept and the administrators office is right across the hall from me, but I would never ask him to change the firewall for something so unnecessary. Really I just wanted the ability to grab a file from home if necessary. Any tips? I know there are alternatives to VPN like using FTP for transferring files (which would be downright easy), but ideally I could use a VPN.

Thanks,
--Dan


Two other methods you can try: 1) SSH - if you firewall does not block port 22. In this case, you need a SSH daemon on your home PC. Try installing cygwin (http://www.cygwin.com), which makes linux utilities available on Windows. You need to port forward port 22 to you XP machine. If you manage to set this up, it will give you the maximum flexibility; shell access. In addition, SSH is very secure (suggest to use protocol version 2 only).

2) Run IIS (better Apache) on your Home PC, map the directory you want to
grab files into IIS document tree.  Now, a lot of ISP block port 80 hosting.
So, I suggest you use port 443 on your IIS. Port forward port 443 at your
firewall to the PC.  At work, to access your home web server, always use
this http://a.b.c.d:443 (not https:// which will start a SSL negotiation).
Please be real careful with your access control on your IIS, otherwise,
your will be attracting lots of problem.

Good luck.
K.

.



Relevant Pages

  • Re: How to limit number of failed FTP logins?
    ... This box is only ruuning IIS there are no local ... usersand it is sitting behind a appparently efficient firewall. ... The problem with using a firewall is of course the port is open, ... > default user accounts for users that you have created. ...
    (microsoft.public.win2000.security)
  • Re: Which Router for VPN and Webhosting
    ... can be stopped with proper configuration and patching of the OS and IIS. ... further compromise by a firewall that is not located on the host itself. ... > Any IP that was doing TCP or UDP port scans O/S Finger Prints or SQL ... > to me and I can rebuild and have rebuilt them at the drop of a hat. ...
    (comp.security.firewalls)
  • Re: Creating a Web Site and publishing it
    ... To what application do I have to allow access in my firewall. ... (usually port 80 for IIS, but it's random using the built in VS web server ...
    (microsoft.public.dotnet.general)
  • Re: Understanding Firewall-1 Configs
    ... You should not fear of an attack taking down the firewall, ... port 53 to the DNS server port 80 and ... >You are not able to ping the firewall from the Internet. ... >- -on port 80 to public ip address of IIS is NAT's to internal IP address of IIS ...
    (Security-Basics)
  • Re: Port closed?
    ... My network administrator said the port here at my office is open and no ... If your work PC's LAN IP changed then the firewall admin at work needs to change port forwarding in any firewall to the new LAN IP for your work PC. ...
    (microsoft.public.windowsxp.work_remotely)

Loading