<div>Thank you very much for your help . Can you please do me favor and confirm if the scenario works when both ends are as CentOS (I mean my CentOS server at the office connected to the telephone line and the remote CentOS client at the far site that we need to have remote access to it) ?</div>

<div>Thank you in advance</div>
<div><br><br> </div>
<div class="gmail_quote">On Mon, Oct 26, 2009 at 5:42 AM, John R Pierce <span dir="ltr"><<a href="mailto:pierce@hogranch.com">pierce@hogranch.com</a>></span> wrote:<br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">
<div>
<div></div>
<div class="h5">hadi motamedi wrote:<br>> Dear All<br>> Please be informed that I checked for the presence of internal modem<br>> on my CentOS server , as the followings :<br>> #dmesg |grep -i modem<br>> #lspci |grep -i modem<br>
> #lshw |grep -i modem<br>> According to the output , it seems that my CentOS client does not<br>> contain internal modem . So I decided to add external USB modem and<br>> make use of an PCAnyWhere like application that enables for Remote PC<br>
> Access . Can you please do me favor and let me know how can I add the<br>> external USB modem to my CentOS host and please propose for an<br>> PCAnyWhere like application that can be installed on my CentOS client<br>
> and enables for remote dialup connection (as the PCAnyWhere does for<br>> the MS Windows clients) ?<br><br></div></div>I would use a serial modem, assuming your server has a serial port...<br>and then configure a tty on that serial port, along with the modem<br>
autoanswer.<br><br>CentOS has mgetty, so in /etc/inittab, you add a line like...<br><br>S3:345:respawn:/sbin/mgetty -x3 ttyS0    (for com1 which is dev/tty0)<br><br>and configure your modem options in   /etc/mgetty+sendfax/mgetty.config<br>
<br>now, you can use a dialup terminal program such as minicom, hyperterm,<br>etc and dial into that modem on the CentOS system, and get a serial<br>login prompt.<br><br><br>sadly, I haven't set this sort of thing up in so many years, Ive<br>
forgotten all the specifics.  these days, we just use ssh over the internet<br><br><br>_______________________________________________<br>CentOS mailing list<br><a href="mailto:CentOS@centos.org">CentOS@centos.org</a><br>
<a href="http://lists.centos.org/mailman/listinfo/centos" target="_blank">http://lists.centos.org/mailman/listinfo/centos</a><br></blockquote></div><br>