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?
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.
Dear Gary,
Thank you for your attention.
Your answer was very helpful.