A. Buza
03-11-2001, 11:11 PM
For the past month or so, I've been trying to get my linux box(which is on a spiffy LAN) set up as a dial-up PPP server for my dreamcast to connect to. It hasn't worked yet.
I've read everything I could on the specific subject, and on the more general subjects of modems, serial ports, IP forwarding, PPPD, mgetty, etc. I've posted my problems on usenet forums, and have tried to find others with the same problem as me. However, I've still had no luck getting it to work.
It looks like you guys are my only remaining hope. Anyway, here's the deal, hopefully someone can help,since I feel as though I'm so close to getting this to work:
I have a linux (RH 6.1) pc connected to a lan using standard ethernet stuff. I also have a modem (external, hayes 56k). I am attempting to set up a dial-in server which my dreamcast can use for internet access. The PC and DC are connected directly (i.e., no going through the standard phone lines/phone co. i.e., no dial tone).So far, I've gotten the linux modem to make noise (although it isn't like any dialing noise I've heard), but then the DC disconnects with the message 'no carrier'.
Here are the relevant config files:
DC IP = 192.168.0.1
/etc/inittab/
#blahblah
S1:2345:respawn:/usr/bin/mgetty ttyS1 -x9
/etc/inetd.conf/
#udpred stuff
21050 dgram udp wait root /usr/sbin/tcpd /usr/bin/udpred 192.168.0.1 21050
/etc/ppp/options.server
debug
require-pap
default-asyncmap
I think everything else is set up correctly but I could be wrong so please tell me if anything else would help others resolve my problem.
Thanks for your time... I hope I can get this working eventually.
I've read everything I could on the specific subject, and on the more general subjects of modems, serial ports, IP forwarding, PPPD, mgetty, etc. I've posted my problems on usenet forums, and have tried to find others with the same problem as me. However, I've still had no luck getting it to work.
It looks like you guys are my only remaining hope. Anyway, here's the deal, hopefully someone can help,since I feel as though I'm so close to getting this to work:
I have a linux (RH 6.1) pc connected to a lan using standard ethernet stuff. I also have a modem (external, hayes 56k). I am attempting to set up a dial-in server which my dreamcast can use for internet access. The PC and DC are connected directly (i.e., no going through the standard phone lines/phone co. i.e., no dial tone).So far, I've gotten the linux modem to make noise (although it isn't like any dialing noise I've heard), but then the DC disconnects with the message 'no carrier'.
Here are the relevant config files:
DC IP = 192.168.0.1
/etc/inittab/
#blahblah
S1:2345:respawn:/usr/bin/mgetty ttyS1 -x9
/etc/inetd.conf/
#udpred stuff
21050 dgram udp wait root /usr/sbin/tcpd /usr/bin/udpred 192.168.0.1 21050
/etc/ppp/options.server
debug
require-pap
default-asyncmap
I think everything else is set up correctly but I could be wrong so please tell me if anything else would help others resolve my problem.
Thanks for your time... I hope I can get this working eventually.