New Contributor
•
7 Messages
How to route static ip block through router to virtual machines in VMWare.
As a network administrator, I want to route traffic directed to my static ip addresses to virtual machines running on a VLAN using Virtual Switch Tagging.
- My MTA running on a virtual machine on a VLAN can deliver mail outside of my local network.
- My MTA running on a virtual machine can recieve mail from a MTA that is outside of my local network.
Additional information.
I already have a static ip setup to allow a VPN connection to my router and I have done this a couple of ways, both of which work.
Configure my router with a static ip from my static ip block.
Counfigure my router with a local ip and configure my Comcast Business router to use NAT to translate an external ip to my internal router ip.
My problem is that on my LAN, i configured a VLAN that is effectively my DMZ. From my router, I use NAT to translate an external ip a host on my VLAN and this works fine. However, I can't configure the Comcast Business router to route an external ip to my router.
External CIDR block: a.b.c.94/29
Comcast Business Router ip: a.b.c.94
Static Block: a.b.c.93 - a.b.c.89
Router WAN ip: a.b.c.93
Router LAN CIDR: w.x.y.z/24
VLAN: 101
VLAN CIDR: h.i.j.k/24
VLAN Gateway: h.i.j.1
With this setup, NAT is configured on internal router so a.b.c.89 translates to h.i.j.100 with no problem from LAN, evidenced via ping. When going outside my network I can't ping a.b.c.89. However, I can ping my Comcast Business router at a.b.c.94, and I can ping my internal router at a.b.c.93. So it seems that I need to route external ips from my Comcast Business router to my internal VLAN host. I am at a loss on how to do this.
Please advise.
Accepted Solution
Comcast_Ken
Official Employee
•
128 Messages
5 years ago
Kenemike, static routing instructions via VLAN is outside our demarcation--I recommend you reach out to your local IT to get assistance with this. We can provide steps to set up a static routing rule via LAN with a max of 8 static routes:
Use the Static Routing setup page on the Gateway to manually add that route.
Enter a Name for the router that will make the route easier to remember (has no effect on the static routing function).
Enter the Destination IP.
Enter the Subnet Mask of the destination IP.
Enter your local LAN Gateway IP address (The LAN IP assigned to the router connected to the Comcast commercial gateway).
Select Add. The new static route will be added to the static routing table.
Repeat steps 1 through 5 to add additional static routes.
Select Apply to activate the static routes.
0
0
user_Phil
Advocate
•
1.1K Messages
5 years ago
Good afternoon, Kenemike.
I appreciate you letting us know of the issues going on with your network. You have confirmed that your WAN IP address of 93 is online and pinging so we know the static is loaded correctly. Unfortunately, this would the only troubleshooting Comcast Business would be able to do as confirming the use of your usables would be passed the policy demarcation as these would be used for your personal network/devices.
0
0
Kenemike
New Contributor
•
7 Messages
5 years ago
0
0
Kenemike
New Contributor
•
7 Messages
5 years ago
0
0
Kenemike
New Contributor
•
7 Messages
5 years ago
0
0
Comcast_JosephA
Official Employee
•
276 Messages
5 years ago
The feature to set up a static route is not broken, but I can always take a closer look at your account to make sure your modem is online and that your static is loaded correctly. Are you currently trying to use NAT with your static IP?
0
0
Comcast_JosephA
Official Employee
•
276 Messages
5 years ago
My thought was, your modem will skip NAT when using a static IP and that will bypass the routing functionality of the modem. It seems like you have this covered as you are using 1:1 rules. I am sorry that additional support beyond this is past our demarcation. For me to check your services you just need to send a private message with your name, address, and phone number so I can make sure your modem looks good.
0
0
Kenemike
New Contributor
•
7 Messages
5 years ago
I am not convenced that the static route feature works on the CB router I have not been able to create any static route. That is 100% failure rate.
Failed, please try again later.
Message: Gateway IP must be reachable. Netmask must match route address.
Can you please provide a set of parameters that you believe should absolutely work?
2
0
Kenemike
New Contributor
•
7 Messages
5 years ago
Actually, I tried, but failed, using static routing from the advanced section of the CB router. This requried the following.
Assumes:
External IP CIDR: a.b.c.e/29 (5 static ip)
CB LAN: i.j.k.0/24
VLAN CIDR: w.x.y.z/29
Enable DHCP for the LAN on CB Router.
Assign Static IP to my router on the LAN: i.j.k.100 255.255.255.0
Create a static route to my internal network:
Name: Foo
Destination IP: w.x.y.0
Destiniation Subnet: 255.255.255.248
Gateway IP: i.j.k.100
Create a NAT rule for each Virtual Machine on my VLAN that needs an exposed IP on the a.b.c.e/29 block.
0