Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I am having a problem with my 2821. I am trying to have my connecting cleint on VPN use a dhcp scope on a windows 2003 server. If I have the cleint connect with a fixed ip everything works fine. However when you ask to use a dhcp address the client t...
One this i noticed was your vpn was pointed at the wrong network. You have this in your config:interface Virtual-Template1 ip unnumbered FastEthernet0/0It should be:interface Virtual-Template1 ip unnumbered FastEthernet0/0/2That may fix you up. Giv...
After much searching I found one of the problems. DHCP was not working because it was requesting from the wrong interface. In the configuration listed above this is shown:!interface Virtual-Template1 ip unnumbered GigabitEthernet0/1It should have bee...
Here is the iformation in the DHCP log from the server.10,01/22/09,13:51:17,Assign,10.4.20.29,EXTREMENET.extreme.eng,72737465656765,12,01/22/09,13:51:23,Release,10.4.20.29,EXTREMENET.extreme.eng,72737465656765,As you can see it does get an ip but doe...