Hello
I need to allow a server on a DMZ to access an other server on the inside network by NFS.
What's the easiest way to do that ?
I wrote something like that but I don't know if it's the best thing to do:
access-list dmz-test_access_in permit udp host X host X eq sunrpc
access-list dmz-test_access_in permit tcp host X host X eq sunrpc
access-list dmz-test_access_in permit udp host X host X range 2049 2049
access-list dmz-test_access_in permit tcp host X host X range 2049 2049
access-list dmz-test_access_in permit udp host X host X range 600 1024
access-list dmz-test_access_in permit tcp host X host X range 600 1024
Thanks a lot.
Jeremie