Free Trial

Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.


  • Create BookmarkCreate Bookmark
  • Create Note or TagCreate Note or Tag
  • DownloadDownload
  • PrintPrint
Share this Page URL
Help

Chapter 26. Managing Network Connections > Adding a PLIP Interface

Adding a PLIP Interface

The Parallel Line Internet Protocol (PLIP) is similar to SLIP because it provides a point-to-point connection between two machines. The difference between the two is that PLIP uses the parallel ports on the computer to provide higher speeds (megabytes per second versus megabytes per minute).

Configuring a PLIP interface

  1. Launch linuxconf and choose PPP/SLIP/PLIP from the Networking, Client Tasks section.

  2. Click the PLIP checkbox and Accept.

  3. Click the Networking tab to bring up the PLIP configuration options, which are shown in Figure 26.5.

  4. Click the Local IP field and type the local machine's IP address.

  5. Click the Remote IP field and type the remote machine's IP address.

  6. Click the Netmask field and enter the network mask for the local machine's IP address.

    Figure 26.5. Configure a new PLIP interface using linuxconf.

  7. If you want the PLIP interface to be active when your machine boots, select the Activate Interface at Boot Time option.

  8. A new entry, plip0, will be added to the system. Click Accept and Quit to exit from linuxconf.

  9. Use the command ifup plip0 to bring the interface online.

  10. Test the PLIP interface by pinging the remote machine. For example, if the remote machine's IP address is 10.8.11.5, ping would produce the following output:

    kanchi 1572$ ping -c 3 10.8.11.5
    PING 10.8.11.5 (10.8.11.5): 56 data bytes
    64 bytes from 10.8.11.5: icmp_seq=0 ttl=255 time=1.7 ms
    64 bytes from 10.8.11.5: icmp_seq=1 ttl=255 time=1.7 ms
    64 bytes from 10.8.11.5: icmp_seq=2 ttl=255 time=1.7 ms
    
    --- 10.8.11.5 ping statistics ---
    3 packets transmitted, 3 packets received, 0% packet_loss
    round-trip min/avg/max = 1.7/1.7/1.7 ms
    

    If your output looks similar, your PLIP interface is working properly.


  

You are currently reading a PREVIEW of this book.

                                                                                        

Get instant access to over
$1 million worth of books and videos.

  

Start a Free Trial