Mobile IPv6
Click on the red underlined text to get to the source
... Mobile IPv6 Support
* Providing support for some aspects of Mobile IPv6 especially
dealing with the IPv6 Mobile Home Agent ...
... o Parameter Problem (Type 4) - Code 0
Mobile IPv6 messages that are needed to assist mobility:
o Home Agent ...
... Router Renumbering (Type 138)
Mobile IPv6 messages that are needed to assist mobility:
o Home Agent ...
... A.14. Mobile IPv6 Messages ...
... firewalls to
reach the home agent in order for Mobile IPv6 to function. The two
Mobile prefix ...
... are normally resident on the site from behaving as mobile nodes by
dropping Mobile IPv6 messages from these nodes.
...
... filtering rules for
the Netfilter system. The script is targeted at a simple enterprise
site that may or may not support Mobile IPv6.
#!/bin/bash
...
... LINK_LOCAL_ADDRS=0
# Configuration option: Change this to 0 if the site does not support
# Mobile IPv6 Home Agents - see Appendix A.14
export HOME_AGENTS ...
... AGENTS_PRESENT=1
# Configuration option: Change this to 0 if the site does not support
# Mobile IPv6 mobile nodes being present on the site -
# see Appendix A.14
...
...
# MOBILE IPv6 MESSAGES
# ====================
...
... # ====================
# If there are mobile ipv6 home agents present on the
# trusted side allow
...
