Internet

24 Oct 2000

Home
Contact Support
Search
Quick Index

Certified Hardware and Software

Morning Star Express

 

Morning Star Express

Routing with the Morning Star Express Plus for LAN-Dial and Leased Line

Configuration

rc.boot
gated.conf

rc.boot

hostname 
console tty0
version
ifconfig lo0 127.1
getty tty0 9600 nowait respawn
ifconfig ed0 204.217.169.1 netmask 255.255.255.0
frd addr 38.2.POP.99 netmask 255.255.255.0 tty2
arp -s 38.2.POP.1 tty2:499
route add default 38.2.POP.1
inetd
snmpd

#Add the gated command only if you are an Leased Line customer.

gated

gated.conf (for Leased Line only)

interfaces {
        interface tty2 passive ;
} ;
rip yes {
        interface tty2 noripin ;
} ;
static {
        0.0.0.0 gateway 38.2.POP.1 ;
} ;
export proto rip interface tty2 {
        proto direct metric 1;
        proto rip metric 1;
};
export proto rip interface ed0 {
        proto direct metric 1;
        proto default metric 1;
};

TopHomeContact SupportSearchQuick Index