rc.mobip6 Command
Purpose
Enables the system to function as a mobile IPv6 home agent or correspondent node.
Syntax
Description
The /etc/rc.mobip6 file is a shell script that, when executed, enables the system to function as a mobile IPv6 home agent or correspondent node. If mobile IPv6 has been configured using system management to start at each system restart, the script will be executed automatically at restart.
Flags
Item | Description |
---|---|
-F | Disables IPv6 forwarding. |
-H | Enables the system as a Mobile IPv6 home agent and correspondent node. If this flag is not used, the system will be enabled as a correspondent node only. |
-N | Stops the ndpd-router daemon. |
-S | Enables checking of IP security authentication. |
Exit Status
- 0
- The command completed successfully.
- >0
- An error occurred.
Security
You must have root authority or be a member of the system group to execute this command.
Examples
- The following example enables the system as a mobile IPv6 home
agent and correspondent node:
/etc/rc.mobip6 start -H
- The following example enables the system as a mobile IPv6 correspondent
node and enables IP security checking:
/etc/rc.mobip6 start -S
- The following example disables all mobile IPv6 and IPv6 gateway
functionality on the system:
/etc/rc.mobip6 stop -N -F
- The following example disables all mobile IPv6 functionality but
allows the system to continue functioning as an IPv6 gateway:
/etc/rc.mobip6 stop
Files
Item | Description |
---|---|
/etc/rc.mobip6 | Contains the rc.mobip6 command. |