Hello there,
I am trying to get [C]SLIP working on our Linux machine here in the office.
The machine is on the office ethernet (140.145.235.X) which is connected to the
internet as a whole. We have a seperate subnet for our [C]SLIP and PPP connections
(140.145.237.X). The PPP side of things works great, however some of our staff do
not have a PPP option, but instead need to use SLIP or CSLIP.
Using, say Winsock on a PC, I can connect and run dip, but what it talks is
not [C]SLIP.
My entry in /etc/diphosts looks like this:
msteed-slip::140.145.237.1:140.145.235.2:netmask::SLIP,1500
msteed-cslip::140.145.237.1:140.145.235.2:netmask::CSLIP,1500
And I am using dip-3.3.7m.
Everything (routing info., interface etc.) gets setup correctly, but when I try and
start [C]SLIP up on these other machines nothing happens.
We have also tried using SLIP and CSLIP from Mac's and other UNIX machines with
no success. All the PPP clients work fine. The SLIP and CSLIP clients on these
machine work fine if I talk to a HP9000 in the office using SLIP, which leads
me to believe the problem is with the Linux side of things.
Can anyone help??
Thanks,
Martin