142 reputation
11
bio website counselorfor.me
location San Jose, CA
age 27
visits member for 1 year, 3 months
seen 5 hours ago
stats profile views 16

Network/Security administrator for biotech startup. Also consultant for various SMBs. Avid scuba diver, sailor and anime watcher.


5h
comment Can I automatically add a new host to known_hosts?
Why do you need all 3 ssh-keyscan's? Can't you get by with just the first one since it works for both hostname and ip?
Dec
17
comment Routing issue from one network another one thru an openvpn server
Is your local subnet the same as the remote subnet, or is 172.25 your local? Does your local machine have a route for 10.21?
Dec
17
comment Windows Server 2008 R2 reports full disk, but files do not add up
You might try windirstat to see what it shows. It sometimes provides insight into where space is going.
Nov
20
awarded  Popular Question
Oct
2
comment All messages from the mail server are marked as spam by default
In gmail open and check your headers to see why gmail is sending it to spam. That might be a good hint or somewhere to start. Look at the Received-SPF and X-SPAM areas for sure. To see headers open the email -> click down arrow -> show original
Sep
26
comment ssh login taking too long
Maybe check this post out, he uses strace to look into a slow ssh connection. Might be able to follow steps and see where its coming from depesz.com/2010/12/13/a-tale-of-slow-ssh-connections
Sep
26
comment ssh login taking too long
Is your ssh authenticating to ldap? Possibly the LDAP is the hangup.
Sep
26
comment Remote Desktop or locally installed app
How many users?
Sep
25
reviewed Reviewed Why does chef list my node name as “localhost”?
Sep
25
reviewed Reviewed Domain Name from 123-reg, VPS from Linode. How to point to Google Mail for Business?
Sep
25
reviewed Reviewed In ubuntu, which process is sending igmp packets?
Sep
25
comment In ubuntu, which process is sending igmp packets?
Are those addresses in same subnet as your machine or public ip? Or belong to any websites your visiting? It looks like its not a router protocol but rather a wan multicast protocol. en.wikipedia.org/wiki/Internet_Group_Management_Protocol
Sep
25
reviewed Reviewed How to setup VPN Client in Microsoft 08 R2
Sep
25
comment How to setup VPN Client in Microsoft 08 R2
I'd also use the firewall so its more accessible around the network. Do you know what firewall model you have?
Sep
25
reviewed Reviewed I have two domains on my Linux Server. How to do Cross domain uploading?
Sep
25
reviewed Reviewed Manage chef cookbooks in a team environment
Sep
25
reviewed Reviewed Create a ODBC connection from file .bat at Windows
Sep
25
comment Create a ODBC connection from file .bat at Windows
.bat only gives you access to what is at command line, so I don't think it's possible. It should be possible with visual basic though, although I've never done it.
Sep
25
reviewed Reviewed Access external IP during VPN connection
Sep
25
comment Access external IP during VPN connection
I don't see any reason why it wouldn't. I've never heard of any cases where after a VPN connect then it'll loose access to primary address. Just make sure your VPN isn't telling the system to tunnel all traffic through the vpn. In OpenVPN this setting is called "redirect-gateway" openvpn.net/index.php/open-source/documentation/…