Hello all, another question!
I have two offices that we are trying to connect, a main office and a remote office. The remote office connects with a vpn to the main office and then uses Tiny Term (terminal emulator) to use the proprietary unix software for our industry. Anyway, this unix Sco box prints to dot matrix printers and does not use windows printing. I have two linksys 3 port printservers, one at each location. I can print to the local one here at the main office using netcat:
netcat -h printserver -p 4010 <-- local works fine!
But when I try to print to the printer at the remote location, the connection is refused. I have enabled the cayman dsl router to allow ports 4010, 4020, 4030 (using tcp) through and pointed it to the linksys printserver at 192.168.1.100. When I run the debug netcat script:
netcat -d -h 65.70.34.xx -p 4010
It tells me: Connect to port 4010 on 65.70.34.xx : Connection refused.
What am I missing? Do I need to use UDP,ICMP, or PPTP (that is my only four options on the cayman web interface)?
thanks once again!
mattmc
I have two offices that we are trying to connect, a main office and a remote office. The remote office connects with a vpn to the main office and then uses Tiny Term (terminal emulator) to use the proprietary unix software for our industry. Anyway, this unix Sco box prints to dot matrix printers and does not use windows printing. I have two linksys 3 port printservers, one at each location. I can print to the local one here at the main office using netcat:
netcat -h printserver -p 4010 <-- local works fine!
But when I try to print to the printer at the remote location, the connection is refused. I have enabled the cayman dsl router to allow ports 4010, 4020, 4030 (using tcp) through and pointed it to the linksys printserver at 192.168.1.100. When I run the debug netcat script:
netcat -d -h 65.70.34.xx -p 4010
It tells me: Connect to port 4010 on 65.70.34.xx : Connection refused.
What am I missing? Do I need to use UDP,ICMP, or PPTP (that is my only four options on the cayman web interface)?
thanks once again!
mattmc