so, i'm working proprietary device in don't have direct control on device's network gateway setting. learned pulls gateway setting dhcp options set on network.
our network built on aws, inside vpc. i'm thinking of updating dhcp options, doesn't seem have setting gateway (image shows available options). know if there's way specify gateway aws vpc?
the device connected our cloud through virtual private gateway.
as far i'm aware, not possible within amazon vpc, use dhcp of ip assignments within vpc subnet, static ip addresses assigned using elastic network interfaces, work in same way dhcp reservation. amazon support able confirm though, i'd suggest contact them.
but can specify gateway subnet in aws vpc.
your next-best solution create virtual network on windows box, using loopback adapter. can create dhcp scope on network, , dual-home box.
to create nic using loopback driver (from link above):
start -> computer -> right-click, properties -> device manager -> computer name, right-click, add legacy hardware -> next -> install hardware manually select list -> next -> network adapters -> microsoft on right, loopback adapter on left -> next
if using linux box refer guide might help.
http://imsudo.com/how-to-configure-loopback-interface-in-linux-windows/
once have 2 functioning networks, should relatively straightforward configure rras clients receive dhcp address virtual scope , route internet via amazon vpc's default gateway.
Comments
Post a Comment