http://www.nikhef.nl/~janjust/CifsOverSSH/Howto_Loopback.html
WindowsXP-KB884020-x86-cht.exe, non 127.0.0.1 loopback patch
--
ssh -Llocal_loopback:139:remote_netbios_server:139 remote_ssh_server
--
local_loopback:
ip=10.0.0.1/30
metric=9999
netbios over tcpip=disabled
client for microsoft networks=unchecked
file and printer sharing for microsoft networks=unchecked
local_interface:
netbios over tcpip=disabled
client for microsoft networks=unchecked
remote disk over ssh
xp 休眠及掛遠端硬碟
1.安裝xpsp2及修正休眠補丁,已經可以休眠
WindowsXP-KB835935-SP2-CHT.exe (284MB,SP2補丁)
WindowsXP-KB909095-x86-CHT.exe (2.5MB,休眠補丁)
2.測試掛遠端硬碟成功remote disk
ssh -L139:remote_netbios_server:139 remote_ssh_server
localloop(10.0.0.1): disable netbios over tcpip
adapter(192.168.1.100): enable netbios over tcpip
否則會有下列錯誤
System error 53 has occurred. The network path was not found.
原來區網卡須啟動netbios over tcpip
修正XPSP2其他非127.0.0.1迴路網卡無法運作
WindowsXP-KB884020-x86-cht.exe (505KB)
channel 5: open failed: connect failed: Connection refused
remote_netbios_server須填ip,不可填localhost
WindowsXP-KB835935-SP2-CHT.exe (284MB,SP2補丁)
WindowsXP-KB909095-x86-CHT.exe (2.5MB,休眠補丁)
2.測試掛遠端硬碟成功remote disk
ssh -L139:remote_netbios_server:139 remote_ssh_server
localloop(10.0.0.1): disable netbios over tcpip
adapter(192.168.1.100): enable netbios over tcpip
否則會有下列錯誤
System error 53 has occurred. The network path was not found.
原來區網卡須啟動netbios over tcpip
修正XPSP2其他非127.0.0.1迴路網卡無法運作
WindowsXP-KB884020-x86-cht.exe (505KB)
channel 5: open failed: connect failed: Connection refused
remote_netbios_server須填ip,不可填localhost
訂閱:
文章 (Atom)
how to connect codex app to remote ollama backend through caddy relay
如何讓 Codex App 連接公司架設的 LLM 從 Caddy 閘道安裝、遠端 Ollama API 金鑰,到 Codex 的 config.toml 組態設定,一次整理成可直接照做的流程。 前言 OpenAI 提供免費下載...