Showing posts with label Network. Show all posts
Showing posts with label Network. Show all posts

Friday, October 23, 2020

MX-100 1:many NAT not working as expected

1:many NAT on MX-100 not usable for zoom connector or barracuda spam firewall

I have discovered that the 1:many meraki NAT implementation will always send outgoing traffic on the primary public IP instead of the IP assigned to the 1:many NAT rule.
 
I have spend hours on trying to find out why I am not able to use these two NAT services:
 

  1. zoom meeting connector which should  be  possible to configured using 1:many NAT unfortunately not on meraki MX-100 device:
    https://support.zoom.us/hc/en-us/articles/204898919-Configure-Meeting-Connector-Controller-Port-Forwarding
    The solution to this is not to use 1:many NAT rule and use 1:1 NAT unfortunately this will require two public IPs or more if you add other zoom on-premise services.
     
  2. barracuda spam firewall and exchange server.
    I decided to offload some traffic from the barracuda firewall for traffic which is not related to SPAM checking and use the build in 1:many NAT instead of 1:1 on the MX-100.
    This resulted in outbound email be send using the primary IP instead of the assigned 1:many NAT
    This will result in SPF verification to fail and outgoing email be rejected from outside servers.
    Had to revert back to 1:1 NAT and deal with occasional overload on barracuda firewall due to web traffic.
     
    cheers

Thursday, April 5, 2018

Wired 802.1x authentication with MS RADIUS server and Meraki switch

 Group policy:

 

NPS configuration:

  1. add all switches under RADIUS clients

    You will have to use the same shared secret on switch RADIUS authentication
  2. Create new (or edit existing) Connection Request Policy
    Use all default only add condition NAS Port Type “Ethernet”
  3. Create new Network Policy:



    * under NAS Port Type select ETHERNET

  4. On the Meraki switch access control configure new policy:
  5. Assign the policy to individual ports:

Wednesday, April 26, 2017

Windows 10 Auto login in domain

 

Deploy using registry:
REG ADD “HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon” /v AutoAdminLogon /t REG_SZ /d 1 /f
REG ADD “HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon” /v DefaultDomainName /t REG_SZ /d *your domain* /f
—-if local domain is needed use “.” (without the “)
REG ADD “HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon” /v DefaultUserName /t REG_SZ /d *User* /f
REG ADD “HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon” /v DefaultPassword /t REG_SZ /d *password* /f
—If using special character use ^ before it

To remove:
REG delete “HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon” /v AutoAdminLogon /f
REG delete “HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon” /v DefaultDomainName /f
REG delete “HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon” /v DefaultUserName /f
REG delete “HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon” /v DefaultPassword /f

Friday, June 10, 2011

Cooling the datacenter

 If you had to work in air-conditioned datacenter and or directly next to it you know how much noise all the machinery can generate.

To be green it would be nice to setup datacenter with low energy consumption servers with passive cooling as well as no air-conditioning.

this solution should help with the no air-conditioning cooling part: http://arstechnica.com/business/news/201…nology.ars

And this is Facebook approach: http://www.matternetwork.com/2011/4/face…server.cfm

Saturday, June 4, 2011

High Density WiFi Deployment

 Brick  High Density WiFi Deployment

Researching options:

1. 25 Cisco access points with controler
http://www.cisco.com/en/US/products/hw/w…ducts.html
2. 25 Meraki access points with cloud based controler
http://meraki.com/products_services/enterprise
3. 25 Ruckus access points new design with 16 antennas and ZoneDirector controller hardware/ software.
600 per unit,Power injector 50, 25 aps controller 1125 4000
560 yearly support
http://www.ruckuswireless.com/enterprises/education
Controller: http://www.ruckuswireless.com/products/controllers
4. 12 Xirrus access points new design with 4,8 or 16 access points in one device with on board controller and controlled using XM-3300-CC server appliance or software version on existing server. Price ~ 750 per radio. If one unit has 4 access points the price would be 4 x 750.
http://xirrus.com/products/arrays-80211abgn.php
Controller: http://xirrus.com/products/management.php

Nice comparison of Ruckus and Cisco on tomshardware.com

How to Fix ADSelfService Plus SSL Path Errors (GoDaddy P7B Guide)

If you manage ManageEngine ADSelfService Plus on Windows Server 2022 and rely on GoDaddy for your SSL certificates, you have likely run ...