Changes to vega.sdsu.edu
- Add a static host based route to rigel through alnitak
add a static route to rigel through alnitak in /etc/init.d/ppp
# add a static route to rigel
/usr/sbin/route add host 130.191.225.43 130.191.225.41
Snapshot of the three host's network configuration
rigel:
# /usr/sbin/ifconfig -a
lo0: flags=849 mtu 8232
inet 127.0.0.1 netmask ff000000
hme0: flags=863 mtu 1500
inet 130.191.225.43 netmask fffffff0 broadcast 130.191.225.47
ether 8:0:20:b9:6d:a5
# netstat -rn
Routing Table:
Destination Gateway Flags Ref Use Interface
-------------------- -------------------- ----- ----- ------ ---------
130.191.225.32 130.191.225.43 U 3 134 hme0
224.0.0.0 130.191.225.43 U 3 0 hme0
default 130.191.225.41 UG 0 9
127.0.0.1 127.0.0.1 UH 0 8061 lo0
#
alnitak:
alnitak:/etc [53]# ifconfig -a
le0: flags=63
inet 130.191.225.41 netmask fffffff0 broadcast 130.191.225.32
lo0: flags=49
inet 127.0.0.1 netmask ff000000
ppp0: flags=51
inet 130.191.225.41 --> 130.191.225.40 netmask ffff0000
ppp1: flags=10
ppp2: flags=10
ppp3: flags=10
ppp4: flags=10
alnitak:/etc [54]# netstat -rn
Routing tables
Destination Gateway Flags Refcnt Use Interface
130.191.225.40 130.191.225.41 UH 3 3905 ppp0
127.0.0.1 127.0.0.1 UH 1 46 lo0
130.191.225.32 130.191.225.41 U 3 2474 le0
default 130.191.225.40 UG 0 21 ppp0
alnitak:/etc [55]# arp -a
mintaka (130.191.225.40) at 8:0:20:b:d7:ed permanent published
rigel (130.191.225.43) at 8:0:20:b9:6d:a5
alnitak:/etc [56]#
vega:
# /usr/sbin/ifconfig -a
lo0: flags=849 mtu 8232
inet 127.0.0.1 netmask ff000000
le0: flags=863 mtu 1500
inet 130.191.225.1 netmask ffffff00 broadcast 130.191.225.255
ether 8:0:20:73:5b:c9
ppp0: flags=8d1 mtu 1500
inet 130.191.225.40 --> 130.191.225.41 netmask ffffff00
# netstat -rn
Routing Table:
Destination Gateway Flags Ref Use Interface
-------------------- -------------------- ----- ----- ------ ---------
130.191.225.41 130.191.225.40 UH 3 4 ppp0
130.191.225.43 130.191.225.41 UGH 0 11
130.191.225.0 130.191.225.1 U 3 12145 le0
224.0.0.0 130.191.225.1 U 3 0 le0
default 130.191.225.254 UG 0 159746
127.0.0.1 127.0.0.1 UH 01329305 lo0
#
Bill Morris
Last modified: Thu Mar 1 10:48:51 PST 2001