Changes between Version 14 and Version 15 of Internal/OpenFlow/miscUnix


Ignore:
Timestamp:
Jul 8, 2012, 9:30:47 PM (12 years ago)
Author:
akoshibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OpenFlow/miscUnix

    v14 v15  
    214214
    215215=== with `pf` ===
    216 `pf` is the OpenBSD packet filter, a piece of software intended for heavy-duty packet filtering/firewalls and comes with some Berkeley UNIX variants^2^. 
     216`pf` is the OpenBSD packet filter, a piece of software intended for heavy-duty packet filtering/firewalls and comes with some Berkeley UNIX derivatives^2^. 
    217217Assuming you have IP forwarding enabled, the following configuration in /etc/pf.conf should give you a NAT firewall:
    218218{{{
     
    263263 * options for mounting a *BSD filesystem in Linux: `-t ufs -o ufstype=ufs2` (not '44bsd' like the man pages say)
    264264 * a dependency fix not requiring '`-f install`' with apt-get: '`build-dep [package]`', then install as usual.
    265 ----
    266 ^1. Me being the person that I am will have likely tried these on FreeBSD and maybe lubuntu to see that they work there as well.^
     265 * `[sudo] ip addr flush [iface]` resets the IP configurations for an interface on Ubuntu.
     266 * tar -xvf [archive.tgz] [filename] lets you extract a single file from an archive and -tf lists contents.
     267----
     268^1. Me being the person that I am will have likely tried these on FreeBSD and maybe lubuntu to see that they work there as well.^ [[BR]]
    267269^2. See 1.^