ipfw fwd to localhost
From: Karim Fodil-Lemelin (kfl_at_xiphos.ca)
Date: 04/21/05
- Previous message: Kazuaki Oda: "tcp output question"
- Next in thread: Andre Oppermann: "Re: ipfw fwd to localhost"
- Reply: Andre Oppermann: "Re: ipfw fwd to localhost"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 21 Apr 2005 13:20:58 -0400 To: freebsd-net@freebsd.org
Hi,
I just did a cvsup of RELENG_5 and got some problem doing forwarding
to localhost using a rule like this:
ipfw add fwd 127.0.0.1,1234 tcp from any to any in via re1
I have those options in my kernel config:
options IPFIREWALL
options IPFIREWALL_FORWARD_EXTENDED
options IPFIREWALL_DEFAULT_TO_ACCEPT
I understand that 5.4 is using ipfw2 by default so I did not add
IPFW2="YES" in /etc/make.conf and used the ipfw that I had installed
with 5.3.
The error I get is somehting like setsockopt (IP_FW_ADD) invalid
argument when issuing the ipfw call.
Anybody has encountered this problem?
Karim.
_______________________________________________
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"
- Previous message: Kazuaki Oda: "tcp output question"
- Next in thread: Andre Oppermann: "Re: ipfw fwd to localhost"
- Reply: Andre Oppermann: "Re: ipfw fwd to localhost"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|