Re: 2nd ethernet ports and Routing....

2000-06-05 Thread Warren Brown


Hello
Using the standard Solaris file /etc/netmasks
would have solved this problem also.

WB

The solution was very simple.
Only on COGEN I did the following:
Add to /etc/hosts
152.153.16.50   ROUTER

Add to /etc/defaultrouter
ROUTER

But this didn't work.
FOXBORO networks are configured as class B network.
So I added a script to /etc/fox/userapps.dat called 'routing.scr' which 
looked like this:

#!/bin/sh
#
# We have to force the netmask like this because at boot time
# FOXBORO is resetting it to class B subnet
# This is ok for the NODE BUS but not for the second ethernet card.
#
# There are two 152.153.x.x networks separated by 10.202.x.x
# who need to be able to talk to each other
# 152.153.16.x on the foxboro side of the router and
# 152.153.the.rest on the other side of 10.202.x.x
#
# This script is called from /etc/fox/user_apps.dat
#
# 17-April-2000 F.Schouten.
#
ifconfig le1 netmask 255.255.255.0




---
This list is neither sponsored nor endorsed by the Foxboro Company. All 
postings from this list are the work of list subscribers and no warranty 
is made or implied as to the accuracy of any information disseminated 
through this medium. By subscribing to this list you agree to hold the 
list sponsor(s) blameless for any and all mishaps which might occur due to 
your application of information received from this mailing list.

To be removed from this list, send mail to 
[EMAIL PROTECTED] 
with unsubscribe foxboro in the Subject. Or, send any mail to
[EMAIL PROTECTED]




RE: 2nd ethernet ports and Routing....

2000-06-05 Thread Schouten, Frits JF

Unfortunately not Warren.
I did put the netmask in etc/netmasks but at boot time the FOXBORO software 
is overwriting it, resulting to what is was before I made my changes.
Regards,
Frits.

 -Original Message-
 From: Warren Brown [SMTP:[EMAIL PROTECTED]]
 Sent: Tuesday, June 06, 2000 1:01 AM
 To:   [EMAIL PROTECTED]
 Subject:  Re: 2nd ethernet ports and Routing
 
 
 Hello
 Using the standard Solaris file /etc/netmasks
 would have solved this problem also.
 
 WB
 
 
 

---
This list is neither sponsored nor endorsed by the Foxboro Company. All 
postings from this list are the work of list subscribers and no warranty 
is made or implied as to the accuracy of any information disseminated 
through this medium. By subscribing to this list you agree to hold the 
list sponsor(s) blameless for any and all mishaps which might occur due to 
your application of information received from this mailing list.

To be removed from this list, send mail to 
[EMAIL PROTECTED] 
with unsubscribe foxboro in the Subject. Or, send any mail to
[EMAIL PROTECTED]