Thanks to:
Oisin McGuinness <oisin_at_sbcm.com>
John P Speno <speno_at_isc.upenn.edu>
Ron Parker <rparker_at_brazosport.cc.tx.us>
Oisin pointed out that I would need to turn on ip forwarding if is wasn't (it
wasn't)
"sysconfig -q inet |grep forward
If the answer is
ipforwarding = 0
then you need to turn it on; read the man pages for sysconfig/sysconfigdb
etc to read how to do this, or run dxkerneltuner.
"
John reminded me to RTM, and handed me this URL:
<URL:
http://tru64unix.compaq.com/faqs/publications/base_doc/DOCUMENTATION/V
40F_HTML/APS2SDTE/NTCHPXXX.HTM#router-config>
and Ron pointed me to the route man page.
I won't get to test this until tomorrow, but I think these are correct.
The original question follows:
I have a situation where I want to use a Tru/64 box running V4.0f to move data
between two networks and I am not sure how to set it up.
I want to make all traffic received on one network card (an ATM card) with an
address of 192.168.1.1 be sent out on the other network card with an address of
10.0.0.1 . And vice-versa. In other words I want to forward packets between
the two networks.
I am not sure how to set this up using routing tables or whatever.
I suspect I am making this more complicated in my own mind than it needs to be,
but it seems that routing statements like:
route -net 192.168.1.0/24 whatever
just won't do it..
Any help would be appreciated.
Regards,
Bruce
+--------------------------------------+
Bruce B. Platt, Ph.D.
Comport Consulting Corporation
78 Orchard Street, Ramsey, NJ 07446
Phone: 201-236-0505 Fax: 201-236-1335
bbp_at_comport.com, bruce_at_ bruce.platt_at_
OR, bruce_at_bbplatt.com
Received on Wed Sep 27 2000 - 15:35:35 NZST