I have a couple of messages in my /var/log/syslog I am trying to decipher. My wife got a Mac (192.168.0.9) as a gift and I set up access to her nfs share on my Ubuntu server (192.168.0.100) and I have the following error a couple of times:
I'm not sure exactly what port being blocked. Here is the output from ufw status:Code:Jan 3 06:44:12 MyServer vmunix: [230819.117675] [UFW BLOCK] IN=eth0 OUT= MAC=00:12:3f:7b:d6:83:68:a8:6d:2c:ac:4a:08:00 SRC=192.168.0.9 DST=192.168.0.100 LEN=52 TOS=0x00 PREC=0x00 TTL=64 ID=55604 PROTO=TCP SPT=1021 DPT=2049 WINDOW=65535 RES=0x00 ACK FIN URGP=0 Jan 3 06:44:19 MyServer vmunix: [230826.074910] [UFW BLOCK] IN=eth0 OUT= MAC=00:12:3f:7b:d6:83:68:a8:6d:2c:ac:4a:08:00 SRC=192.168.0.9 DST=192.168.0.100 LEN=40 TOS=0x00 PREC=0x00 TTL=64 ID=52011 PROTO=TCP SPT=1021 DPT=2049 WINDOW=65535 RES=0x00 ACK RST URGP=0
Code:To Action From -- ------ ---- 2049 ALLOW Anywhere 192.168.0.0/24/tcp ALLOW 192.168.0.0/24/tcp 192.168.0.100 123/udp ALLOW 192.168.0.0/24 123/udp 192.168.0.0/24 139/tcp ALLOW 192.168.0.0/24 135/tcp 21/tcp ALLOW Anywhere 8080/tcp ALLOW Anywhere



Adv Reply
Swapnil Jain, Indore


Bookmarks