aboutsummaryrefslogblamecommitdiff
path: root/etc/netstart
blob: 26300c22839fd69bf4b18a54a8a95b822359b790 (plain) (tree)
1
2
3
4
5
6
7
8
9

           

                                                      

              
             
        
                          



                    
 

                                          
 
                          
                  
 
                                                
                                                
                                                

                                            
                           

                            
                               
#!/bin/sh -
#
#	$Id$
#	From: @(#)netstart	5.9 (Berkeley) 3/30/91

routedflags=-q
timedflags=NO
rwhod=NO
sendmail_flags="-bd -q30m"
#kerberos_server=YES
#nfs_server=YES
#name_server=YES
#gated=YES

# my-name is my symbolic name
# my-netmask is specified in /etc/networks
#
hostname=`cat /etc/myname`
hostname $hostname

# ifconfig ie0 inet $hostname netmask my-netmask
# ifconfig is0 inet $hostname netmask my-netmask
# ifconfig ed0 inet $hostname netmask my-netmask

# set the address for the loopback interface
ifconfig lo0 inet localhost

# use loopback, not the wire
# route add $hostname localhost