Jump to content

FabIT

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by FabIT

  1. FabIT

    Pac file

    This is the pac file I have, but it isn't working. Anyone see an error? function FindProxyForURL(url, host) { // variable strings to return //var proxy_yes = "PROXY 156.127.55.122:8080"; var proxy_no = "DIRECT"; // Minneapolis if (isInNet(myIpAddress(), "156.126.221.0", "255.255.255.0")) return "PROXY 156.127.121.222:8080"; //Minneapolis2 if (isInNet(myIpAddress(), "156.xxx.xx.x", "255.255.254.0")) return "PROXY 156.127.xx.xxx:xxx"; else return "DIRECT"; }
  2. FabIT

    Pac file

    Steve, I installed it on my laptop ( currently using window 7) but it isn't working. When I try to open it, nothing happens.
  3. FabIT

    Pac file

    Carvjo, I modified the VBscript U referred to me Proxy vs Home use. and I placed in the batch file. Still it didn't work. I tested it at work, but it didn't work. This is how I tested it === I unchecked the proxy server settings to see if I restart the internet explorer, that the check mark was going check marked itself.
  4. FabIT

    Pac file

    Thanks Jonatkinson, Yes please, send me a copy and I will modify it to fit my settings at work. It will work very much. Another thing is that I have never used a VB file to do proxy settings, but I am familiar with pac file. So all the help to customize it will be appreciated.
  5. Yes Micheal, I have its web interface by its static IP but there isn't a way to disable. You can only set a password to each the stored documents. Setting up individual password for over 2000 files, it is pain.
  6. FabIT

    Pac file

    Carvjo, where do I place the VBS file?
  7. FabIT

    Pac file

    Thanks carvjo, So with the VBS file, is there something that needs to be install on the laptop as well?
  8. FabIT

    Pac file

    I am trying to create a pac file for our proxy server at work. Employees have laptops and when they are at work. they use the proxy server settings. But they go home, they can't access Internet explore. I am trying to create a pac file that's going to let them use proxy server at work and then use automatic configuration script once they leave our subnet. Any one knows a good java script I can start with?
  9. I am trying to disable the document server service on few printers at work. They are Ricoh printers. Anyone knows how to disable this feature?
  10. Anybody know how to turn the Ricoh document server feature off? or Set a master password for people to enter when trying to access the stored files? Any ideas of what to do?
×
×
  • Create New...