Fortinet black logo

Configure routes between the NIC and the voice and data VLANs

6.0.0
Copy Link
Copy Doc ID c3e8dad8-dae0-11e9-8977-00505692583a:502952
Download PDF

Configure routes between the NIC and the voice and data VLANs

  1. On the computer NIC, open the command prompt and enter the following to establish a new route to the voice VLAN.

    Note that the command should not be copied and pasted.

    Route –p add 192.168.100.0 mask 255.255.255.0 192.168.1.1

    Where:

    • Route: Establishes a new route.
    • -p: Makes a permanent change; will not be removed if the PC is rebooted.
    • 192.168.1.1: Default gateway for this route.
  2. Enter the following to establish a new route to the data VLAN.

    Note that the command should not be copied and pasted.

    Route –p add 192.168.200.0 mask 255.255.255.0 192.168.1.1

Configure routes between the NIC and the voice and data VLANs

  1. On the computer NIC, open the command prompt and enter the following to establish a new route to the voice VLAN.

    Note that the command should not be copied and pasted.

    Route –p add 192.168.100.0 mask 255.255.255.0 192.168.1.1

    Where:

    • Route: Establishes a new route.
    • -p: Makes a permanent change; will not be removed if the PC is rebooted.
    • 192.168.1.1: Default gateway for this route.
  2. Enter the following to establish a new route to the data VLAN.

    Note that the command should not be copied and pasted.

    Route –p add 192.168.200.0 mask 255.255.255.0 192.168.1.1