Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Port 24 to Port 22 forward
Name: MicrosoftMAN Date: February 26, 2005 at 16:13:06 Pacific OS: Linux 2.4 CPU/Ram: N/A
Comment:
I have this one Debian machine that is DMZed out of my router which I use the DNS of zeroone.is-a-geek.org to send traffic to my LAN, so basically when my DMZed Debian machine gets any traffic on it, I want it to forward it to 192.168.1.103:22 while the DMZ machine is 192.168.1.101. I tried asking tons of people and reading HOWTOs and the only thing I got to work was a port direct locally but I can't seem to get this.
Name: MicrosoftMAN Date: February 26, 2005 at 21:10:11 Pacific
Reply:
I got this working, now ssh works odd because it sees 192.168.1.101 port 22 and 192.168.1.101 port 23 as the same SSH server, so it keeps thinking a Man In The Middle attack is occuring. Anyway to fix this while letting it verify other hosts?
Summary: I have two computers connected to a lan. The first (which is connected to the internet VIA DSL and is running ICS)has windows XP The second computer is running Mandrake 8. My question is: How do I run...
Summary: You can change the port /etc/ssh/sshd_config (or some config file in /etc). In mine, it's on the 8th line. Then I restarted sshd. But when I run %nmap localhost Port State Service 22/tcp ...