Windows 10: How to specify a range of IP addresses when writing a routing table?

Discus and support How to specify a range of IP addresses when writing a routing table? in Windows 10 Software and Apps to solve the problem; Hello,In order for two computers to see each other through an intermediate computer, I wrote a routing command on those two computers as below:PC-1... Discussion in 'Windows 10 Software and Apps' started by Windows.Geek, Sep 27, 2023.

  1. How to specify a range of IP addresses when writing a routing table?


    Hello,In order for two computers to see each other through an intermediate computer, I wrote a routing command on those two computers as belowHow to specify a range of IP addresses when writing a routing table? :pC-1 192.168.1.1:C:\> route ADD 172.16.1.0 MASK 255.255.255.0 192.168.1.2PC-2 172.16.1.1:C:\> route ADD 192.168.1.0 MASK 255.255.255.0 172.16.1.2The intermediary computer has two network cards. The IP address of one network card is 192.168.1.2 and the other network card is 172.16.1.2.I want all computers with IP addresses in the range of 192.X.X.X to be able to see PC-2.Thank you.

    :)
     
    Windows.Geek, Sep 27, 2023
    #1
  2. ruthlez Win User

    Network Routing Tables


    Hi everyone!


    I recently started using a VPN. However some websites block VPN ips so I can't visit them.
    To solve this problem I would like to add the blocked website's IP to my route table.
    It works fine on my other laptops but on my PC it doesn't seem to function. I ran the following command as an administrator in my cmd. Got the OK! feedback message but I still get blocked from visiting the website when on a VPN.


    Code:
    Code:
    Route add [website IP] [Default Gateway]


    At the bottom of this screenshot :


    How to specify a range of IP addresses when writing a routing table? 84486d1485968022t-network-routing-tables-route.png



    you can see that the IP is indeed added to the list but sadly it doesn't function. I have been suggested to reinstall my Windows 10 but was wondering if there aren't any other solutions to this problem.


    Thanks in advance!
     
    ruthlez, Sep 27, 2023
    #2
  3. IP routing table issue

    Here's my thoughts. Running a computer with two network adapters is messy. However I see your work around is to specify the gateway of last resort, where if no route is in the table it will go out that way. It seems you may have trouble with getting the
    correct DNS server reply or some sort of authentication trouble? When you are authenticating it is going out one route to a specified address. Most secure communications require some sort of handshake where it is passing secrets and replying. Maybe these
    aren't getting directed down the right way? It's also possible that the system is noticing different headers in the packets that would mess up authentication also?

    Who is your ISP? I wonder if your router runs off of freebsd and it likes the way linux is routing the traffic better? Are you trying access the servers and printers in linux and succeeding?
     
    lolarleelow, Sep 27, 2023
    #3
  4. Steevo Win User

    How to specify a range of IP addresses when writing a routing table?

    Assigning Static IP Address Range in a Router

    Shorten your DHCP range and use an address outside that range, it will still ARP the IP and add it to the table, but never allocate the IP from the open pool.


    So

    DHCP range 192.168.0.1-150

    Static IP's begin and are assigned to devices at 192.168.0.151

    Simple.
     
    Steevo, Sep 27, 2023
    #4
Thema:

How to specify a range of IP addresses when writing a routing table?

Loading...
  1. How to specify a range of IP addresses when writing a routing table? - Similar Threads - specify range addresses

  2. Not able to specify IP address

    in Windows 10 Gaming
    Not able to specify IP address: While not claiming to be an expert, I've been using Windows computers for quite a long time now and have never had any problem setting up IP addresses. In this case, I have my own local area network LAN which relies pretty heavily on using traditional Windows Networking that...
  3. Not able to specify IP address

    in Windows 10 Customization
    Not able to specify IP address: While not claiming to be an expert, I've been using Windows computers for quite a long time now and have never had any problem setting up IP addresses. In this case, I have my own local area network LAN which relies pretty heavily on using traditional Windows Networking that...
  4. Not able to specify IP address

    in Windows 10 Software and Apps
    Not able to specify IP address: While not claiming to be an expert, I've been using Windows computers for quite a long time now and have never had any problem setting up IP addresses. In this case, I have my own local area network LAN which relies pretty heavily on using traditional Windows Networking that...
  5. How to specify a range of IP addresses when writing a routing table?

    in Windows 10 Gaming
    How to specify a range of IP addresses when writing a routing table?: Hello,In order for two computers to see each other through an intermediate computer, I wrote a routing command on those two computers as below:PC-1 192.168.1.1:C:\> route ADD 172.16.1.0 MASK 255.255.255.0 192.168.1.2PC-2 172.16.1.1:C:\> route ADD 192.168.1.0 MASK...
  6. Route to the remote station with win route table

    in Windows 10 Network and Sharing
    Route to the remote station with win route table: Hello, I have three pc's: - Local PC with an ip 192.168.1.100 - Remote PC_1 with an ip 192.168.2.100 - Remote PC_2 with an ip 192.168.2.101 I would like to access remote pc_2 via remote pc_1. On the local pc and remote pc_1 i have enabled routing in the registry. Windows ip...
  7. is it possible to edit windows route table.

    in Windows 10 Network and Sharing
    is it possible to edit windows route table.: hi, is it possible to edit the windows route table. which language is required for that. thanks. 144074
  8. IPRIP was unable to add a route to the system route table

    in Windows 10 BSOD Crashes and Debugging
    IPRIP was unable to add a route to the system route table: IPRIP 29031 IPRIP was unable to add a route to the system route table. The data is the error code. System 10/15/2019 16:49:10 OS: Windows 10 Pro (64 bit) Build: 10.0.18362.175 Version: 1903 Is there a safe way to resolve this using PowerShell or not disrupting the user?...
  9. VPN routing table issues on 1809

    in Windows 10 Network and Sharing
    VPN routing table issues on 1809: I have a program using DotRas to set up a VPN connection. My program will set the VPN interface not as the default gateway and insert custom routing rules so that other programs won't pass through the VPN connection. // works before 1809 update RasEntry entry =...
  10. Network Routing Tables

    in Windows 10 Network and Sharing
    Network Routing Tables: Hi everyone! I recently started using a VPN. However some websites block VPN ips so I can't visit them. To solve this problem I would like to add the blocked website's IP to my route table. It works fine on my other laptops but on my PC it doesn't seem to function. I...