Setting up the Internet Connection
- Configure NIC Card: netconfig
- mstppp:
- To kill the ppp daemon:
- ps -e|grep pppd
- kill processid
- To restart the PPP daemon:
- cd /usr/lib/mstppp
- ./Autostart
- Log file:
- DNS Name Servers:
File: /etc/resolv.conf
nameserver ip-address
Note: This needs to be setup for e-mail to work. List ISP primary and
secondary IP addresses
- Default Route (gateway) to the Internet:
File: /usr/internet/etc/sco_ip/routes
net default ip-address
Note: This needs to be setup using the gateway IP address. If you want
to ping or telnet to the computer
File: /etc/rc2.d/S99route
route add default ip-address
- ip alias:
File: /etc/rc2.d/S99route
ifconfig net0 alias 162.33.140.5 netmask 255.255.255.252 broadcast 162.33.140.7
- Internet Manager
- Access: /usr/internet/admin/access/site
- Password Change: /etc/internetpw
- List Routeing: netstat -nr
- Changing host name:
netconfig
/etc/hosts
uname -S [new host name]
- Various helpful Commands
traceroute: Unix
TRACERT: Windows
IPCONFIG: DOS
whois [domain]
nslookup
server [dnsserver]
ls -a [domain]