Changes between Version 33 and Version 34 of ipv6v4config
- Timestamp:
- May 18, 2017, 9:40:55 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ipv6v4config
v33 v34 724 724 * Both should give you a reply 725 725 726 - Some troubleshooting commands 727 * You can get the routing table by following 728 {{{ 729 Router#show ip route 730 }}} 731 * To get OSPF routes 732 {{{ 733 Router#show ip route ospf 734 }}} 735 * To get ospf neighbors 736 {{{ 737 Router#show ip ospf neighbor 738 }}} 739 * To reset OSPF process 740 {{{ 741 clear ip ospf process 742 }}} 743 726 744 ==== Router Configuration ==== 727 745 Now you have complete most of the IPv4 Configurations. Go to DeptPC1 and try a ping to the DNS server (192.248.1.161). You will not get a reply. That is because your PC have a private IP. There must be a method to connect to the outside using a private IP. What we use here is adding a NAT in !BorderRt router. There are different NAT types what we use here is the method called NAT overload. In this method we can assign set of local(private) IP's and overload it to a interface with a global(public) IP. So the outside the network will see the traffic coming from local IP's as traffic coming from the global IP. Let's add this configuration to your router.