Navigation

    Netgate Discussion Forum
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search

    Pfsense 1.0 rc2h pf rules + ipfw dummynet traficshaping

    Traffic Shaping
    2
    4
    4994
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • J
      jeroen234 last edited by

      hi,

      will this break the pf rules ?
      i have a 8000/1024 cable connection
      i want to shape that with dummynet for my lan network (192.168.1.0/24)
      i used these commands

      #kldload dummynet.ko
      #pfctl -d
      #ipfw add pipe 1 ip from 192.168.1.0/24 to any out
      #ipfw add pipe 2 ip from any to 192.168.1.0/24 in
      #ipfw pipe 1 config mask src-ip 0x000000ff bw 1024Kbit/s queue 20
      #ipfw pipe 2 config mask dst-ip 0x000000ff bw 8000Kbit/s queue 20
      #pfctl -e

      i can see with
      #ipfw pipe show | head -n 20
      that dummynet is working how can i test if pf is still working ?

      1 Reply Last reply Reply Quote 0
      • S
        sullrich last edited by

        Dummnet + PF rdr's will break.  It's a kernel issue, I have brought it up on the lists in addition to others but there has been little reaction.

        I have a patch that no longer applies so we'll have something hopefully for the next version.

        Scott

        1 Reply Last reply Reply Quote 0
        • J
          jeroen234 last edited by

          so if i don't use rdr in pfsense or use it with ipfw  ill be fine ?

          1 Reply Last reply Reply Quote 0
          • S
            sullrich last edited by

            That is my understanding, yes.

            1 Reply Last reply Reply Quote 0
            • First post
              Last post