08-21-2015 06:46 AM - edited 03-05-2019 02:07 AM
I am an Cisco CCNA but has not work routers in a long time.
I need to get 2 basic setups done
1 - Configure 2 ports (1 wan DHCP, 1 Lan 192.168.11.1 255.255.255.0) and make Lan acces Wan
2 - Setup VPN server service on this device for Device to Device Networking.
So far I have...
interfaces GigabitEthernet 0/0/0
Ip Address DHCP
Autonego
Interfaces GigabitEthernet 0/0/1
Ip Address 192.168.11.1 255.255.255.0
Autonego
ip route classless
ip route 192.168.11.0 GigabitEthernet 0/0/0
I though this was enough but this does not work.
Can some one help?
08-21-2015 05:37 PM
If I have some more time later I can go into VPN config.
For the first half of this...
You're missing three obvious things:
I would recommend reorienting yourself with IOS before diving into production environments, get a cheap router and play with it at home because VPN and ZBF config can get complicated.
Cisco Configuration Professional may also help you initially, it's a GUI based config tool. It can make config messy, so I wouldn't recommend it in the long run.
Beyond the above that IP route to 192.168.11.0 doesn't make sense, so I would remove it. Keep in mind that routers add connected routes to their routing table.
Hope this gives you a starting point to work off of.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide