Create a Microsoft Loopback adapter:
- Add New Hardware
- Yes, I have already connected the hardware
- Add New Hardware
- Install the hardware that I manually Select from a list (Advanced)
- Network Adapters
- Microsoft | Microsoft Loopback Adapter
Configure your new Loopback adapter:
- Right Click => Properties
- Make sure “Client for Microsoft Windows” is checked
- Uncheck “File and printer sharing”
- Click TCP/IP => Properties
- Manually Set an IP, doesn’t matter what I used 10.1.1.1
- Subnet Mask: 255.255.255.0
- Gateway is your “REAL” gateway
- DNS Servers are your “REAL” dns servers
- Click “Advanced”
- Click “WINS” Tab
- “Netbios Setting” should have “Disable NetBIOS over TCP/IP”
- OK your way back out.
Set up Putty:
- Open Putty
- Enter your hostname or IP Address
- Enter the correct SSH Port (default: 22)
- Open Connection >> SSH >> Tunnels
- In Source port type: “10.1.1.1:139”
- In destination type “127.0.0.1:139”
- Leave “Local” and “Auto” radio buttons alone, click “ADD”
- In Source port type: “10.1.1.1:445”
- In Destination type: “127.0.0.1:139”
- Leave “Local” and “Auto” radio buttons alone, click “ADD”
- Click On “Session”
- In “Saved Sessions”, type in a name and hit “Save”
Testing it:
- Double-click your session
- Accept the SSH Fingerprint, if requested
- Type in yoru username and password
- Open My computer, type “\\10.1.1.1” in the address box
- You should have your shares.