Making Busybox to listen on TUN interface?
I have created a TUN interface in a linux system which has busybox
running. Iam using this busybox as a DHCP relay. The clients communicate
to the relay agent through the TUN interface and the relay communicates
with the server through the etho interface. How will I configure the busybox to listen on tun interface for client requests?
|