+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+      USRobotics V.Everything Solaris PPP setup          + 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Note: "smachine" is the dialin server and "rmachine" is the
        remote machine connecting to the PPP server.


+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# AT setup command for modem -
  ATE1Q0&F1&B1&H1&R2&K3X7S13=0&M4S32=5&W

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# Dip switch setup for modem -
Put DIP switches 4, and 8 in DOWN (ON)
UUUDUUUDUU 

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# ATI4 listing of modem -
 USRobotics Courier V.Everything Settings...
 
   B0  C1  E0  F1  M1  Q1  V1  X7
   BAUD=38400  PARITY=N  WORDLEN=8
   DIAL=PULSE  ON HOOK   TIMER
 
   &A3  &B1  &C1  &D2  &G0  &H1  &I0  &K3  &L0  &M4  &N0
   &P0  &R2  &S0  &T5  &X0  &Y1  %N6  #CID=0  
 
   S00=001  S01=000  S02=043  S03=013  S04=010  S05=008  S06=002  S07=060  
   S08=002  S09=006  S10=007  S11=070  S12=050  S13=000  S14=001  S15=000  
   S16=000  S17=000  S18=000  S19=000  S20=000  S21=010  S22=017  S23=019  
   S24=150  S25=005  S26=001  S27=000  S28=008  S29=020  S30=000  S31=000  
   S32=005  S33=000  S34=000  S35=000  S36=000  S37=000  S38=000  S39=000  
   S40=000  S41=000  S42=126  S43=200  S44=015  S45=000  S46=000  S47=000  
   S48=000  S49=000  S50=000  S51=000  S52=000  S53=000  S54=064  S55=000  
   S56=000  S57=000  S58=000  S59=000  S60=000  S61=000  S62=000  S63=000  
   S64=000  S65=000  S66=000  S67=000  S68=000  S69=000  S70=000  

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# server /etc/notrouter -
touch /etc/notrouter

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# server /etc/hosts -
137.111.22.125  smachine loghost
137.111.22.123  rmachine # PPP

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# server /etc/ttydefs additions -
  38400m:38400 hupcl:38400 hupcl crtscts::38400m
  19200m:19200 hupcl:19200 hupcl crtscts::19200m
  9600m:9600 hupcl:9600 hupcl crtscts::9600m


+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# server /etc/asppp.cf -
ifconfig ipdptp0 plumb smachine netmask 0xffffff00 down # 1st modem
 
defaults
        interface ipdptp*
        inactivity_timeout 600
        ipcp_async_map 0
#       debug_level 9
path
        peer_system_name ppp1
        peer_ip_address rmachine 
# server /etc/asppp.cf on Solaris 2.6-
ifconfig ipdptp0 plumb smachine rmachine netmask 0xffffff00 up # 1st modem
 
defaults
        inactivity_timeout 600

path
	interface ipdptp0
        peer_system_name ppp1
        peer_ip_address rmachine 

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# server /etc/passwd -
ppp1:x:9000:9000:pc login:/:/usr/sbin/aspppls

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# server /etc/rc2.d/S99proxyarp -
ndd -set /dev/ip ip_forwarding 1
arp -s rmachine 8:0:21:62:66:66 pub

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# remote /etc/hosts -
137.111.22.123  rmachine loghost     # PPP
137.111.22.125  smachine

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Note: remote machine has a Proctical peripherals connected

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# remote /etc/asppp.cf -
ifconfig ipdptp0 plumb 137.111.22.123 137.111.22.125 netmask 0xffffff00 up
 
path
        interface ipdptp0
        peer_system_name smachine     # matches "myprovider" in
        inactivity_timeout 600     # Drop link after 60 minutes
        ipcp_async_map 0           # more efficient
#       debug_level 9 # uncomment for ppp negotiation debugging

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# remote /etc/uucp/Systems -
smachine Any ACU 38400 555555 "" P_ZERO "" \r\c login: ++++++ word: +++++ 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# remote /etc/uucp/Devices -
ACU cua/a - Any hayes

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# remote /etc/uucp/Dialcodes -
hayes   =,-,    "" \dA\pTE1V1X1Q0S2=255S12=255\r\c OK\r \EATDT\T\r\c CONNECT

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# remote /etc/nodename -
rmachine

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# remote /etc/defaultrouter -
137.111.22.125
 


Mitch Robinson, mitch@giseis.alaska.edu