Posted On March 31, 2019

Network Dual Routers

kimconnect 0 comments
blog.KimConnect.com >> Networking >> Network Dual Routers
Netopia 4622 interfaces:
- Outside 66.x.x.221
- Inside 66.x.x.97 /29
- Config: NAT off, DHCP on (serving only 66.80.41.98 to inside interface)

Netgear VPN Router
- Outside 66.x.x.98 /29 (DHCP client)
- Inside 192.x.x.1
- Config: NAT on, DHCP on (serving inside clients)

/29 bits subnet masks give 8 available IP addresses. Megapath ISP has used an "RNET Block" to segregate managed router network. Here's the final topology:

Netopia outside IP: 66.x.x.221
IP Block:
66.x.x.96/29
Gateway IP (LAN side of netopia):
66.x.x.97
Subnet Mask:
255.255.255.248
Useable IP's:
66.80.x.98 - Netgear Router
66.80.x.99
66.80.x.100
66.80.x.101
66.80.x.102

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

DDWRT Open DNS

1. Setup an OpenDNS account and associate it with your ipchicken.com address2. Setup DNS masquerading:Services…

Dev Environment Technitium DNS Server

Windows: $technitiumPortableDownload="https://download.technitium.com/dns/DnsServerPortable.zip"$tempDir="C:\Temp"; $extractionDir="C:\Technitium" $destinationFile = "$tempDir\DnsServerPortable.zip"; try{[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12}catch{} New-Item -ItemType Directory -Force -Path $tempDir…

Setup PXE Client Booting for Microsoft Deployment Toolkit with Multiple VLANs

Part A: Configure Clients Ensure that machines on the network would boot on a predetermined…