PPPOE中继代理dhcp中继代理
PPPoE中继代理——pppoe-relaypppoe-relay [参数]实例1:中继网络接口eth0上的PPPoE客户端与网络接口eth1上的PPPoE服务器间的帧。[root@localhost ~]# pppoe-relay –C eth0 –S eth1其中“-C eth0”表示eth0网络的客户端,而“-S eth1”表示eth1网络的服务端。实例2:实现透明中继。中继任何组合的客户端和服务器之间的网络eth0和eth1。[root@localhost ~]# pppoe-relay –B eth0 –B eth1实例3:中继网络接口eth1和eth2上的PPPoE客户端与网络接口eth0上的PPPoE服务器间的帧。[root@localhost ~]# pppoe-relay –S eth0 –C eth1 –C eth2