Hi,
I was told to set pipe to limit bandwidth so I try to configure the dummynet. Currently my desktop is using FreeBSD 10 and from what I searched , it seems FreeBSD 8.2 and above doesn't need to set up kernel. I tried it but failed. So now I try to set up the kernel by using the following command :
added these lines :
Then try to compile it but then fatal error occurs. But the error source seems from another file and not the dummynet file I created. Should I move the file to other place?
Your help is really appreciated
I was told to set pipe to limit bandwidth so I try to configure the dummynet. Currently my desktop is using FreeBSD 10 and from what I searched , it seems FreeBSD 8.2 and above doesn't need to set up kernel. I tried it but failed. So now I try to set up the kernel by using the following command :
Code:
# cd /usr/src/sys/i386/conf
# cp GENERIC DUMMYNET_BRIDGE
# vi DUMMYNET_BRIDGE
Code:
options IPFIREWALL
options DUMMYNET
options HZ=1000
Then try to compile it but then fatal error occurs. But the error source seems from another file and not the dummynet file I created. Should I move the file to other place?
Your help is really appreciated