Displaying 3 results from an estimated 3 matches for "fwip".
Did you mean:
flip
2007 Mar 17
2
This firewall rule will self-destruct
...ing rules active:
# iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
# iptables -t nat -A POSTROUTING -j MASQUERADE
2) Server hosts a special PHP script, that when called correctly, sets rules like
# iptables -I PREROUTING -p tcp -s $REMOTE --dport 80 -j DNAT --to-destination $FWIP:$FWPORT
# iptables -I FORWARD -p tcp -s $REMOTE --dport 80 -j ACCEPT
The *next* tcp connection from their computer to the webserver will get NAT'd to service $FWIP:$FWPORT.
But I want this rule cleared out as soon as the connection is made with the latter altered rules. Is there a way to wr...
2008 Aug 08
1
Freebsd 7.0-RELEASE-p3 panics
...evice rue # RealTek RTL8150 USB Ethernet
# FireWire support
device firewire # FireWire bus code
device sbp # SCSI over FireWire (Requires scbus and da)
device fwe # Ethernet over FireWire (non-standard!)
device fwip # IP over FireWire (RFC 2734,3146)
device dcons # Dumb console driver
device dcons_crom # Configuration ROM for dcons
2008 Sep 30
1
wpi driver freeze on boot
...t
#device cue # CATC USB Ethernet
#device kue # Kawasaki LSI USB Ethernet
#device rue # RealTek RTL8150 USB Ethernet
# FireWire support
device firewire # FireWire bus code
device sbp # SCSI over FireWire (Requires scbus and da)
device fwe # Ethernet over FireWire (non-standard!)
device fwip # IP over FireWire (RFC 2734,3146)
device dcons # Dumb console driver
device dcons_crom # Configuration ROM for dcons
#sound
device sound
device snd_hda
#cd burner
device atapicam
#3945ABG wireless - additional items
device wpi
#firewall -pf
device pf
device pflog
device...