Community Record
1029
Posts
1061
Kudos
70
Solutions
Badges
Aug 22 2019
1:54 PM
2 Kudos
I'm tending more towards using MFA if it must be publically accessible. Duo even offers it for free for up to 10 users. https://duo.com/ https://duo.com/docs/rdp Note you can also use Duo MFA for local Windows authentication as well if you want.
... View more
Aug 21 2019
12:13 AM
Hi All, Thanks for all the replies. I think I answer my own question. Thanks Dave
... View more
Aug 19 2019
12:22 PM
2 Kudos
There isn't any API feature for this from the latest list of available APIs
... View more
Aug 16 2019
4:25 PM
2 Kudos
We tend to do a lot of experimenting. We have both Google Authenticator setup (easy), and SAML against Azure AD (difficult to setup) - and we have MFA enabled for Azure AD, so that uses the Microsoft Authenticator. NPS+Azure AD MFA is a pain because of the lack of logs and diagnostics when things go wrong. If you want MFA for client VPN use a third party solution, like the Duo RADIUS server. If you want to enable "global" MFA for the Dashboard use a third party SAML provider like DUO. You can also use AzureAD if you don't mind doing a bit of extra setup work and Googling. We use AzureAD because we already use Office 365, and it was more convenient to have the one system for everything.
... View more
Aug 15 2019
11:30 AM
1 Kudo
So MS acts a bit like Portfast, just with less risk of loop and a bit more intelligence.
... View more
Aug 14 2019
2:12 AM
I'm patiently waiting for the mailman each day 🙋♂️👨✈️!
... View more
Aug 13 2019
7:07 AM
2 Kudos
Amazing @vassallon! It is always nice to see UAF get a little shout out!
... View more
Aug 12 2019
1:58 PM
Thanks for opening the case. The more people that do that, the better the firmware will be for everyone 😃
... View more
Aug 9 2019
5:24 PM
1 Kudo
Hello, As mentioned you will get a more rich experience and fully featured SD-WAN using an MX. However, if all you’ve got is an MS250, I will note one feature you might be able to leverage, which would be ECMP routing. If both upstream gateways can run OSPF and if they both can advertise a default external route (0.0.0.0/0) to the MS250 with the same cost, the MS250 will load balance traffic to both gateways using ECMP. It is purely active/active and won’t provide as much flexibility as an MX (nor will it do NAT), but it is a possible configuration to use in a pinch.
... View more
Aug 7 2019
6:21 AM
No, I totally use Google. Usually when I want to check both the official documentation and the forum at once, and see if maybe Reddit or Server Fault has something useful to say. Usually the answer is in the official docs or here, though. I need to experiment with the baked-in forum search.
... View more
Aug 6 2019
9:41 AM
I thought that was going to be the case but was hoping I was wrong :). Thank you!
... View more
Aug 5 2019
9:10 AM
1 Kudo
@Hubble Glad to have helped, I know it can be tricky to find those blocked devices until you know the trick of looking for devices with a policy.
... View more
Jul 31 2019
8:47 AM
Your VPN traffic won't be sent unencrypted. It'll be encapsulated within the IPSEC tunnel. Setting encryption to optional has to do with how the user name/password is transmitted. Win10 does not support -Encryption Required for PAP or CHAP. So it assumes that -Encryption Required is correct, and will eventually change your password protocol to EAP and MS-CHAPv2. Then you get tickets about "broken" VPN connections. When you created the account with PowerShell using -Encryption Required, you should have seen an error like this: Add-VpnConnection -name Testbob -ServerAddress testbob.com -TunnelType L2tp -EncryptionLevel Required -L2tpPsk testbob -AuthenticationMethod pap
Add-VpnConnection : The current encryption selection requires EAP or MS-CHAPv2 logon security methods. PAP and CHAP
do not support Encryption settings 'Required' or 'Maximum'. : The parameter is incorrect.
At line:1 char:1
+ Add-VpnConnection -name Testbob -ServerAddress testbob.com -TunnelTyp ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (AuthenticationMethod:root/Microsoft/...S_VpnConnection) [Add-VpnConnec
tion], CimException
+ FullyQualifiedErrorId : WIN32 87,Add-VpnConnection
... View more
Jul 30 2019
5:47 PM
Awesome! Glad I could help, this was a super hard problem to troubleshoot (for me), so I am glad the ISP took responsibility (they usually don’t) 😄
... View more
Jul 30 2019
3:06 PM
Now I feel dumb! I could've sworn it was in the help menu. Anyway, I will make a wish now 😄 Thanks for the headsup!
... View more
I have Hostname Visibility enabled, but unfortunately it doesn't provide much info. I only see gigs of traffic coming from iTunes without any additional informations. Thank you for tour answer !
... View more
Jul 28 2019
1:50 PM
Nice one @AjitKumar its always nice to know more about the members of the community.
... View more
Jul 26 2019
7:13 AM
Not at the moment. I have wanted access to that information too. I have a script that builds a spreadsheet for each organization that looks a lot like the page you get when you pull up the license information in the dashboard. The data about the license status and the counts you can get from the call I referenced before. The actual license keys displayed under License History is not. I have send multiple wishes for access to this information.
... View more
Jul 19 2019
5:01 PM
1 Kudo
It's pretty bad that the remote end can't handle a NAT-T negotiation. There really should be no reason to ever disable this option.
... View more
Jul 19 2019
12:35 AM
1 Kudo
hi guys, the contest is running well and still 2 weeks left to get some points. Lets push it a little bit more and earn some points. Wish all good luck and thanks again for this oppurtunity!! Best Regards
... View more
Jul 18 2019
2:21 PM
1 Kudo
Thanks for all the help! Here's what I came up with. myvlans = meraki.getvlans(apikey, networkid, suppressprint=False) vlanid = 100 myipassignments = {newmac: {'ip': myip, 'name': name}} for vlan in myvlans: if vlan['id'] == vlanid: vlan['fixedIpAssignments'].pop(oldmac) vlan['fixedIpAssignments'][newmac] ={'name': name, 'ip': myip} meraki.updatevlan(apikey, networkid, vlanid, name=None, subnet=None, mxip=None, fixedipassignments=vlan['fixedIpAssignments'], reservedipranges=None, vpnnatsubnet=None, dnsnameservers=None, suppressprint=False) It works great, but while I was testing I noticed a slight quirk. I was swapping old mac and new mac back and forth, but changing the name so I could be sure things were changing, but the UpdateVLAN function doesn't change the name. It will set the name if it's a new MAC, but if you are recycling a MAC it will retain the name it had originally. You have to use the dashboard to actually change the name. Shouldn't *really* be an issue, but it could be a quirk if you are trying to write a script that adds more description to reservation names. (I like to use CompName-Username, but previous admins didn't follow this method, so I wouldn't be able to write a script to normalize this naming scheme.) Also, it seems like sometimes it will change the name and other times it won't...can't really figure out what the reason is behind it.
... View more
Jul 17 2019
2:09 PM
2 Kudos
hi Fixed using https://community.meraki.com/t5/Security-SD-WAN/VPN-DNS-Host-name-Not-FQDN/m-p/14512#M3547 this forum is almost as good as the Meraki itself!!
... View more
Jul 17 2019
1:09 AM
1 Kudo
this is exactly what the setup is like. I have asked the quesion and it turns out that on port 2 of the ISP switch/router is where you get the RFC1918 space address. On port 4 i have a public ip range and i can configure it manually and it is working thank you
... View more
Jul 15 2019
3:03 PM
2 Kudos
On the videos I checked they are all using the same CDN. So I would block that. Not sure if that will also change every day, but it is worth a shot. Also it seems like the service won't work without authenticating, when doing that it is doing it via the same primary domain (4kmovies.online) I would assume changing domains daily with DNS propagation and changing the location of the authentication service everyday has to be time consuming. Also IP range they are currently using is 104.31.77.0-104.31.77.255 and located in Chicago behind Cloudflare. I thought maybe you could try a block from a country outside if yours, but looks like that won't work. cdn.4kmovies.online
... View more
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
5262 | Jun 30 2020 9:41 AM | |
13149 | Jun 25 2020 6:34 AM | |
2144 | Jun 8 2020 3:30 PM | |
4672 | Jun 4 2020 6:56 AM | |
4435 | May 26 2020 8:26 AM | |
2077 | May 18 2020 9:10 AM | |
4018 | Apr 3 2020 11:18 AM | |
8760 | Mar 26 2020 2:05 PM | |
4658 | Mar 23 2020 5:59 PM | |
13568 | Mar 19 2020 7:27 AM |
My Top Kudoed Posts
Subject | Kudos | Views |
---|---|---|
7 | 20533 | |
7 | 11292 | |
6 | 8023 | |
6 | 7013 | |
6 | 48546 |