Date: Mon, 06 Apr 98 22:09:58 -0500 From: Andrew Stevens <andrew@log.on.ca> To: "freebsd-questions@freebsd.org" <freebsd-questions@FreeBSD.ORG> Subject: Re: Using ICQ with an IP alias Message-ID: <m0yMNmC-0004GSC@logon.log.on.ca>
next in thread | raw e-mail | index | archive | help
-- [ From: Andrew Stevens * EMC.Ver #2.5.02 ] -- Jon, Thanks for the reply: >alias port udp 10.10.0.10:21 21 <<<<--change 21 to 3001 and so on... >alias port tcp 10.10.0.10:21 21 I added the above two lines into ppp.conf with the following revisions: alias port udp 192.168.1.3:8080 8080 (192.168.1.3 being the IP of my windows box; 8080 being the port I assigned to the web server there.) alias port tcp 192.168.1.3:8080 8080 When I attempted to call up the web server on my Windows machine (by typing "telnet my.current.ip 8080" from the UNIX box), it said "unable to connect to remote host: Connection refused". Is there another file which needs to be amended? Thanks, Andrew Stevens. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?m0yMNmC-0004GSC>