LINUX下RARP SERVER的一种实现
Implement of RARP Server on Linux
-
摘要: 讨论了LINUX下对链路层数据包进行收发的方案,介绍了在一些专用系统中用LINUX来实现RARP SERVER的一种具体做法:设计一个虚设备驱动程序来实现了RARP报文的收发,而自定义的RARP配置信息则由PostgreSQL数据库进行管理,通过应用层的查询程序可实现对信息的检索。Abstract: In this paper, the method of designing a virtual device driver to receive RARP requests and send RARP responses is discussed. To manage the configure information, a database in PostgreSQL DBMS is established. Information can be obtained by query procedure and delivered to virtual device driver.