B. Publish an address as part of a static route.
When a route for an IPv6 address on a given Ethernet interface is created, IPv6 should already
be enabled for the interface which means that IPv6 neighbor discovery is operational.
Optionally,
Proxy Neighbor Discovery
(Proxy ND) can also be enabled for an IPv6 route so that
all or selected interfaces will also respond to any neighbor solicitations for the route's
network.
An example of using this second method is given below.
Example 3.13. Adding an IPv6 Route and Enabling Proxy ND
Assume that a route needs to be in the
main
routing table so that the IPv6 network
my_ipv6_net
is routed on the interface
If1
where that interface already has IPv6 enabled.
In addition, proxy neighbor discovery for
my_ipv6_net
needs to be enabled for the
If3
interface.
Command-Line Interface
First, change the CLI context to be the
main
routing table:
gw-world:/> cc RoutingTable main
Add the IPv6 route:
gw-world:/main> add Route6 Network=my_ipv6_net
Interface=If1
ProxyNDInterfaces=If3
Lastly, return to the default CLI context:
gw-world:/main> cc
gw-world:/>
Web Interface
1.
Go to: Network > Routing > Routing Tables > main > Add > RouteIPv6
2.
Now enter:
•
Interface: If1
•
Network: my_ipv6_net
3.
Go to: Proxy ND and move the interface
If3
from Available to Selected
4.
Click OK
Troubleshooting IPv6 with ICMP Ping
The CLI command
ping
can be used for both IPv4 and IPv6 addresses. For example:
gw-world:/> ping 2001:DB8::2
This provides the means to determine if an IPv6 host is reachable and responding.
Chapter 3: Fundamentals
161
Summary of Contents for NetDefendOS
Page 30: ...Figure 1 3 Packet Flow Schematic Part III Chapter 1 NetDefendOS Overview 30 ...
Page 32: ...Chapter 1 NetDefendOS Overview 32 ...
Page 144: ...Chapter 2 Management and Maintenance 144 ...
Page 284: ...Chapter 3 Fundamentals 284 ...
Page 392: ...Chapter 4 Routing 392 ...
Page 419: ... Host 2001 DB8 1 MAC 00 90 12 13 14 15 5 Click OK Chapter 5 DHCP Services 419 ...
Page 420: ...Chapter 5 DHCP Services 420 ...
Page 573: ...Chapter 6 Security Mechanisms 573 ...
Page 607: ...Chapter 7 Address Translation 607 ...
Page 666: ...Chapter 8 User Authentication 666 ...
Page 775: ...Chapter 9 VPN 775 ...
Page 819: ...Chapter 10 Traffic Management 819 ...
Page 842: ...Chapter 11 High Availability 842 ...
Page 866: ...Default Enabled Chapter 13 Advanced Settings 866 ...
Page 879: ...Chapter 13 Advanced Settings 879 ...