[mnet-devel] Re: [mnet-cvs]Added a little something about how to setup a node behind ...
Zooko O'Whielacronx
zooko at zooko.com
Fri Mar 12 22:57:48 GMT 2004
Yay, Oscar!
> Added a little something about how to setup a node behind a firewall.
...
> - want to run a relay-server, You'll have to open a few ports. And real soon now we'll tell You which ones, but the per
> son writing this part of the FAQ hasn't figured it out yet.</P>
> - <P><I><B>How can I prevent my node from giving out my IP? Can I
> + want to run a relay-server, You'll have to open a few ports and modify your
> + broker.conf or node.conf depending on what version of Mnet you're using.
> + In broker.conf or node.conf you'll need to change these:
> + <pre>IP_ADDRESS_OVERRIDE: External IP</pre>
> + <pre>TRANSACTION_MANAGER_ANNOUNCED_PORT: Any free port</pre>
> + <pre>TRANSACTION_MANAGER_LISTEN_PORT: Any free port</pre>
> + Then you'll have to restart your node.
> + How You configure your firewall depends on the type You use.
> + If You use IPFilter then this is one way of doing it.<br><br>
> + ipf.rules:
> + <pre>pass in quick on ed0 proto tcp from any to The_IP_from_broker.conf/32 port = The_port_from_broker.conf flags S keep state keep frags</pre>
> + ipnat.conf
> + <pre>rdr ed0 0.0.0.0/0 port The_port_from_broker.conf -> The_IP_from_broker.conf The_port_from_broker.conf</pre>
> + </P>
> + <P><I><B>How can I prevent my node from giving out my IP? Can I
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
mnet-devel mailing list
mnet-devel at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mnet-devel
More information about the Mnet-devel
mailing list