Skip to main content
alizares93
New Member
October 16, 2024
Question

NFS FAIL FORTIOS 7.4.3

  • October 16, 2024
  • 1 reply
  • 666 views

Good morning friends, I have the following problem, I have a 1801 computer which when updating it to version 7.4.3 or later generates problems in the connection between servers and units mapped by nfs, they disconnect or do not allow writing on the mapped units. Has anyone experienced this situation?

1 reply

AEK
SuperUser
SuperUser
October 16, 2024

Hello

First try enable logging on the related rules and on implicit deny rule as well.

And also try run debug flow to see what's blocking your traffic.

 

diag debug flow filter addr x.x.x.x  (try use other relevant filters as well)
diag debug console timestamp enable
diag debug flow show iprope enable
diag debug flow show function-name enable
diag debug flow trace start 100
diag debug enable

 

AEK