Skip Navigation Links | |
Exit Print View | |
Managing Serial Networks Using UUCP and PPP in Oracle Solaris 11.1 Oracle Solaris 11.1 Information Library |
2. Planning for the PPP Link (Tasks)
3. Setting Up a Dial-up PPP Link (Tasks)
4. Setting Up a Leased-Line PPP Link (Tasks)
5. Setting Up PPP Authentication (Tasks)
6. Setting Up a PPPoE Tunnel (Tasks)
7. Fixing Common PPP Problems (Tasks)
8. Solaris PPP 4.0 (Reference)
9. Migrating From Asynchronous Solaris PPP to Solaris PPP 4.0 (Tasks)
11. Administering UUCP (Tasks)
UUCP Administration (Task Map)
How to Check for Faulty Modems or ACUs
To run UUCP on a TCP/IP network, you need to make a few modifications, as described in this section.
For more information, see How to Use Your Assigned Administrative Rights in Oracle Solaris 11.1 Administration: Security Services.
System-Name Time TCP Port networkname Standard-Login-Chat
A typical entry would resemble the following:
rochester Any TCP - ur-seneca login: Umachine password: xxx
Notice that the networkname field permits you to specify explicitly the TCP/IP host name. This capability is important for some sites. In the previous example, the site has the UUCP node name rochester, which is different from its TCP/IP host name ur-seneca. Moreover, a completely different machine could easily run UUCP and have the TCP/IP host name of rochester.
The Port field in the Systems file should have the entry -. This syntax is equivalent to listing the entry as uucp. In almost every situation, the networkname is the same as the system name, and the Port field is -, which says to use the standard uucp port from the services database. The in.uucpd daemon expects the remote machine to send its login and password for authentication, and in.uucpd prompts for them, much as getty and login do.
uucp 540/tcp uucpd # uucp daemon
You should not have to change the entry. However, if your machine runs NIS as its name service, you should make sure that the config/service of the svc:/system/name-service/switch service checks for files before nis. If the config/service property is not defined, then check the config/default property.
# svcs network/uucp
The UUCP service is managed by the Service Management Facility. To query the status of this service, you can use the svcs command. For an overview of the Service Management Facility, refer to Chapter 2, Managing Services (Overview), in Managing Services and Faults in Oracle Solaris 11.1.
# inetadm -e network/uucp