I think you can setup a CUPS or LPD server just accept connections from any network interface/subnet and then just password lock it and enter the IP of that machine on the other.
In my case though, I have two complete LANs in different physical locations that want to interact, so I setup a VPN between them and it's like they're on the same network. (Used Freeswan and two Pentium 200s)
http://www.freeswan.org
It required building custom kernels and a lot of work though, a simple tunnel like stunnel or amrite VPN.
http://freshmeat.net/searc
Keep in mind that SMB/samba was intended for local networks and so it relies on master browsers and broadcasts and so on. In my case, I can connect to SMB shares on the remote network, but I have to enter them by hand (e.g. map network drive \\IPADDR\share) not browse them. I'm sure there's a way around this I just don't know what it is... I think it has something to do with the master browsers communicating though.
Main Topics
Browse All Topics





by: natmaPosted on 2003-05-06 at 10:33:53ID: 8473353
use a tunnel or a VPN
nload/bina ries.html) , or SSH (TCP port forwarding: use PUTTY)
1/devel/ci pe.html ebedee/
a tunnel is less difficult to set up
tunneling programs w Unix and MS-Windows incarnations: "stunnel" (a tunnel w OpenSSL: http://www.stunnel.org/dow
the pb is: you need a software which will transport UDP (isolated paquets, from the nw point of view), and those softs only do TCP (sessions)
you may convert UDP to TCP then tunnel it, for example using netcat. but the tunneling 'easy way' fades away
=> use a VPN
http://sites.inka.de/~W101
http://www.winton.org.uk/z
or Free S/Wan if your Windows box does IPSEC (W2000 and above)