2011-05-05 20:24:24 +00:00
|
|
|
#!/bin/rc
|
2011-05-08 19:24:16 +00:00
|
|
|
# terminal-specific startup
|
2011-05-05 20:24:24 +00:00
|
|
|
|
|
|
|
# Since booting from venti could have started loopback,
|
|
|
|
# don't test for existing interfaces, just use ipconfig.
|
|
|
|
# ip/ipconfig -g your-gateway ether /net/ether0 your-ip-address your-subnet-mask
|
|
|
|
|
2011-05-04 17:26:45 +00:00
|
|
|
# example: adjust to fit your network
|
2011-05-05 20:24:24 +00:00
|
|
|
#ip/ipconfig -g 192.168.0.1 ether /net/ether0 192.168.0.2 255.255.255.0
|
|
|
|
#ndb/dns -r
|
|
|
|
#aux/timesync -Ln pool.ntp.org
|
2011-05-04 17:26:45 +00:00
|
|
|
|
|
|
|
# outgoing mail will appear to originate from this domain
|
2011-05-05 20:24:24 +00:00
|
|
|
#site=9front
|