Not exactly FreeBSD, but I thought you guys might know best :)
Running a FBSD firewall/router with a Win98 machine behind it. I also have a
news account at my university which I would like to access from my Win98
machine. I can access it fine by ssh'ing into my uni, and running
pine/tin...
Can I use SSH to forward requests from the Win98 machine thru an SSH tunnel
to the uni?
address
and I get this on sockstat :
USER COMMAND PID FD PROTO LOCAL ADDRESS FOREIGN ADDRESS
root ssh1 64108 3 tcp4 <MY IP>.101 <UNI ADDRESS>.22
root ssh1 64108 4 tcp6 ::1.119 *.*
root ssh1 64108 5 tcp4 127.0.0.1.119 *.*
What is going on with line 2? I can see that line 3 is listening to
localhost for access to news stuff, but something is stuffed with line 2...
Thanx