Search results

  1. M

    Powershell newbie: How do I run this basic Get-SmbConnection command

    Nevermind. I finally got it to work, just had to right click and run as admin. Hadn't seen this requirement mentioned in any of the tutorials I read.
  2. M

    Powershell newbie: How do I run this basic Get-SmbConnection command

    So I've read multiple tutorials and done a bunch of googling before asking this, but I seem to be missing an obvious step that I can't find. I installed powershell 3.0 and simply want to use the following command Get-SmbConnection But I get an error that it is unrecognized. Its my...
  3. M

    Any way to run a webserver from home, without exposing home IP address? Maybe proxy?

    Doing a year free trial of that AWS is an interesting option to think about. Although I'm hoping to find a way to actually run this from home. If I just run the webserver on a nonstandard port, a port scan of its IP address will still reveal all my other nonstandard ports, and it won't really...
  4. M

    Any way to run a webserver from home, without exposing home IP address? Maybe proxy?

    I'd like to setup a home web server, inside of a DMZ at home. Nothing high end, just primarily for experimentation, personal use, or maybe very limited visitors. I am very security conscious though. I do have other private services running at home inside my network like SSH, security cameras...
  5. M

    I want to take notes, but have them encrypted, and synchronized cross platform

    Anyone have any suggestions. I'd like to be able to basically have text files of various notes I take, but be able to access them on windows/linux/android, and have them synchronized so I can add to them from any device, but also securely encrypted and password protected. Any Ideas? I was...
  6. M

    How do I find out exactly why svchost is listening on these ports.

    Agreed. Thanks for the very good link with the wealth of information. Also I found using the portable app "curr ports" is helpful. It is actually extremely similar to the popular TCPview, but it seemed like it did a slightly better job with this one particular task. In curr ports if you...
  7. M

    How do I find out exactly why svchost is listening on these ports.

    So I'm determined to learn how to uncover all the nuances of the mysterious svchost, mainly for learning purposes. I've learned that svchost is basically a process for running various dll files. I've learned that you can use the sysinternals tool to find out exactly which dll's are being run...
  8. M

    Why do some portable applications still need to be "installed".

    I love portable apps, but theres something I could never find the answer to. Why do many portable apps out there still need to be "installed". They come as an exe file, and you specify the location, and they make the files and folders in that location. Why is that necessary? There are other...
  9. M

    Why do software programs open TCP connections with themselves?

    So that makes sense how one connection could show up as two. And it makes sense if 2 different applications were to communicate with each other like this, or a service communicating with a corresponding application. However I still don't understand why a single application would communicate...
  10. M

    Why do software programs open TCP connections with themselves?

    Why is it that so often software programs are running TCP connections with themselves? Usually in pairs, like some sort of strange loopback connection. Looking at netstat or TCP view, I often find things like this. my color calibration software has 2 TCP connections at all times. local...
  11. M

    Any device to monitor a router and reboot it if there are issues?

    I'm having an issue with my router, which is handling the PPPoE for my DSL connection. (The modem is a transparent bridge). Anyways, for some reason occasionally I am loosing my internet connection. It says it is "connected", yet I can't even get a ping to go through. I click disconnect, then...
  12. M

    Basic question about ethernet switches vs multiple cable runs.

    OK, well as far as the issue that was brought up about a hub vs switch, 1 port router vs 5 port router, etc. What exactly happens with the situation of the latter? Meaning you have a typical router with 4 ports built in, then you feed the wire from one lan port of the router, through the...
  13. M

    Basic question about ethernet switches vs multiple cable runs.

    For the sake of the question, I'll use a typical single family home as an example, with a couple streaming devices here and there, and 20Mbps internet. If you plan to run some direct ethernet connections, and there are say 5 devices in a media area which you want to hard wire directly to the...
  14. M

    Why would a typical person need to upgrade their Wireless G router.

    I constantly hear of people retiring their old Wireless - G routers, and getting new ones. But is this really necessary? Considering wireless G is 54 Mbps, but most ISP's are only about 20-25 Mbps (at least around me), it seems like the router is more than capable of drawing maximum speed...
  15. M

    Basic question about setting up DMZ or split network.

    I have 2 routers, and have some IP cameras and other gadgets that aren't considered the most secure that I want to be able to open up to WAN access. I want to find the safest way to segregate them from other more important computers in my network, so that in case someone were to hack into one...
  16. M

    What's the windows equivalent of an encrypted SSH Tunnel?

    So I've done some basic networking with linux, but not yet in windows. I'm trying to figure out what the typical options are for remote access through secure 256-bit encryption in windows. In linux you can use SSH, which allows you to very easily tunnel any sort of traffic through a 256-bit...
  17. M

    Question about mac filtering / mac spoofing

    I do actually use WPA2 with a long passkey, but I've always used mac filtering also, even though I know it does very little. So both devices recieve each other's traffic? Do they both get assigned the same IP address, and does the router see them as one? Could any of the hacker's traffic...
  18. M

    Question about mac filtering / mac spoofing

    So I know most people say mac filtering is pretty much pointless, because any potential hacker can easily spoof their mac address to match one of yours. However, if they did do that, what happens when 2 devices both have the same mac address. Wouldn't there be conflicts? Wouldn't one device...
  19. M

    Any way to test your network "locally" the way it is seen "remotely".

    I like the idea of the VPN, does anyone happen to know if any of the free VPN's or proxies will allow traffic from all programs? I have tried using Tor before, and I know it works for this purpose as far as accessing web based stuff, like running an IP camera on port 80. I could connect to...
  20. M

    Any way to test your network "locally" the way it is seen "remotely".

    Hope I'm explaining this right, its difficult to put into words. I'm wondering if there is any way to test your own network the same way that it would be seen from accessing it remotely over the internet (connecting from a different network over your wan ip)? Something like connecting...
  21. M

    Can I efficiently backup data remotely to a NAS at home?

    Thanks for the suggestions so far. I thought about bringing a usb hard drive, and still might, but really want the storage remote simply because I figure if something bad were to happen to the laptop such as a theft, then that same thing would most likely happen to the usb hard drive too...
  22. M

    Can I efficiently backup data remotely to a NAS at home?

    Just trying to get pointed in the right direction. Perhaps there is an even better way to do this that i'm not thinking of. I plan on going on vacation later this year, and I'm sure I will take a lot of photos and HD video. I would upload the videos to my laptop each night to clear room on...
  23. M

    Newbie question about password hashing

    This may be an over simplified question, but I recently have read a lot about hashing of passwords and it made me wonder. Since passwords are hashed, do most websites or any admins in general have no way to know what your password is even on their own system? For example, I always used to...
  24. M

    Newbie question about port scanning own WAN ip?

    I'm new to this so feel free to correct me if anything I'm assuming is wrong. I'm trying to find out if there is a way (simple enough for a beginner) to do a port scan on my own WAN IP (such as found at whatismyip.com). I've been able to do it from a seperate internet connection using my...
  25. M

    How can I determine if this open port 4567 is a vulnerability?

    I'm very new to networking, learning through various online tutorials. Anyways, I did an online port scan on my IP, and found out that port 4567 is open. Now in my googling/research I've found that this can possibly be a port used by ISP's to update router firmware (in my case it would be...
  26. M

    Why are Brute Force threats such a concern in general?

    It really seems like lately many people are very concerned about Brute Force threats. Whether its a server, personal account, network, etc. There is a lot of talk about making extremely long and challenging passwords to be brute force proof. But I don't quite understand why it is as great...
  27. M

    SSH vs VPN vs VNC vs Software vs RDP. Which to choose and why?

    I am relatively new to networking. I've set up basic home networks/wifi. But never done anything involving accessing my network externally. I have just done about 10 hours of general reading about this stuff, but have been having a very tough time trying to figure out just how they compare...
  28. M

    If a personal home server is hacked. Are other PC's vulnerable?

    Thanks for the info. Seems the general consensus leans towards the dual router / double nat setup, so I will read up more on how to do that, and plan to set it up. Can anyone help explain, in somewhat newbie terms just how a hacker would potentially compromise my network if they first...
  29. M

    If a personal home server is hacked. Are other PC's vulnerable?

    I want to experiment with a personal home server, primarily just for learning purposes. Maybe will set up a ftp server, web page (just for me personally), maybe run some NVR software to record from my IP cameras, etc. Hoping to use some older hardware, maybe even a laptop, and run either...
sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |