The Comcast Business IP Gateway (SMC Unit) does not have a 'bridged' mode as per se. Instead, you have a couple of choices to use instead...
1) Setup Static Routing for each of the available IPs they have assigned you. The Comcast user guide (which I have attached) explains this a bit more in detail.
2) Turn off all the filtering, DHCP and NAT/PAT functionality built into the SMC, assign one of the static IPs to the WAN interface of the router and then treat it as the default gateway on any machine that you want to assign one of your public IP's. Plug in a switch on one of the LAN ports then setup your internal network based off this switch (see code snippet for quick diagram).
Also check these reference threads/sites for additional needs:
http://forums.untangle.com
http://www.dslreports.com/
Main Topics
Browse All Topics





by: API_NOCPosted on 2009-02-19 at 13:23:28ID: 23686344
Joe B,
This is a one-shot post, so good luck.
1. Unless Comcast can convert their equipment into bridge mode for you, it looks like it cannot be done. From what searching I've done on the Internet, it is not possible to change the router you have into a bridge because of the non-standard code on it. Even if they are capable of changing the equipment to bridge mode, you will have to still follow some of #2 and #3 below.
So just go with one of these:
2. To simply accomplish your requirement, you can plug the Netgear into one of the LAN ports of the SMC and configure your wireless. Now in order for you to have all of your PCs and wireless on the same network, ALL of your devices would have to connect to the LAN ports of the Netgear, AND NOT the SMC. This is doing a double NAT, but that's okay, because you want to have wireless.
3. To avoid the double NAT, and so that you know who to call if your Netgear fails and you can no longer surf the Net, then you can use this configuration. Log into the Netgear and turn off DHCP. Make the LAN ip of the Netgear something that is on the same network as the SMC, but do not use an ip address that is already in use. For instance, you can possibly make the ip address of the Netgear LAN 10.1.10.45, mask 255.255.255.0 and gateway of 10.1.10.1. Now you can connect the Netgear LAN (one of the switch ports) to the LAN of the SMC. You will not have to change any ip addressing on your existing equipment, and your new wireless devices will connect to the same network that you have.