Dynamic routing indentifies other network destinations that are not connected directly but are reachable through a router. System that implement dynamic routing will become router which can forward or broadcast datagrams between network. In Solaris dynamic routing is implemented by in.routed daemon. This in.routed daemon cause a system to broadcast its own routing information to the networks. To enable dynamic routing you can use routeadm command. Below is tips to work with routeadm command.
- View current dynamis routing configurationroot@solaris-sunray # routeadmConfiguration Current CurrentOption Configuration System State---------------------------------------------------------------IPv4 routing disabled disabledIPv6 routing disabled disabledIPv6 forwarding disabled disabled...
- Start in.routed daemonroot@solaris-sunray # routeadm -u -e ipv4-routingroot@solaris-sunray # routeadmConfiguration Current CurrentOption Configuration System State---------------------------------------------------------------IPv4 routing enabled enabledIPv6 routing disabled disabledIPv4 forwarding disabled disabledIPv6 forwarding disabled disabled...root@solaris-sunray # pgrep in.routed 9469
- Start system to forward packetroot@solaris-sunray # routeadm -u -e ipv4-forwardingroot@solaris-sunray # routeadmConfiguration Current CurrentOption Configuration System State---------------------------------------------------------------IPv4 routing enabled enabledIPv6 routing disabled disabledIPv4 forwarding enabled enabledIPv6 forwarding disabled disabled
No comments:
Post a Comment