CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Posts
    4

    TCP/IP Routing table

    I development application for WindowsNT.
    How can I change default route in routing table?


  2. #2
    Join Date
    May 1999
    Location
    Atlanta, GA, USA
    Posts
    443

    Re: TCP/IP Routing table

    Hi.

    Your question is a little ambigous.
    First, when we talk about the routing table, I think
    that it is the routing table of ROUTER.
    So, its OS seems to be Unix.
    Second, multicast host can have its routing table,but multicast host
    is not generally considered.

    Your question is that you want to write the program that can
    change the routing table of the router outside or inside it?

    If you want to change the routing table outside it, you need much knowledge of network. However, if you are a administrator of the rounter, you have a chance.

    Regards.
    -Masaaki Onishi-


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured