Networking Forums

Networking Forums > Computer Networking > Linux Networking > linux modem remote access server

Reply
Thread Tools Display Modes

linux modem remote access server

 
 
Scott
Guest
Posts: n/a

 
      10-15-2005, 04:57 PM
Hello,

I have a remote monitoring setup. Normally it's connected to the
outside world via cable-modem (high speed internet connection). A
failure in the cable modem would be inconvenient (would require my
flying cross country to fix the problem). Therefore, I want to set up a
backup access method with a modem on a POTS (telephone) line.

The reason for this is redundancy. If the cable modem fails, I still
want a low-tech means of getting in and making sure the system is still
working.

I have a Linux machine on my network, and I'd like to connect one of
it's serial ports up to a modem, set the modem to auto-answer mode, and
run a serial console to that modem. That way I can dial-in and see
what's going on if the cable modem fails. I don't need anything fancy
like a PPP or SLIP connection. Just a dial-in login is fine.

Is there a FAQ anywhere on setting this sort of thing up? In
particular, I want to make sure I don't introduce a big security hole
in my network. I'm assuming that as long as all of the logins on the
machine are secured with reasonable passwords that the machine would be
secure?

Also, any instructions on how to configure the modem would be helpful.
I'm assuming that it either has dipswitches or nvram configuration that
can put it into auto-answer mode.

Thanks,
Scott

 
Reply With Quote
 
 
 
 
Antoine EMERIT
Guest
Posts: n/a

 
      10-15-2005, 07:19 PM
"Scott" <(E-Mail Removed)> écrivait news:1129395439.676268.260630
@f14g2000cwb.googlegroups.com:
> Is there a FAQ anywhere on setting this sort of thing up? In
> particular, I want to make sure I don't introduce a big security hole
> in my network. I'm assuming that as long as all of the logins on the
> machine are secured with reasonable passwords that the machine would be
> secure?


For the FAQ, look at in the HOW-TO section at the Linux Documentation
Project (LDTP is a good start point for Linux Documentation)

http://www.tldp.org

A good password, program generated is always a good idea. You may add a
"strong" security by using a call-back connexion. In a such case, you
ring the modem and the modem call back a fix phone number on your side.
In that case auto-answer is disabled.

"Old" great modem like the USR Courier Modem can directly do that without
any OS configuration.

However, Linux can do it with a proper scripts (searh at the LDP)

> Also, any instructions on how to configure the modem would be helpful.
> I'm assuming that it either has dipswitches or nvram configuration that
> can put it into auto-answer mode.


"Classic" modem use the AT (also named HAYES) command, that you send to
the modem using a serial terminal (e.g.: minicom).

You must have the AT commands table of the modem.


Regards
 
Reply With Quote
 
Tauno Voipio
Guest
Posts: n/a

 
      10-15-2005, 07:54 PM
Antoine EMERIT wrote:
> "Scott" <(E-Mail Removed)> écrivait news:1129395439.676268.260630
> @f14g2000cwb.googlegroups.com:
>
>>Is there a FAQ anywhere on setting this sort of thing up? In
>>particular, I want to make sure I don't introduce a big security hole
>>in my network. I'm assuming that as long as all of the logins on the
>>machine are secured with reasonable passwords that the machine would be
>>secure?

>
>
> For the FAQ, look at in the HOW-TO section at the Linux Documentation
> Project (LDTP is a good start point for Linux Documentation)
>
> http://www.tldp.org



Probably the best to start with is Modem-HOWTO. The HOWTO is quite fresh
(June 2005). The section 3 handles modem pools and RAS.

--

Tauno Voipio
tauno voipio (at) iki fi

 
Reply With Quote
 
James Knott
Guest
Posts: n/a

 
      10-15-2005, 08:58 PM
Scott wrote:

> I have a remote monitoring setup. Normally it's connected to the
> outside world via cable-modem (high speed internet connection). A
> failure in the cable modem would be inconvenient (would require my
> flying cross country to fix the problem). Therefore, I want to set up a
> backup access method with a modem on a POTS (telephone) line.


There's a mini ISP howto at the Linux Documentation Project site. It's for
Red Hat and a few years old, but it should give you some ideas.

 
Reply With Quote
 
Clifford Kite
Guest
Posts: n/a

 
      10-15-2005, 11:28 PM
Scott <(E-Mail Removed)> wrote:
> Hello,


> I have a remote monitoring setup. Normally it's connected to the
> outside world via cable-modem (high speed internet connection). A
> failure in the cable modem would be inconvenient (would require my
> flying cross country to fix the problem). Therefore, I want to set up a
> backup access method with a modem on a POTS (telephone) line.


> The reason for this is redundancy. If the cable modem fails, I still
> want a low-tech means of getting in and making sure the system is still
> working.


> I have a Linux machine on my network, and I'd like to connect one of
> it's serial ports up to a modem, set the modem to auto-answer mode, and
> run a serial console to that modem. That way I can dial-in and see
> what's going on if the cable modem fails. I don't need anything fancy
> like a PPP or SLIP connection. Just a dial-in login is fine.


ftp://alpha.greenie.net/pub/mgetty/s...3-Apr10.tar.gz

> Is there a FAQ anywhere on setting this sort of thing up? In
> particular, I want to make sure I don't introduce a big security hole
> in my network. I'm assuming that as long as all of the logins on the
> machine are secured with reasonable passwords that the machine would be
> secure?


Search for "mgetty" at http://tldp.org to find FAQs and HOWTOs.

As for logins, IMHO direct logins over a landline using a modem are
reasonably secure.

> Also, any instructions on how to configure the modem would be helpful.
> I'm assuming that it either has dipswitches or nvram configuration that
> can put it into auto-answer mode.


Mgetty can be configured to answer by sending ATA to the modem on
detection of one or more RINGs (default 1 RING, more than one is
specified by -n N on the mgetty command line where N is the number
of rings - search for -n in "info mgetty" for more details).

If Caller ID is available then it can also be configured to only
answer specified caller numbers. Mgetty can be also configured to
answer a call using the "ringback" and "ringback-time SEC" features
(which can be combined by using -R SEC on the mgetty command line -
search for ringback and -R in "info mgetty" for more details).

-- Clifford Kite Email: "echo xvgr_yvahk-(E-Mail Removed)|rot13"
PPP-Q&A links, downloads: http://ckite.no-ip.net/
/* "PPPoE has many advantages for DSL service providers, and
practically none for DSL consumers."
- David F. Skoll */
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
server Linux domain accounts remote access static IP linux konqueror in progress Linux Networking 2 12-22-2006 09:19 PM
How to install rpm or, software on remote linux server jatrojoomla Linux Networking 3 09-24-2006 12:05 AM
help to access linux remote Petterson Mikael Linux Networking 0 05-10-2006 10:06 AM
28k cap for Remote Access Server Precision Windows Networking 4 07-14-2004 11:15 PM
Cannot access Linux Web Page or ping linux server from different subnet. Paul Graves Linux Networking 2 07-20-2003 08:39 AM



1 2 3 4 5 6 7 8 9 10 11