Date: Sat, 12 Apr 2008 15:36:45 -0700 From: Christopher Cowart <ccowart@rescomp.berkeley.edu> To: net@freebsd.org Subject: Redirect functionality in ng_nat Message-ID: <20080412223645.GN81568@hal.rescomp.berkeley.edu>
next in thread | raw e-mail | index | archive | help
--XzwO5SPJOYU+7Pos Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hello, I'm running a 7.0-RELEASE machine. I've backported the 7-STABLE for ng_nat, because I'm really interested in the static NAT features from libalias. ng_nat(4) says: | NGM_NAT_REDIRECT_ADDR (redirectaddr) | Redirect traffic for public IP address to a machine on the local | network. This function is known as static NAT. The following | struct ng_nat_redirect_addr must be supplied as argument. | | struct ng_nat_redirect_addr { | struct in_addr local_addr; | struct in_addr alias_addr; | char description[NG_NAT_DESC_LENGTH]; | }; | | Unique ID for this redirection is returned as response to this | message. I'm a little confused on exactly how to pass a struct as a message to a netgraph node via ngctl. What am I missing here? Thanks, --=20 Chris Cowart Network Technical Lead Network & Infrastructure Services, RSSP-IT UC Berkeley --XzwO5SPJOYU+7Pos Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iQIVAwUBSAE5fSPHEDszU3zYAQLCDhAApAXrkUv+byoc0C/QeafWdwuhU7VuMDFm b36nykc0WdLPjv0ZLJhOstT5hTk9txf2CK2DTMLXSemGhr2iQ5vl+/gflSXansX+ TxATsQXLbHFsedR2pFPaVKrLw7ohSzQ0WjzCtR17X0CCtIsvxK0iPBqH38jmaP+d xOJNfc5c08iIKCSyIuN2N7JxmrTR/qH/53gTH0OIXIkNN19KPIrIQbvB+aZiwOHu atZrjqKEZZAxM++RZoIiSZOOn985rv6mtbBi41NzTIOP+Ja7dYg5roLTqNv20bGu m8rfYTV48YzIPqBDnMfSXjOCbVeRRtfj9Lfg69NJ5/mwTtl07GQSBqpE+c68fRnn HbLPNk0AHqnPCHVHSpCPlSNAwqQQLxqonvsydQgz11Qn60ggc+fSD8BYbc15lpYZ FNcWEVdnOTSuktpm1HjbnyWmQn4J2vKNFlOrxEXMdV/kAH2vaL5Rb/JAcllAFYCO Azyy7AvKZXPhZc8YDh+fCYeOrq/oONc/cmUak2QF7sD0ZfHJMpQyOEl6oxRPJe91 laIi9VLCIkXAcwYdY345btLd/E0mUsYroyEp2DqQnkKlNjIdv/elr2h1RB3EnrE8 Eqt/cdU4+aL/57FMbQ4EGQvqnBM1UPlg2Sy6Z8Eufj/5lG1RfQKBDN22seMJLuV4 djsb6HGfGi8= =xjtn -----END PGP SIGNATURE----- --XzwO5SPJOYU+7Pos--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080412223645.GN81568>