I have a need to have multiple IP addresses available on my system to work with a piece of software.
I have a DHCP address for my LAN connection, a DHCP address for the VPN *virtual* interface to get back to the Company LAN across the *wilds* of the internet and I have the MS-Loopback adapter loaded so that I can simulate a number of applications at different IP addresses.
Just FYI -
LAN DHCP NIC = 10.1.1.1
VPN Virtual NIC = 192.1.1.1
Local-Area_connection ( Loopback ) 172.16.1.1 - 172.16.1.99
( can have up to 99 virtual application like Virtual WEB hosting... )
The Problem:
When I boot the system associates the LAN interface and the IP it gets using DHCP with my-hostname.network.com
If I load(enable) the VPN software OR the LoopBack adapter
If I ping myself I get the *new* IP as my-hostname.network.com
With UNIX you have configuration files where you can specify
NETWORK-INTERFACE = Hostname
Hostname = IP-Address
Is there any way to do this in Microsoft land...
I have a DHCP address for my LAN connection, a DHCP address for the VPN *virtual* interface to get back to the Company LAN across the *wilds* of the internet and I have the MS-Loopback adapter loaded so that I can simulate a number of applications at different IP addresses.
Just FYI -
LAN DHCP NIC = 10.1.1.1
VPN Virtual NIC = 192.1.1.1
Local-Area_connection ( Loopback ) 172.16.1.1 - 172.16.1.99
( can have up to 99 virtual application like Virtual WEB hosting... )
The Problem:
When I boot the system associates the LAN interface and the IP it gets using DHCP with my-hostname.network.com
If I load(enable) the VPN software OR the LoopBack adapter
If I ping myself I get the *new* IP as my-hostname.network.com
With UNIX you have configuration files where you can specify
NETWORK-INTERFACE = Hostname
Hostname = IP-Address
Is there any way to do this in Microsoft land...