|
|
/etc/ppp/options配置文件中的"noproxyarp"不起作用,如下:
- Byrouter:/etc/ppp# grep 'proxy ARP' /var/log/syslog
- Apr 28 16:25:48 Byrouter pppd[1724]: Cannot determine ethernet address for proxy ARP
- Byrouter:/etc/ppp# date
- Mon Apr 28 18:57:58 CST 2008
- Byrouter:/etc/ppp# grep 'arp' /etc/ppp/peers/dsl-provider
- noproxyarp
- Byrouter:/etc/ppp# grep 'arp' /etc/ppp/options
- noproxyarp
- Byrouter:/etc/ppp# uname -r
- 2.6.18-aier
- Byrouter:/etc/ppp# pppd -h
- pppd version 2.4.4
- ~
复制代码 |
|