I am using a RocketPort Serial card called a RocketPort Plus PCI with
diald-0.99.3.tar.gz & Redhat 6.1. My rocketPort card works great with
pppd and all of my firewall settings up until now with diald. I am
having problems with diald, I don't know if diald isn't compatible with
the rocketport card or it is just diald and how I have it configured.
This is how I setup diald:
Under /usr/src/diald
I have edited the config.h and uncommented out everything except for the
PORT_MASQ stuff. I then ran a "Make" then a "Make Install". Everything
went fine no problems. I created the /etc/diald.conf file and modified
the connect script that came with diald to accommodate my settings. The
file is called from diald.conf as connect "/usr/lib/diald/connect". I
then rebooted my linux server and tried running /usr/sbin/diald, this is
what I get:
Had problems with diald accessing my modem when the diald.conf file had
device /dev/ttyR0 specified, diald wouldn't talk to my modem, so I had
to do the following. My RocketPort card has serial devices called ttyR0
-ttyR7 instead of ttyS0, therefore I looked at the /dev directory and
noticed that ttyS0 has a symbolic link to /dev/modem. So I made a
symbolic link as follows in the /dev directory
lrwxrwxrwx 1 root root rocket1 -> ttyR0
In my diald.conf file I have the following line device /dev/rocket1. By
doing this I
get diald to actually trigger the TR led on the modem. I was never able
to to do
that before. If I issue a ps -ax once diald is running this is how it is
listed;
618 ? S< 0:00 diald
I then checked my /var/log/messages file and this is what is logged:
Apr 9 22:15:52 localhost diald[668]: Calling site 205.210.145.133
Apr 9 22:15:53 localhost connect: Initializing Modem
Apr 9 22:15:53 localhost chat[699]: Can't get terminal parameters:
Invalid argument
Apr 9 22:15:53 localhost connect: Failed to initialize modem
Apr 9 22:15:53 localhost diald[668]: Connect script failed.
Apr 9 22:15:54 localhost diald[668]: Delaying 30 seconds before clear
to dial.
I am using the /usr/src/diald/connect script that came with diald. What
am I missing to get this working???
All I have to do is gett this working and my firewall server is
complete!!!!!!!!!!!!!
-
To unsubscribe from this list: send the line "unsubscribe linux-diald" in
the body of a message to [EMAIL PROTECTED]