About 50 results
Open links in new tab
  1. Help me understand the 'ip route' command for cisco routers

    Routers look at a destination IP address in the packet and forward it to the right interface. The only reason you don't need to specify ip route commands within a router for all the interfaces that exist on …

  2. What is the difference between "route" and "ip route"?

    It's still present in many distributions for compatibility. ip route is much more powerful, it has much more functionality, and can create more specialized rules. ip route isn't needed to create a static route, but …

  3. networking - Make IP route and routing rules permanent using nmcli …

    Jan 13, 2023 · I'm unclear on the problem: after making the changes with nmcli in your second example, ip route show table dmz shows the default route via 172.21.1.1 that you created, and ip rule shows …

  4. How do I delete a route from Linux routing table - Server Fault

    From my experience, route del -host <ip> reject should work. In your specific case, route del -host 192.168.46.79 reject should do the trick. Please note that this applies to routes I manually added. I'm …

  5. Why does a VLAN have an IP address? - Server Fault

    The Layer3 switch will have IP routing/forwarding enabled if necessary. The mask basically says that the VLAN is the 192.168.4.0/24 network. It's up to you to decide if you want to actually use the …

  6. ip routing - Windows: Get the interface number of a NIC - Server Fault

    May 24, 2013 · That number can change. Is there a way to either permanently set number to a device, or use other method that will always point to the same interface between boots?

  7. Routing traffic from a bridge interface (with IP assigned) to another ...

    Feb 25, 2021 · Learn how to route traffic from a bridge interface with an IP assigned to another network on Linux systems.

  8. iptables - list all route tables - Server Fault

    Aug 8, 2014 · I need to know how to list the IDs of all route tables. For example, I can run: ip rule add fwmark 2 table 104 ip route add dev eth0 default via 192.168.3.7 table 104 A call to ip rule list shows:...

  9. linux - How to View the IP routing table - Server Fault

    Stop using the netstat and route commands, they will just confuse you and they don't have the necessary functionality anyway. To view the basic IPv4 routing table: ip route To view a specific …

  10. ip routing - How to push a gateway and route to an OpenVPN client ...

    Sep 11, 2020 · To distribute the static "server" IP's, i uncommented client-config-dir in the OpenVPN server.conf , created a config file for each server in ccd with the servers CN name as filename and …