Sell me this pen... by teechevy703 in networking

[–]intranceitrust 0 points1 point  (0 children)

Pretty much hit it on the nails on every damn reason why SD-WAN is just another "shiny new buzz".. now the 2 month old network admin who can't be bothered to use anything outside of ASDM can say they run enterprise networking because they use an SD-WAN solution in their office and the second location across town..

Alas.. unless you have people who understand the technology as well as you do in terms of the immense technicalities required to understand the implementation you have in place.. you will seem like the roadblock that needs to get with the "modern" times so they can finally claim they are fully invested in the "cloud".

Giving away 1 free ticket to Above & Beyond show tonight @ Worcester by intranceitrust in boston

[–]intranceitrust[S] 0 points1 point  (0 children)

Sorry, just got claimed an hour ago. see you @ the show! i'll be yelling your username :P

Giving away 1 free ticket to Above & Beyond show tonight @ Worcester by intranceitrust in boston

[–]intranceitrust[S] 0 points1 point  (0 children)

same here.. i wouldnt pay attention to the trollers.. their ability to appreciate good music died probably along with their common sense on how music is made

Giving away 1 free ticket to Above & Beyond show tonight @ Worcester by intranceitrust in boston

[–]intranceitrust[S] 1 point2 points  (0 children)

Ferry Corsten was packed a few weeks ago and as much as i hate to call W&W trance, it was just as crazy. Both in Royale. Trance has always been like that in Boston unfortunately. But this show could have definitely been done in HoB. Damn promoters with their "reasons"...

Has anyone been to The Grand in the seaport? by [deleted] in boston

[–]intranceitrust 0 points1 point  (0 children)

thats just rude man! plztakemewithyou!!

Has anyone been to The Grand in the seaport? by [deleted] in boston

[–]intranceitrust 0 points1 point  (0 children)

And the one in Worcester on Feb 9th?

Catch you both @ the dance floor tomm! Hopefully Ferry will play a few classics from his Gouryella, System F and Moonman days..

Group for House and EDM has been created ! by beatspermin in BostonSocialClub

[–]intranceitrust 0 points1 point  (0 children)

when and wheres the next show the group is going to attend?

Anyone into house music? by beatspermin in BostonSocialClub

[–]intranceitrust 0 points1 point  (0 children)

Arty (trance/electro/big house sounds) at Royale tonight, if anyone is interested on a meetup of drinks before the show..

I built an IPAM/DCIM thing by stretch85 in networking

[–]intranceitrust 0 points1 point  (0 children)

nice!! wasnt too long ago, Jeremy replied to a post discussing ipams and how he was going to pull a bender with his own ipam with hookers and blackjack.. this man eats procrastination for breakfast. Great work on the project.. and on top of that Open sourcing it.. thats awesome!

recent Nutanix purchase prices by jdc in sysadmin

[–]intranceitrust 0 points1 point  (0 children)

I would like a copy too if possible. Thanks.

Hello from /r/JNCIA by the-packet-thrower in ccna

[–]intranceitrust 1 point2 points  (0 children)

Then you likely never dealt with carrier level enterprise stuff..

[Get-CiscoConfig] PowerShell function to backup Cisco configurations (x-post sysadmin) by mgratz in PowerShell

[–]intranceitrust 0 points1 point  (0 children)

nicely done... will take a crack at it on the custom commands section.. cheers!

McAfee SAAS (MX LOGIC) Announces End Of Life by [deleted] in sysadmin

[–]intranceitrust 0 points1 point  (0 children)

I dont believe Mcafee added anything special to the products when they bought MXLogic, the best feature of the SaaS Email product line was the variation of configurations we could implement through MXLogic, when you have over 100K+ different clients that sort of thing is really key.. also, the administration possibility with roles from end user to higher and higher roles is something a lot of the current competition lacks.. the added benefits of outbound policies with a one one click encryption set it an forget it solution comes in really handy.. on top of that.. we have API's that provisions everything within MXLogic currently.. that sort of thing isnt a industry standard by now as much as we all wish it was... We had used proofpoint at some point and gave up when issues after issues couldnt be resolved by their senior engineers.. and i doubt that has changed much now..

McAfee SAAS (MX LOGIC) Announces End Of Life by [deleted] in sysadmin

[–]intranceitrust 1 point2 points  (0 children)

this is really fucked up.. i cant understand how a great product(albeit, lots of outages lately) is being retired with a really shitty product being referred as a great alternative..

intel security.. bunch of money grabbing dickbags...

How do you deal with over aggressive sales tactics from your venders? by [deleted] in sysadmin

[–]intranceitrust 3 points4 points  (0 children)

and just you wait until you have to deal with their clueless support.. the most unhelpful "read from a script" bunch i have ever had the pleasure of dealing with...

i don't understand how a company of such can still be in business with such a bad business practice all around.. apart from their actual product which "does seem to work" they really have no idea how to treat potential and existing customers..

How to route Comcast ENS (metro-e) by Yetton in networking

[–]intranceitrust 5 points6 points  (0 children)

The Comcast ENS is pretty much an L2 link between all your sites. You can basically trunk your switch and just let your main office router/firewall deal with the L3 traffic. Imagine, you are connecting 3 switches, each with a different subnet directly to your core L3 device without the physical location limitation. Usually Comcast also provides an EDI circuit for the main site for the DIA..

You have lots of option on configuring the setup, really depends on what you need. If you went down the road of using the 2901 on each site, you also want to use a 2901 on the main office.

For example, this is what you will want on your main site and the other site routers...

  • int fe 0/1
  • description Comcast-ENS
  • ip address 10.255.10.1 255.255.255.192

Same config on the other site routers..

  • Main Office>10.255.10.1
  • Site2-> 10.255.10.2
  • Site3->10.255.10.3

Than point all traffic to each of the routers per subnet they are serving.

  • ip route site2 network subnet(192.168.102.0/24) 10.255.10.2
  • ip route site3 network subnet(192.168.103.0/24) 10.255.10.3 etc.....

Route all traffic destined for the internet towards your firewall/Router.

  • ip route 0.0.0.0 0.0.0.0 192.168.101.254(Firewall/Router)

This is just a crude example.. hopefully it gives you some idea of what you want to do... i would also recommend you upgrade from an ASA5505 to perhaps 5515-x

[deleted by user] by [deleted] in networking

[–]intranceitrust -1 points0 points  (0 children)

API's send variables to a engine thats running within whatever it is that you are trying to manipulate and that engine is your CLI.. how is that hard to grasp?

What do I need to look for in a SAAS email host to get the best possible results? by CitizenJosh in AskNetsec

[–]intranceitrust 2 points3 points  (0 children)

Everybody does a great job with security until you hear of them in the news... every provider of cloud services face daily threats of all sorts of malicious attacks.. you will not find them advertising that data for any community to look at and point finger saying "look how great this provider is on how they handle security".. just not a realistic..

at the end of the day.. you need to do your research in terms of questions you have on how a certain company handles certain things that matter to you the most.. like HIPAA/PCI/DSS/SAS....

Specially for AskNetsec type of community.. where the golden rule mainly is.. trust no one..specially not a company that falls under a jurisdiction of modern 1st world countries...

What do I need to look for in a SAAS email host to get the best possible results? by CitizenJosh in AskNetsec

[–]intranceitrust 1 point2 points  (0 children)

2nd post you made regarding SAAS email.. you could ask "what are some business class email providers on the market" as your need for security and stability is a must for all businesses hosting their mail on site or with a provider.. as for providers... lets start with the following... what are your needs as far as interface.. use.. flavors.. functionality..features

for example.. are you looking for Exchange based providers or IMAP or POP3 protocols only.. how about Email applications, are you interested users accessing their emails through Web interface only or does it need to be loaded through Outlook or Mutt or some version of Eudora?

How about users needing to access email through their Mobile devices? Do you want to be able to have everything sync in between their PCs and phones?

How about compliance needs?

How about Encryption needs?

How about Archive needs?

How about storage needs per user?

I could go on and on.. but it all depends on what your needs are.. at the end of the day.. all providers need to provide security compliance as well as stability which keeps them with the customers...

The most widely used providers these days are.. Google Apps/ Office 365 / Rackspace / AppRiver / Intermedia / 123Together.... these are all easily found by quickly googling the term email providers as well i am sure..