Global proxy setup for Windows Vista


Recommended Posts

You could use any address you want.. does not really matter.

127.0.0.0/8 is localhost.. so you could use any address you want in that range that your tunnelier is listening on.

There you go.. submit it as addon/plugin on their site. Something like autoIT would be a easy way to do something like that.. I really just do not see the need.. Just put the command(s) you want in batch file.. And create link to it or hotkey.

Your the one that was talking about saving time switching stuff -- how is launching an application, then doing something in the application faster than clicking a shortcut to batch file or using a hotkey that does what ever you want?

There you go.. submit it as addon/plugin on their site. Something like autoIT would be a easy way to do something like that.. I really just do not see the need.. Just put the command(s) you want in batch file.. And create link to it or hotkey.

Your the one that was talking about saving time switching stuff -- how is launching an application, then doing something in the application faster than clicking a shortcut to batch file or using a hotkey that does what ever you want?

I never said I would have to launch (manually) an application first... I never specified anything about how would I code the application, why are you making assumptions that it's going to harder than to use a hotkey? :p I said "application that allows me to easily switch".

Well, clicking a shortcut to a batch file is slower (depending on where the shortcut is located) than what I'm going to do and I don't like shortcuts. I only have a dock at the top and that's only for very specific applications. I don't like desktop shortcuts, nor quick launch shortcuts, I like my desktop clean and simple. The start menu is also not an option because I like to have it organized and there's no place for 2 shortcuts to switch between profiles and that would definitely be slower...

About hotkeys, I don't like hotkeys. The ones I use most are the ones on the laptop to turn on/off wireless, increase/decrease LCD brightness, control media player, etc... I don't like to have hotkeys for specific things like these.

What I'm going to do is an application that auto starts with windows and sits on the system tray. Then I can easily switch profiles by clicking on the icon and selecting the profile I want from the list. That's simple, easy and fast.

I don't know AutoIT but it seems a bloated application for just a simple task like what I want to do. Notice that I'm not bashing the application, I never tried it, but it seems to have lots of features that I'm not going to use and I don't want to install something for just a tiny thing...

So how are you going to write this application?

When did I say autoIT has to be installed to use what you create with it? You can compile it as an exe that does not need the autoIT to be installed, etc. I suggested it as a simple method of creating a gui for something like this -- which is what assumed you were talking about.

Why did you not say "tray" in the first place? With just the term application -- I assumed something that you would "launch" my bad I guess.

? for you -- you move between your school and your home so often that this "application" needs to be running when window starts? ;) You might like your desktop clean -- I on the other hand am not a fan of running applications that are used now and then ;)

Actually I do... during the weekdays I live in the place where the University is located and don't have internet access besides the WiFi network and during the weekend I live in my home (lol) where I have direct internet access.

That's why I need a quick and easy way to switch between configurations. Of the top of my head I use: Firefox, IE, RSSOwl, mIRC, SmartFTP client, Tunnelier. And you can imagine how painful it can be to keep constantly chaing proxy settings in all these applications (and probably others).

Well, I don't mind in having a simple application like this sitting on the tray. I have 2Gb on my laptop running Vista, it won't matter much. And I can always access it pretty quickly every time I have to...

Not sure what you were asking about "how are you going to write this application". What do you mean? Language? Probably C#... Or were you asking something different?

No that's what I was asking.. So your at university all week, and home only on the weekends.. But you need a application running all week that allows you "change" the proxy settings?, and starting everytime you boot to change your proxy profile? Does that make sense??

Click an icon on monday morning to point it at your school proxy. Saturday morning click it again to toggle to no parent proxy.. Put this icon in your dock, etc.. etc..

No matter what you write it in -- I would suggest you post to their site for an addon/plugin.

For that matter create a startup script set it to school proxy during the week, and not on weekends ;) Then you do not have click anything ;)

Like I said before, my dock is only for very specific applications not for everything. There isn't any place on my desktop where I want to have 2 shortcuts (for the 2 different configurations) besides the tray, with an icon and menu. So that's not an option.

About posting to their site, I'll think about it when I get it done lol.

That script thing by schedule could be an option but I don't want it... The normal use is like I said, one configuration during the weekdays and another during the weekend but that doesn't mean it's going to be like that every day of the year and I might need to switch to the other configuration any day for some reason and with the tray application, it's quick and easy.

And you are forgetting about one detail or maybe I'm the one that doesn't know better but... But when I run "3proxy home.cfg" (for instance), I'll have a command line window opened and I don't want it always open. With my application, I'll just start the process with the window hidden. Yeah, I know 3proxy can run as service, but I couldn't find anything in the documentation to switch between configurations while the service is running... So, I have to hide that window somewhere while switching configurations.

And what stop service, change config, start service is something you did not think about??

There is no reason to have some window open when 3proxy is running..

Go ahead -- write your application.. But for someone that did not even have time to look at a command line tool, etc.. Now you have time to write a application, etc..

Its a freaking simple .cmd or .bat file do everything you want.. Exactly like I said from the get go. But you seem to be to worried about your desktop not having any icons?? Your dock not having a link to a method to how to toggle between settings. You could stop and start and toggle between settings with one simple commandfile..

But sure go ahead -- you write a C# application to do do something that can be done arleady with a few simple commands ;)

And what stop service, change config, start service is something you did not think about??

I honestly don't understand what you mean by this... Stopping the service, changing config and starting the service is a pain in the ass to be doing it a couple of times every weekend. But like I said, I really don't understood what you mean by this...

There is no reason to have some window open when 3proxy is running..

There isn't? Then tell me, how can I run 3proxy without having a window opened and without using a service? Like I said before, I couldn't find anything in the documentation that helped me on this... If I have the 3proxy service started I have not find a way to switch configurations, so tell me, how do I do that? The only way I find to run 3proxy with the configuration I want is to manually execute "3proxy.exe <configfile>" and that creates a command line window which must be opened (unless hidden some way, thus my application) otherwise 3proxy process will be closed.

Go ahead -- write your application.. But for someone that did not even have time to look at a command line tool, etc.. Now you have time to write a application, etc..

Once again, stop making assumptions... I never said I was going to do it now, tomorrow, next week or event next month. In fact, I'm not going to do it anytime soon cause I have many exams coming in the next weeks and many other things to do which have more priority. I'll do it, when I get the chance, not right now.

Its a freaking simple .cmd or .bat file do everything you want.. Exactly like I said from the get go. But you seem to be to worried about your desktop not having any icons?? Your dock not having a link to a method to how to toggle between settings. You could stop and start and toggle between settings with one simple commandfile..

No it's not simple. What part did you miss that:

1) I don't like desktop shortcuts at all. I never add one for more than a couple of days and never will. I only have desktop shortcuts for couple of days when I'm testing something and I need quick access to something.

2) I don't like the quick launch shortcuts and they take precious space on my taskbar which I like to keep it with one line.

3) My dock is only for very special applications. I don't want to have this shortcut placed there, simply as that.

Also, you say that I can "stop and start and toggle between settings with one simple command file". Well, tell me, how can I do that with one command file without having the command line opened all the time?

But sure go ahead -- you write a C# application to do do something that can be done arleady with a few simple commands ;)

But... what's your problem with me doing an application to fit my needs anyway? I don't get it...

You have been very helpful in this problem of mine but right, you're just no making any sense in the way you are talking to me... It's like you want to force me to use my computer the way you use yours. We are different persons, we have different needs and I use my computer in a way and you use yours in other. I don't like desktop icons, I have my way or organizing things in my dock and start menu. Why can't you understand that?

If I want to make an application that will fit my needs better, exactly the way I want it which will allow me to switch between configurations the way I want it, what's your problem with that? If anyone should have problem with it, it's me, not you or anyone else.

I just don't understand why you are talking to me like that...

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • So size is the ONLY selling point????? People have been plugging in PC's to TV's in living rooms for 20+ years. I would take a bigger box for more peformance. Also lot and lots of SFF/Mini ITX build guides out there.
    • My point is, if you buying this instead of a console for TV purposes, that you need to understand that you will not be able to play the most popular MP games with Steam OS. Now if you are not into those games, and into some of the perputual alpha/beta games on Steam then this is an option. I would argue a gaming PC would be the better route, more expensive but take the 1k -1.4k you are about to spend on this thing and build a better one. Because it is running Linux you can overide its 1080p settings. However The Verge complained about its 1080p cap and how you would have to get around it at the CLI, so someone buying this instead of a PS5 or Xbox might have a challege on their hands.
    • A review of Synology's BeeCamera software for the BeeStation Plus by Christopher White Synology is leaning into the BeeStation and the BeeStation Plus, and it's easy to understand why. While power users will want something more customizable, the BeeStation and its more powerful sibling, the BeeStation Plus, are great for those who want a device they can simply plug in, click a few buttons, and have it work as their own personal cloud. Until recently, the device was mostly used for the storage of files, photos, and videos, and with the Plus model, you could install and stream media through Plex. Synology recently released a new free application for the BeeStation Plus called BeeCamera, which is basically a stripped-down version of Surveillance Station. First, let's get the confusing naming out of the way. While you might initially think that BeeCamera is a physical device, perhaps a camera that Synology created specifically for the BeeStation Plus, that would be incorrect. BeeCamera is simply the name for the application that runs on the NAS and on your mobile device. I think the marketing team missed the mark here, but it does fit the other naming on the device, like BeePhotos and BeeFiles, I guess. Camera Support As of right now, only Synology-branded cameras are supported, which many will see as a callback to the drive locking the company implemented and then backtracked on. That said, while I 100% disagree on drive locking, I agree that camera locking for a device made to simply plug and play is the right decision. The whole point of the BeeStation line is simplicity. There are currently three camera model lines available, a wireless device for indoor use, and two PoE models for external use. CC400W (Wi-Fi): Plug it into power using the included power adapter, and connect it to your wireless network. This camera is rated only for indoor use and is the one I was provided to review the BeeCamera. $198.36, in line with the Unifi G6 Compact. BC510 (PoE): A bullet-style camera. Connect it to an Ethernet cable that is providing Power over Ethernet (PoE). This camera is rated for both indoor and outdoor use. $240. TC510 (PoE): A dome-style camera. Connect it to an Ethernet cable that is providing Power over Ethernet (PoE). This camera is rated for both indoor and outdoor use. $240. Although this isn't a review of the actual Synology camera, I did want to note that a positive for the Synology CC400W is that it uses a magnetic base. This means you can mount it on any magnetic surface, which is pretty handy. However, a downside to the camera is that it's powered by a built-in USB cable that's about six and a half feet (two meters) long. This means that the cable will probably be either too long or too short, but more importantly, if the cable is damaged at all, you'll likely need to buy an entirely new camera because there doesn't appear to be a way to replace it, unlike many competitors, like the Unifi G6 Instant. Hopefully, this is something Synology addresses in a future revision of the hardware. The BeeStation Plus supports up to four cameras. Setup The setup of BeeCamera is, like everything in the BeeStation family, very straightforward. Simply make sure you're on at least version 1.5 of the BeeStation OS, and BeeCamera is automatically installed on the device. BeeCamera Setup Screenshots Setting up the CC400W was just as easy. Plug it in, open up the BeeCamera app, and follow the on-screen steps to add the camera. During this process, you'll configure the camera name and how many days of retention you want to keep. The system will also automatically update the firmware for you. The whole thing took only a couple of minutes, excluding the time it took for the camera to update the firmware. Once the camera is connected to the BeeStation Plus, you can manage the various camera settings within the app, although there aren't many to choose from. You're able to configure whether the microphone will record audio (some privacy laws may preclude you from recording it), select what codec to use (H.264 or H.265), configure the color and exposure of the camera, and determine what data you want to overlay onto the video. Finally, you can set up AI detections so that BeeCamera will alert you if it sees certain things. These are all of the common detections you would expect in a camera system, such as people, pets, and vehicles. Under people and vehicles, you can also add extra monitoring for lingering and congestion detection, although pets are currently in "Lab" and therefore have no extra features yet. Recording in 4K using H.265 for 30 days will take roughly 300 GB of storage, which is very reasonable for most regular households, as the BeeStation Plus has 8TB of native storage. If you want to set up detection zones, you can. These are areas that BeeCamera will look at for the various detections, and are helpful if, for example, there's a tree in your frame and you don't want to be notified each time the wind makes the branches move around in the frame. Finally, you can also schedule when the camera should and should not be recording, which is a very useful feature. For example, you may want to record only at night when you're sleeping, but not during the day when you're up and about the house, so you can easily shut the camera off between 8 am and 10 pm. Each hour of each day can be configured to record continuously, only upon a detection event, or disabled completely. You can't fine-tune to record at a specific time, though, only hourly blocks on the hour. Daily Use The best part of BeeCamera is that it's easy and just works. If you only care about being notified when things happen, the mobile app sends those notifications and lets you click the button to bring up the video and see what's going on. For example, when I went out of town and had the camera pointed at the cat tower in our hallway, it was nice to be able to drop in and check that my furry friends were doing okay without me. Initiating the remote connection to the BeeStation Plus through the app is very responsive, but this will heavily depend on your ISP. In my case, using Xfinity, I'm able to go from starting the app to seeing live video in roughly three seconds, which is about the same amount of time it takes to connect to my Unifi UNVR system that costs much more. If you want to see footage from a specific day and time, you can do so using the calendar icon. You can also scroll through the timeline, looking for detections that are labeled in blue (vs. the normal gray when there's nothing of interest). There are buttons that let you go to the last/next detection on the timeline, which is helpful if you missed the notification on your mobile device. That's where the ease of use stops, though. While you can download clips that are flagged by detection, there's apparently no way to select generic time frames you're interested in, and the only place to download is to your phone. In addition, sharing a video shares the actual video, not just a link back to your BeeStation Plus. While that's good from a security and privacy perspective, it's a little awkward for sharing large videos. Limitations While the ease of implementation is great, there are some things that are lacking from BeeCamera. The most obvious is that there is no way to view the footage on the desktop. You can log in to the BeeStation Plus to see how much storage BeeCamera is using, but unlike BeePhotos and BeeFiles, there is no BeeCamera on the web console to manage or view footage. This means you'll be viewing all of your security footage on your mobile device, which is pretty limiting. In addition, there's no way to download the video to your PC without first using your phone as the intermediary. The one exception to this is that you can use BeeFiles to see the raw MP4 files. They're saved in 5-minute increments, and it's just raw data with no detection information or any other way to identify what any of them are. The lack of a way to interact with BeeCamera on the desktop also makes configuration of the cameras more difficult. For example, trying to set up detection zones using a tiny screen and your finger to draw boxes is more cumbersome than it needs to be. This reinforces the idea that BeeCamera is not made for power users. It's also missing some of the more advanced functionality of Surveillance Station. For example, I couldn't find a way to say, "Alert me if the thing in this zone is no longer there." Another major deficiency with BeeCamera, and a feature I suspect may come out in the future, is that while it can detect generic people, there is no specific facial recognition yet. This is an interesting omission, given the fact that other Synology tools can detect specific individuals, and competitors such as Unifi Protect also do it. This is probably a software limitation, so we will have to wait and see if this feature is added in the future. Conclusion If you need a security guard to monitor surveillance cameras to make sure your property is secure, then BeeCamera is not the solution for you. That said, you probably wouldn't be using a BeeStation Plus as the brains behind the system either. BeeCamera (and BeeStation in general) is clearly aimed at households that want to avoid sending personal data to Google and Amazon, and now want to add some cameras to keep an eye on their home and their pets while they're away. BeeCamera excels at doing this. The target market isn't interested in creating cases, tying multiple views together in a single pane of glass, or the like, and for the intended use case, the system works great. Where it starts to fall apart a bit is with more advanced features. Not being able to use a desktop app is a major compromise in my opinion, and having to do all of the configuration on a mobile device is annoying, but not impossible. If you don't want to have a full-fledged NAS device in your home, but still want control over your data (or maybe want an easy way to backup your data for World Backup Day), and want to add a couple of cameras to keep an eye on your house and your pets, this is a great, cheap, and easy way to go, and I suspect more functionality will come over time. If Synology releases a desktop app or at least a way to configure cameras and view footage on a desktop browser, this would be a near-perfect solution for a general home user. As an Amazon Associate, we earn from qualifying purchases.
    • I forgot to add on my comment that when robots will take physical jobs, it's when they become more cheaper to manufacture and sell. That will be the starting point of the end to lanscaping, trash pickup, factory jobs, etc.
    • How many people can actually use a 2.5gig ethernet port? Most people do not have more than a 1gig internet connection, heck most have less than that. Most people at home do not have a switch that has multiple 2.5gig ports either.
  • Recent Achievements

    • One Month Later
      timbobit earned a badge
      One Month Later
    • One Month Later
      nates earned a badge
      One Month Later
    • Week One Done
      Almohandis earned a badge
      Week One Done
    • Rookie
      dorf went up a rank
      Rookie
    • First Post
      mike_rumble earned a badge
      First Post
  • Popular Contributors

    1. 1
      +primortal
      476
    2. 2
      +Edouard
      172
    3. 3
      PsYcHoKiLLa
      104
    4. 4
      Michael Scrip
      88
    5. 5
      Steven P.
      70
  • Tell a friend

    Love Neowin? Tell a friend!