× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



-----Original Message-----

Here's an example, I have multiple IP addresses - one for the i, and the rest for the domino servers hosted on that i.
Internet Subnet Line
Address Mask Description
10.10.1.81 255.255.255.0 LANLINGB
10.10.1.123 255.255.255.0 LANLINGB

...
They are all on the same subnet.
They may talk to clients, etc on various subnets.
Network guy wants special subnet that is running barcode printers to only talk to 10.10.1.211 which is the i, not the Domino servers.
How would I set up that route?


Where the barcode printers are in 10.10.3.x and your default gateway is 10.10.1.1 (since you didn't specify)

ADDTCPRTE RTEDEST('10.10.3.0')
SUBNETMASK('255.255.255.0')
NEXTHOP('10.10.1.1')
BINDIFC('10.10.1.211')
DUPRTEPTY(9)

DUPRTEPTY is a number from 1 to 10 with 10 being the highest priority. Check the routing table to be sure of the number you want to use.
--
Sean Porterfield

This email is confidential, intended only for the named recipient(s) above and may contain information that is privileged. If you have received this message in error or are not the named recipient(s), please notify the sender immediately and delete this email message from your computer as any and all unauthorized distribution or use of this message is strictly prohibited. Thank you.

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.