af7a
![]() |
|
|
|
|
|||||||
| Firewalls IPFW, PF, IPF (but not limited) related discussion |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hello,
I need to set up DummyNet and I've followed these steps:
Code:
ipfw: setsockopt(IP_DUMMYNET_CONFIGURE): Protocol not available Thanks I'm using FreeBSD-7.4-RELEASE-i386 Please, someone knows if I have to add more lines in the configuration. Thanks, Last edited by DutchDaemon; April 13th, 2012 at 20:51. Reason: Proper formatting: http://forums.freebsd.org/showthread.php?t=8816 |
|
#2
|
||||
|
||||
|
That error message means the kernel doesn't have dummynet support enabled.
Do you get output from the following command: $ ls /boot/kernel/*dummy*If you don't, then you need to compile a custom kernel with the dummynet options enabled. If you do, then you need to load the dummynet.ko module: # kldload dummynetI don't recall off-hand which version of FreeBSD includes dummynet as a kernel module. It used to be a kernel option that required a complete kernel recompile. At least 9.0 has it available as a loadable module. |
|
#3
|
|||
|
|||
|
Thanks phoenix, I have installed another VMWare image with FreeBSD and DummyNet already set up and now, I can configured the ipfw and pipes. However, I'm facing another problem with the pipes so I'll post another thread for that.
Thanks, [ Cont'd at http://forums.FreeBSD.org/showthread.php?t=31398 -- Mod. ] Last edited by DutchDaemon; April 16th, 2012 at 10:58. |
![]() |
| Tags |
| dummynet |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| samba 3.6.x and max protocol = SMB2 | Sylhouette | Web & Network Services | 2 | January 25th, 2012 10:28 |
| [Solved] Ports protocol not supported | gpatrick | General | 9 | November 2nd, 2009 01:52 |
| Pidgin & Yahoo protocol | al7oot | Web & Network Services | 14 | August 20th, 2009 08:51 |
| TCP protocol implementation in FreeBSD | ankitshahji | FreeBSD Development | 3 | March 6th, 2009 15:41 |
| error installing xcp protocol | ki_ko | Installing & Upgrading | 6 | March 4th, 2009 11:36 |