About 548,000 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. Why is the Windows routing registry value IPEnableRouter = 1 no …

    Aug 27, 2024 · If you set the following registry value to enable routing in Windows, the value disappears after a reboot and routing is not enabled. …

  3. 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 …

  4. 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 …

  5. "route" sub-command does not exits in "ip" command on Cisco 2960-S

    May 31, 2016 · I like to use SVI feature and set 192.168.1.254 ip address for interface VLAN 1, 192.168.2.254 for interface VLAN 2 and so on, but I can not ping 192.168.X.254 from the device …

  6. How can I enable packet forwarding on Windows? - Server Fault

    Sep 3, 2018 · In the Linux system, we can use bellow command to enable packets forwarding: ~ # sysctl net.ipv4.ip_forward=1 net.ipv4.ip_forward = 1 but how can I realize the same function in Windows? I …

  7. 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?

  8. From specific source IP to specific destination IP with ip route or ip ...

    May 15, 2019 · I know that the IP alias are written as: eth0:1, though. It is set a speed throttling to 10Mbps per IP (or Mac Addr, I do not know yet) and I am studying its bypassing for a well intentioned …

  9. 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:...

  10. networking - How to route different traffic thru different network ...

    Dec 9, 2009 · windows networking ip routing local-area-network Share Improve this question edited Dec 1, 2021 at 16:20