Skip to content

Instantly share code, notes, and snippets.

@rbaas293
rbaas293 / pfSense-Fix-Strict-NAT-Type.md
Last active March 9, 2023 19:18
How To Open Your NAT Type For Xbox Multiplayer.

Find the Mac Adress of your Xbox One(s)

  1. Go to Settings -> Network Settings
  2. Go to Advanced Settings. Here you will see your Wired MAC and Wireless MAC
  3. Copy these down, noting the corisponding xbox nickname.

Make an alias for your Xbox One(s)

  1. First check what your dynamicly allocated IP range is.
  • In pfsense go to Services -> DHCP Server. Under General Options you will see a user defined Range.
@Scarygami
Scarygami / cast_init.html
Created February 4, 2014 12:01
In an ideal world where everyone is running Chrome with the Chromecast extension installed things would be easy. But since this isn't the case here are some checks you might want to perform on your Chromecast-enabled website to make sure the behaviour isn't broken for other users.
<!DOCTYPE html>
<html>
<head>
<title>Chromecast init</title>
<script src="https://www.gstatic.com/cv/js/sender/v1/cast_sender.js"></script>
</head>
<body>
<div id="message"></div>
<script type="text/javascript">