Den 2. sep 2004, kl. 5:03, skrev razidan:
i manage to get my openvpn up successfully. This is example of my
network
local office
subnet : 192.168.0.0/24
samba server: 192.168.0.2 (linux)
vpn server : 192.168.0.22 (linux)
client : 5 mandrake linux machine
tunnel :10.4.0.2
remote office
subnet : 192.168.1.0/24
vpn server : 192.168.1.2
client: 8 windows xp
tunnel: 10.4.0.1
i can the tunnel ang both side and also i can ping from client in
local office
to client in remote office.
this is my openvpn.conf
dev tun
port 5000
ping 15
remote sentimas.homelinux.org
float
ifconfig 10.4.0.2 10.4.0.1
tun-mtu 1500
tun-mtu-extra 32
up ./openvpn.up
secret /etc/openvpn/key
auth MD5
cipher DES-CBC
user nobody
group nobody
verb 5
my question is, what smb.conf i need to configure so both network can
see each
other and use file sharing in samba?
WINS? or maybe just let samba broadcast to the remote network that it is
browse master. Please note that dev tun doesnt work with "browsing"
windows
shares. You need dev tap and bridging for that.
and also what can i do with openvpn beside ssh or samba.
with dev tun anything ip related. With dev tap and bridging anything
network related.
JonB
____________________________________________
Openvpn-users mailing list
Openvpn-users@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/openvpn-users
|