Networking Woes

The art of setting up Comcast

Networking Woes

The art of setting up Comcast

Let me start off by saying unequivocally and without any shadow of a doubt: I am not a networking expert. Although I understand all the constructs of the web and most all of the requisite information pertaining to how computers and the internet communicate as well as the nuances of local and public networks.

My real deep protocol knowledge extends mostly into the realm of software development and how bits/bytes are consumed over the wire. I, for one, found it absolutely fascinating how Microsoft and the .NET team built the kestrel http server. There is an awesome video where Damian Edwards discusses it here.

That, however, is a discussion slated for another day. Truly fascinating though how they’ve basically chosen to look at any given http request like a sequence of float values to avoid string allocations.

However, I digress, Today is mainly about 2 things:

  1. Venting
  2. Helping guide anyone who is running into the same/similar issues with Comcast.
  3. Venting

(Lest we forget one of the hardest problems in Computer Science–Off By One errors)

Comcast Default Behavior

So to get on with it: naturally the Comcast modem default behavior is to be extremely confusing. Our public, static IP address from Comcast here is 96.xxx.xxx.9 (blocking some for safety/privacy). One might expect the Comcast firewall to show this IP with the .10 Gateway, or something similar. Instead, we get this:

Comcast IP

In case anyone missed that: for some reason I am unable to explain, if you have purchased a static IP or a group of IP’s from Comcast your router actually gives off your Default Gateway as your Public IP and your Comcast Business Router will have a Default Gateway referencing some other point or thing on their network (presumably where, in this case, our /30 routes through).

After several visits and phone calls with Comcast, no engineer was able to reliably explain it to me either. I’ve moved on to the acceptance stage of my grief.

Setting up your own Router

All that said, this seemingly small thing has an interesting and convenient side effect.

Since none of the public IP’s are in use, any new router you may want to plug in on the inside of it can use any of your available static IP addresses and the Comcast modem is able to stay up and 100% functioning if you so choose (to partition your network, for example).

Now this is where it gets confusing, especially for me–this is because very often we are being dragged into an environment that we are not familiar with, did not set up, and/or there is no one available with the technical information (static IP range, subnet mask, etc) you actually need to set it up.

To make matters worse, you always run the risk of receiving bad information from Comcast should you decide to call for information (Has happened to me, more than once!).

As an FYI, the router referenced and used in the specific configuration shown here is a Mikrotik Cloud Router Switch CRS125-24G which is also available in a Non-Rackmount Version.

For much more extreme loads, the Mikrotik Cloud Core Router 1009-8G-1S+ is recommended. (NOTE: This particular version requires much more granular setup & understanding of some networking beyond the scope of this article to complete setup.)

Once you do have the correct information, here is an example of how the network referenced above is set:

Mikrotik Setup

As you can see and would expect, your static IP and correct subnet mask (in this case, /30) need to be in the WAN IP Address field (this may differ or have a different name in other routers).

The default gateway which the Comcast router uses as its IP, in turn, should be the Gateway.

We choose to utilize Google and OpenDNS public DNS servers rather than Comcast’s usual defaults of 75.75.75.75 and 75.75.76.76, though in some cases using the defaults helps to avoid some issues.

Wrapping It Up

Like I mentioned before; if you follow the strategy outlined above you’ll be able to set up your new router/firewall inside of the Comcast network, utilize any one of your static IP addresses as a public, and all the while leave the Comcast Router up & running/functioning perfectly.

For security reasons, I personally turned off just about every single feature & network available on the default Comcast box once I got our Mikrotik working properly. This includes turning off all DHCP & Wireless on the Comcast modem.

In my case, I can actually get to 10.1.10.1 (Comcast Router Default IP) while on my other local network of 192.168.88.xxx.

While convenient, once you have your firewall/router properly configured inside of your Comcast box, you should have very little reason to ever need to log into it.

Your other option is if you want to partition your network into different “areas’, you could easily utilize both your Mikrotik Firewall network AND your Comcast Firewall network in tandem even if you have only one static IP address.

The Comcast Firewall will broadcast your Gateway IP while your own Firewall will broadcast your assigned Static IP.

Looking for something specific? Search.

comments powered by Disqus