Open main menu

CDOT Wiki β

Changes

OPS335 Lab 5

111 bytes added, 14:12, 13 November 2019
Accessing Files on a Linux Samba Server via Windows Explorer
::<code>iptables -t nat -A PREROUTING -p tcp --dport 139 -j DNAT --to-destination 192.168.78.3</code>
::<code>iptables -t nat -A PREROUTING -p tcp --dport 445 -j DNAT --to-destination 192.168.78.3</code>
Note that when you restart libvirt it will move your FORWARD rules to the end of the chain, invalidating them.
# Modify the hosts allow setting on your '''vm2''' to also accept connections from the windows machine you are using.
# Open the Windows File Explorer application.