Questions tagged [ipfw]

ipfw is FreeBSD firewall and is built-in Mac OS X and DragonFly BSD .

ipfw is FreeBSD firewall and is built-in Mac OS X and DragonFly BSD. There are ports available for Linux, OpenWrt and Microsoft Windows.

Wikipedia

47 questions
-1
votes
4 answers

FreeBSD port redirection for http requests

I've never used FreeBSD in my life but it's neccesary for me to deploy an HTTP API on FreeBSD. The API is deployed on port 3002. What do I need to do to forward requests from port 80 to port 3002? I tried adding this to my /etc/natd.conf…
parliament
  • 21,544
  • 38
  • 148
  • 238
-1
votes
1 answer

IPFW with MAC ddressing on FreeBSD-11

I have two laptops that I use when I travel. I need them to have access to my LDAP server. I tried configuring this in my IPFW firewall rules, but they fail: #!/bin/sh cmd="ipfw -q add" pif="em0" ## Lots of rules - truncated $cmd allow log tcp…
Gerard
  • 11
  • 1
1 2 3
4