▼To Configure for Point-to-Point Protocol
1.Change to the /etc/ppp directory and create an executable file called conf_hsip, containing the following information:
#!/bin/ksh
DEVICE=‘echo $DEVICE sed ’s/⁄dev⁄//’‘
/opt/SUNWconn/bin/hsip_init $DEVICE speed=2048000 mode=fdx loopback=no \ nrzi=no txc=baud rxc=rxc txd=txd rxd=rxd signal=no 2>&1 > /dev/null
2.Create another executable file called demand, containing the following information:
if [
/usr/bin/kill
:
else
env DEVICE=hihp0 /usr/bin/pppd
3.Change to the /etc/ppp/peers directory and create an executable file called
connect
sync noauth 0:
noccp nopcomp novj noaccomp
Chapter 3 SunHSI PCI Software Installation 15