Return to BSD News archive
Path: sserve!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.uwa.edu.au!classic.iinet.com.au!news.uoknor.edu!news.ecn.uoknor.edu!paladin.american.edu!gatech!news.sprintlink.net!demon!doc.news.pipex.net!pipex!sunic!sunic.sunet.se!news.uni-c.dk!news From: tor-imi@inet.uni-c.dk (Torben Christensen) Newsgroups: comp.unix.bsd.netbsd.misc Subject: Help NetBSD - WinSock 2.0 problem Date: Sun, 28 May 1995 18:13:29 GMT Organization: News Server at UNI-C, Danish Computing Centre for Research and Education. Lines: 59 Message-ID: <3qa7in$aue@news.uni-c.dk> NNTP-Posting-Host: lgbppp29.uni-c.dk X-Newsreader: Forte Free Agent v0.46 Hi all I am trying hard to get the following to work: NetBSD on a 486 DX2 50 MHz on a network where a small number of PC's are running WinSock 2.0 and the problem being, that I have not been able to make the NetBSD machine work as a router via a PPP link to the net. I can 'see' the request for information transmitted via the PPP link, but nothing comes back ??? I am able to telnet and ping from the NetBSD box out on the PPP link but not from any of the PC's, so to me that means the the NetBSD is not routing ??? ppp_setup is like this #! /bin/sh chat -v "" "atz" "OK" "atdt45935000" "CONNECT" "\d" "login:" "Loginname" "Password:" "Password" ppp_start is like this: #! /bin/sh FS=' ' pppd connect /etc/ppp_setup crtscts defaultroute lock mru 296 modem /dev/ttyd0 38400 and a ppp_stop like this #! /bin/sh for PPP in /var/run/ppp*.pid do kill `cat $PPP` done I'm new at this unix setup so please... Please help. This is driving me crazy. Torben Christensen tor-imi@inet.uni-c.dk -------------------------------------------------------- E-mail: tor-imi@inet.uni-c.dk tor@rosebud.icl.dk Snail mail address: Torben Christensen IMI - Inner Management Institute Latyrus Allé 25 DK 2770 Kastrup, Denmark Tel.: +45 3250 0288 Fax.: +45 3250 7228 --------------------------------------------------------- "Managers do things right. Leaders do the right thing." Warren Bennis and Burt Nanus ---------------------------------------------------------