Hello,

Dan Farrell <[EMAIL PROTECTED]> writes:

> On Fri, 11 Apr 2008 11:19:11 -0230
> Roger Mason <[EMAIL PROTECTED]> wrote:
>
>> Hello,
>> 
>> I'm trying to configure the firewall on a client to allow that client
>> to mount an nfs directory.  The client runs a netfilter firewall, the
>> server uses tcpwrapper.
>> 
>> Can someone help me figure out what must be put in my iptables script
>> to get this to work?

[snip]

>
> Accept all incoming and outgoing connections on the client that
> originate from or go to the server.  It would look something like this:
>
> iptables -I INPUT -s 134.153.37.55 -j ACCEPT
> iptables -I INPUT -s 134.153.37.55 -j ACCEPT
>
> now make sure those will work with your config before just blindly
> setting them up!  

Thank you, this works:

> iptables -I INPUT  -s 134.153.37.55 -j ACCEPT
> iptables -I OUTPUT -s 134.153.37.55 -j ACCEPT

Many thanks to all who replied.

Roger
-- 
gentoo-user@lists.gentoo.org mailing list

Reply via email to