Our full technical support staff does not monitor this forum. If you need assistance from a member of our staff, please submit your question from the Ask a Question page.


Log in or register to post/reply in the forum.

IPROUTE() Instruction


jtelocken Nov 3, 2015 12:17 PM

I would like to have the information, How many ROUTES can be defined with the IPROUTE() instruction.

I can define several routes after pppopen?
for example:

PPPOpen
IPRoute(pppDNS1,1)
IPRoute(pppDNS2,1)
IPRoute(pppPing,1)
IPRoute(cbkAddr,1)
IPRoute(cbsAddr,1)

or only a route to each procedure?


GaryTRoberts Nov 3, 2015 06:12 PM

You can use as many as you need. The logger will check these routes before sending IP packets. If it is listed using IPRoute, it will route the TCP/IP packet to the defined route.


jtelocken Nov 4, 2015 09:38 AM

Dear Gary,

Thank you for your attention.
Your answer was very helpful.

Log in or register to post/reply in the forum.