Point to Point Connection PPP is a protocol that is able to handle authentication, compression, error detection, monitor link quality, and logically b...
分类:
其他好文 时间:
2015-07-20 23:05:53
阅读次数:
267
首先PPP在options文件中可以放开debug&kedebug调试选项其次Linux内核日记可以通过cat/var/log/syslog.1查看下面是linux的相关操作步骤cd/etc/ppplsvioptionschange#debugtodebug#Increasedebugginglevel(sameas-d).Ifthisoptionisgiven,pppd#willlogthecontentsofallcontro..
分类:
系统相关 时间:
2015-07-19 13:39:48
阅读次数:
392
文件:/etc/sysconfig/network-scripts/ifcfg-eth0以下各值常见于所有的基本配置文件中:* DEVICE=name,这里name是物理设备的名字(动态分配的PPP设备应当除外,它的名字是“逻辑名”。* IPADDR=addr, 这里addr是IP地址。* NETM...
分类:
系统相关 时间:
2015-07-15 16:52:19
阅读次数:
205