Sharing files on separate Vlans

So I’ve created separate vlans on my sg1100. How can I share files between the two? I know the purpose of separating the networks is to be more secure but sometimes I would like to send files from my laptop to my desktop. Is there a way I can do this?

Create an allow rule so one device can get to the other via what ever protocol you are using.

allow samba ports

allow tcp 445 and 139
allow udp 137 and 138

how you choose to do this is up to you…whole subnet allow or just a specific device

You didn’t specify your operating system, so I’ll assume Windows. For greater security, install and use OpenSSH and WinSCP.

You’re the man!! Works perfectly!