How can I connect Windows XP to a Linux-based Samba server using routing rather than bridging?
internal net: 192.168.1.0/24 samba server: 192.168.1.5 gateway 192.168.1.1 windows xp: dialup networking server config on linux gateway: dev tun0 ifconfig 192.168.5.6 192.168.5.5 <-- openvpn-net port 12345 verb 1 local 123.123.123.12 <-- official server ip adress user nobody group nogroup secret /etc/openvpn/key tun-mtu 1500 daemon open port 12345 on the firewall on server (gateway) on windows xp: Go to windows network panel. Set the windows tap-device from application control to always connected. Set the ipadress to 192.168.5.5 netmask 255.255.255.252. Leave DNS and gateway empty. openvpn config on Windows XP: dev tun0 ifconfig 192.168.5.5 192.168.5.6 <-- openvpn-net port 12345 ip-win32 manual verb 1 remote 123.123.123.12 <-- official serveripadress secret C:\programme\openvpn\config\key tun-mtu 1500 ping 30 create a batchfile: route add 192.168.1.0 mask 255.255.255.0 192.168.5.6 ping 192.168.1.5 net use g: \\192.168.1.5\Daten /USER:user1 <-- your account on samba!! After connecting t
Related Questions
- What should I do when either of the messages, "Routing Server port in use"/"Routing Server SSL port in use" is displayed when I try to connect to the Routing Server?
- How can I connect Windows XP to a Linux-based Samba server using routing rather than bridging?
- I am using Windows XP and cannot connect to the FTP server. What is the problem?