I have a 1841 I'm trying to configure as a VPN server to access a Windows domain-based network from the Internet.
The key points:
1) the WAN Ethernet interface
_must_ be configured as a DHCP client of the ISP. They do not assign true statics.
2) I'd much prefer that my VPN clients receive their settings via the DHCP server on the Windows domain controller on the LAN.
I can do one or the other, but not both. The reason boils down to having to use "ip dhcp-server" to specify the LAN DHCP server for the VPN, and when I do that, the WAN Ethernet interface cannot receive its assignment from the ISP.
I've been talking to Cisco support, but the people I'm getting seem to have trouble understanding the problem, let alone resolving it. They say things like IOS can't do point 2, which I've done for years.
A bit more detail:
Configuring a DHCP server for _serving_ my VPN clients:
ip dhcp-server x.x.x.x interface Virtual-Template1 peer default ip address dhcp
COnfiguring my Ethernet WAN interface to act as a DHCP _client_ of my ISP:
ip dhcp-server y.y.y.y interface FastEthernet0/1 ip address dhcp
Unfortunately, it appears it never occurred to Cisco's developers that a router might play both roles. The command "ip dhcp-server" has two uses which conflict with each other.
I've looked at helper-address stuff, but it appears to be quite inappropriate.
Anybody got any ideas for a workaround?
/kenw Ken Wallewein K&M Systems Integration Phone (403)274-7848 Fax (403)275-4535 snipped-for-privacy@kmsi.net
formatting link