
Originally Posted by
Xd3viance
It now tells me when I do a moblock-control start that I should now use the 'allow list' instead. How can I do this?
First off: Note that currently your old entries still work! When I completely remove the WHITE_IP_ stuff I will add its content automatically to the allow list.
To do it manually you have to do the following:
If you had these entries:
Code:
WHITE_IP_OUT="123.123.123.123 192.168.0.0/24"
WHITE_IP_IN="123.123.123.123 234.234.234.234"
Then you have to add these lines to /etc/moblock/allow.p2p
Code:
Any description:123.123.123.123-123.123.123.123
My LAN:192.168.0.0-192.168.0.255
Another description:234.234.234.234-234.234.234.234
If you want to use seperate allow lists for incoming/outgoing/forward connections then you first have to edit this part in moblock.conf:
Code:
# The path to the allow lists
# Note that per default the same allow list is used for all (in, out and
# forwarded) connections.
# The path to the allow list for incoming connections
ALLOW_IN="$CONF_DIR/allow.p2p"
# The path to the allow list for outgoing connections
ALLOW_OUT="$CONF_DIR/allow.p2p"
# The path to the allow list for forwarded connections
ALLOW_FW="$CONF_DIR/allow.p2p"
Feel free to ask further questions or give any other feedback 
jre
Bookmarks