Linux-Networking Digest #476, Volume #10         Fri, 12 Mar 99 23:13:59 EST

Contents:
  Re: Machine name themes - what do you use? (Jerry Cornelius)
  Re: IPX and Windows (Bernd-Ulrich Adrigam)
  BEGINNER about GNOME ("Thomas Straughn")
  NIS problem: ypbind won't bind on S/Linux (Joseph Tam)
  Re: TCPDUMP and packet sniffing ("H.G.Williams")
  iMac and internet (Jean-Michel LEON-FOUN-LIN)
  Re: SUSE6.0 @ Pcmcia modem ([EMAIL PROTECTED])
  diald get PPP on 2nd call (Moses Ling)
  Help tracking IP with DHCP ("Gene McFadden")
  Re: Need PPP log interpreter!!! ("Marco Fonseca")
  Re: DHCP: Socket: Invalid Option (Doug Pearson)
  Increasing the number of pty or tty to 512 ? (James Yu)
  Re: ftp only accounts using anon ftp help please.... ([EMAIL PROTECTED])
  URGENT HELP ? ("linux")
  [2000萬份客戶E-MAIL信箱地址] (mail)
  Re: diald get PPP on 2nd call (Clifford Kite)

----------------------------------------------------------------------------

From: [EMAIL PROTECTED] (Jerry Cornelius)
Crossposted-To: 
vmsnet.networks.misc,comp.unix.solaris,comp.os.os2.networking.server,comp.os.ms-windows.nt.admin.networking,comp.infosystems.www.servers.unix,comp.protocols.tcp-ip.domains
Subject: Re: Machine name themes - what do you use?
Date: Fri, 12 Mar 1999 17:24:44 GMT

We've named our systems after famous mathematicians and scientisits:

Mendel, Mandelbrot, Archimedes, Ptolemy, Turing, Bohr, Avogadro,
Tesla, Galilea... others.

We, however, refuse to use Newton or Cochran...
Microsoft's dogma:  If it's broke don't fix it until we get swamped by the press.
Linux Community dogma:  If it's Microsoft, it's broke.  Don't fix it.
Web Developer dogma:  mmmm, Fosters...

Berry Sizemore
Web Developer
Web-X LLC
http://www.web-x.com
[EMAIL PROTECTED]
253-383-8767 xt. 231

------------------------------

From: [EMAIL PROTECTED] (Bernd-Ulrich Adrigam)
Subject: Re: IPX and Windows
Date: Sat, 13 Mar 1999 02:52:19 +0100


Nicholas Knouf schrieb in Nachricht
<[EMAIL PROTECTED]>...
>Is there any way to manually set the IPX network number in Linux to
>0x00000000 to make it work with Windows machines?  I have some Windows
>machines where I'm unable to change their network numbers and I'd like
>to make IPX work with them.  Thanks!
>
>Nick Knouf
>[EMAIL PROTECTED]
>
Hello Nicholas,
You can set the IPX-networknumber and the frame in the network configuration
of the Windows-machines ( but take care, that it matches the actual
configuration of the IPX-network,otherwise a Novell-server will CRY on it's
console !!! ).
I think, that a network-number of 0x0 and auto-framing means, that Windows
tries to get the number from the activ network.

Bernd




------------------------------

From: "Thomas Straughn" <[EMAIL PROTECTED]>
Subject: BEGINNER about GNOME
Date: Fri, 12 Mar 1999 21:02:20 -0500

        I am a newbie, actually I have not even set up my linux box because
the motherboard is still in the mail but I was wondering if GNOME would be a
good way for me to get into linux without overwhelming myself?  I figured
mabye just by setting it up I would learn a little and could gradually ease
my way into the OS.  What do you think?  I learned DOS as a kid becuase I
was trying to fix those crappy Sierra games all the time and I guess I was
just thinking this might be the same sort of thing.  Am I being a wuss if I
start with GNOME or is it a good idea?
Thanks
Thomas



------------------------------

From: [EMAIL PROTECTED] (Joseph Tam)
Subject: NIS problem: ypbind won't bind on S/Linux
Date: 13 Mar 1999 01:32:13 GMT



I'm experimenting with Debian 2.1 for the Sparc, and I've got most
of the problems ironed out except for NIS.  I've set this up like for
every other Linux/x86 machines, but the dang thing won't work.

Here are the relevent details:

Versions:

        NIS             3.3.1-1
        Kernel          2.0.35
        glib-pre2.1     2.0.105-2


Contents of /etc/yp.conf:

        domain ocgy.ubc.ca server nessie.ocgy.ubc.ca


Contents of /etc/nsswitch.conf:

        passwd:         compat
        group:          compat
        shadow:         compat

        hosts:          files dns
        networks:       files

        protocols:      db files
        services:       db files
        ethers:         db files
        rpc:            db files

        netgroup:       nis files


Output of domainname:

        ocgy.ubc.ca


Output of ypbind -d -ypset:

        Trying entry: domain ocgy.ubc.ca server nessie.ocgy.ubc.ca
        parsed domain 'ocgy.ubc.ca' server 'nessie.ocgy.ubc.ca'
        add_server() domain: ocgy.ubc.ca, host: nessie.ocgy.ubc.ca, nobroadcast, slot: 0
        [Welcome to ypbind-mt, version 1.3]

        ping host 'nessie.ocgy.ubc.ca', domain 'ocgy.ubc.ca'
        Pinging all active server.
        ping host 'nessie.ocgy.ubc.ca', domain 'ocgy.ubc.ca'
        Pinging all active server.
        ping host 'nessie.ocgy.ubc.ca', domain 'ocgy.ubc.ca'
        Pinging all active server.
        ping host 'nessie.ocgy.ubc.ca', domain 'ocgy.ubc.ca'
        ... above 2 lines repeat every 20 secs. or so ...


Output of ypwhich (while above is going on):

        ypbindproc_domain_2_svc (ocgy.ubc.ca)
        trylock = success
        ping host 'nessie.ocgy.ubc.ca', domain 'ocgy.ubc.ca'
        Status: YPBIND_FAIL_VAL
        can't yp_bind: Reason: Domain not bound

Output of ps afwux | egrep yp (while ypbind is going on):

        root      1405  2.3  6.2  1952   912  p1 S    17:26   0:00              \_ 
ypbind -d -ypset 
        root      1406  0.0  6.2  1952   912  p1 S    17:26   0:00              |   \_ 
ypbind -d -ypset 
        root      1407  0.0  6.2  1952   912  p1 S    17:26   0:00              |      
 \_ ypbind -d -ypset 
        root      1408  0.1  6.2  1952   912  p1 S    17:26   0:00              |      
 \_ ypbind -d -ypset 


As far as I know, the rest of the network tools work fine (ping, telnet, ftp,
DNS, etc) so I'm scratching my head on this one.  Do I need a kernel upgrade,
or a newer version of NIS?  Anyone can clue me in on this one?

Thanks,
Joseph Tam <[EMAIL PROTECTED]>


------------------------------

From: "H.G.Williams" <[EMAIL PROTECTED]>
Subject: Re: TCPDUMP and packet sniffing
Date: Fri, 12 Mar 1999 20:22:09 -0600

try using the lowercase 'd' (i.e. tcpdump -d)

Jamie Causey wrote:
> 
> Does anyone know how to use TCPDUMP to actually sniff the data or clear
> text out of packets?
> The O-Reilly book "Essential System Administration" describes using
> tcpdump with the -D switch
> to do this, but I cannot find any version of tcpdump that this switch
> actually works with.
> 
> Any ideas would be greatly appreciated!


------------------------------

From: Jean-Michel LEON-FOUN-LIN <[EMAIL PROTECTED]>
Subject: iMac and internet
Date: Sat, 13 Mar 1999 06:44:11 +0400

Hello!

Here is a file that may help.

Jean-Michel


------------------------------

From: [EMAIL PROTECTED]
Crossposted-To: 
alt.os.linux.dial-up,alt.comp.tkdesk,comp.os.linux,de.alt.comp.kde,nl.comp.os.linux,rainbow.mailing-lists.linux.vger.ppp
Subject: Re: SUSE6.0 @ Pcmcia modem
Date: Sat, 13 Mar 1999 13:01:37 +1000

Jos Zwanenburg wrote:
> 
> No, i do not know.
> 
> ---------------------
> 
> Nee, ik weet het niet
> 
> ---------------------
> 
> Nein, ich weiBe nicht...
> Jos wrote:
> 
> > Machine: Mynote 810 notebook
> > CPU: Amd k6-II/300Mhz
> > 96Mb / 4Gig hdd
> > OS: SuSE 6.0 Linux, KDE Enviroment
> >
> > -------------------------
> >
> > Hi!
> >
> > I have just installed SuSE Linux on my notebook.
> > I'd like to know if it's possible to use a pcmcia modem
> > under linux. Does anybody know how to do this?
> >
> > regards,
> >
> > Jos van Riswick
Om te beginnen moet je support voor PCMCIA inbouwen in de kernel. Voor
meer informatie ga naar www.redhat.com/support and zoek naar notebook
support.

GOOD LUCK

John (Jos)


> > [EMAIL PROTECTED]
> >
> > -----------------------------
> >
> > Hallo!
> >
> > Ik heb net SuSE Linux op m'n notebook geinstalleerd.
> > Ik zou willen weten of het mogelijk is een pcmcia modem
> > te gebruiken onder linux. Weet iemand hoe dat moet?
> >
> > groenten,
> >
> > Jos van Riswick
> > [EMAIL PROTECTED]
> >
> > -------------------------------
> >
> > Hallo!
> >
> > Ich habe gerade SuSE Linux auf meinem Notebook Pc
> > installiert. Ich moechte jetzt wissen ob man ein Pcmcia Modem
> > benutzen kann mit Linux. Weiss jemand wie dass
> > funktioniert?
> >
> > Gruetzili,
> >
> > Jos van Riswick
> > [EMAIL PROTECTED]

-- 
John

[EMAIL PROTECTED]

------------------------------

From: Moses Ling <[EMAIL PROTECTED]>
Subject: diald get PPP on 2nd call
Date: Fri, 12 Mar 1999 11:08:50 -0600
Reply-To: [EMAIL PROTECTED]

Hi !
        My diald will connect the 1st time and hang-up the phone and
redail. The 2nd time PPP get connected!! can anyone tell me why??? I
look at the log seens like the first call didn't get loged here is my
log file

Mar 12 10:16:14 speedy diald[850]: Running connect (pid = 859).
Mar 12 10:16:42 speedy diald[850]: Running pppd (pid = 860).
Mar 12 10:16:42 speedy pppd[860]: pppd 2.2.0 started by root, uid 0
Mar 12 10:17:16 speedy pppd[860]: Serial connection established.
Mar 12 10:17:17 speedy pppd[860]: Using interface ppp0
Mar 12 10:17:17 speedy pppd[860]: Connect: ppp0 <--> /dev/modem
Mar 12 10:17:18 speedy pppd[860]: Remote message:
Mar 12 10:17:18 speedy pppd[860]: local  IP address 198.xxx.xxx.xxx
Mar 12 10:17:18 speedy pppd[860]: remote IP address 198.xxx.xxx.xxx
Mar 12 10:17:18 speedy pppd[860]: ppp not replacing existing default
route to sl0[0.0.0.0]
Mar 12 10:17:19 speedy diald[850]: New addresses: local 198.x.x.x,
remote 198.x.x.x

This looks like the 2nd dial but I can't find the 1st dial ........
Help!!!!!!


------------------------------

From: "Gene McFadden" <[EMAIL PROTECTED]>
Subject: Help tracking IP with DHCP
Date: Fri, 12 Mar 1999 19:58:23 -0700

I have a RH5.2 system hooked up to my ISP with PPP.
Since my ISP uses DHCP and my phone lines are very
unstable - some days the line will drop several times. I would
like to use gmail to email the new IP to my work email address
each time the system has to redial. I have a script working
that uses serialmail to upload new mail to my ISP after if grabs the
current IP.
Where do I put the script so it will be executed every time the
system redials? I know I have to wait for the system to connect
 before I can kick off serialmail and send the IP.

Remove "nospam" for email. Thanks much.




------------------------------

From: "Marco Fonseca" <[EMAIL PROTECTED]>
Subject: Re: Need PPP log interpreter!!!
Date: Fri, 12 Mar 1999 22:09:08 -0500

Ok, friends, I finally did it ---after a long tortuous month!!!! It was just
a matter of adding a couple of expect-send strings and that did it. The "all
had bit 7 set to 0" message was, apparently, the server's response to a lack
of strings from my machine. No, Randall, in this case it seems as though it
didn't have to do with the irq that my modem uses.

However, folks, now I seem to have developed another problem. After
establishing the connection I can't launch any applications or open programs
from the Control Panel even though I am logged as root. When I click on
"restart" on the Start menu, the login window I get invariably has as my
domain, not the localhost domain familiar to all of us, but one of my ISP's
servers' domains. I can't do very much here even though I think I am
terminating the connection properly.

Whether I use usernet or the command "ifup ppp0" and then "ifdown ppp0",
after doing this and apparently disconnecting, I can't launch anything, not
emacs, not Nescape, not StarOffice, anything. All i have is basic functions
such as pop-up menus but without the items on those menus available for
execution.

What is going on now?

Remember, I am using RH 5.2.

Marco Fonseca <[EMAIL PROTECTED]> wrote in message
news:7ca7jn$ppb$[EMAIL PROTECTED]...
>Still haven't been able to connect to my ISP using PPP. After one month!!!
>However, I now get more "reasonable" messages than the ones I was getting
at
>the beginning. Here's the one for which I need an interpreter and CLEAR
>guidelines on how to fix the problem(s) therein. By CLEAR I mean: if
there's
>new commands I've gotta enter into script files and the like, I would
>appreciate exact syntax and location within files, etc. Otherwise, I'll
just
>f---it over and over again. So, here's a chunck of the log with my username
>and password changed:
>
>Mar 11 14:29:18 localhost ifup-ppp: pppd started for ppp0 on /dev/modem at
>38400
>Mar 11 14:29:18 localhost pppd[749]: pppd 2.3.5 started by root, uid 0
>Mar 11 14:29:19 localhost chat[751]: abort on (BUSY)
>Mar 11 14:29:19 localhost chat[751]: abort on (ERROR)
>Mar 11 14:29:19 localhost chat[751]: abort on (NO CARRIER)
>Mar 11 14:29:19 localhost chat[751]: abort on (NO DIALTONE)
>Mar 11 14:29:19 localhost chat[751]: abort on (Invalid Login)
>Mar 11 14:29:19 localhost chat[751]: abort on (Login incorrect)
>Mar 11 14:29:19 localhost chat[751]: send (ATZ^M)
>Mar 11 14:29:19 localhost chat[751]: expect (OK)
>Mar 11 14:29:19 localhost chat[751]: ATZ^M^M
>Mar 11 14:29:19 localhost chat[751]: OK
>Mar 11 14:29:19 localhost chat[751]: -- got it
>Mar 11 14:29:19 localhost chat[751]: send (ATDT7366004^M)
>Mar 11 14:29:20 localhost chat[751]: expect (CONNECT)
>Mar 11 14:29:20 localhost chat[751]: ^M
>Mar 11 14:29:37 localhost chat[751]: ATDT7366004^M^M
>Mar 11 14:29:37 localhost chat[751]: CONNECT
>Mar 11 14:29:37 localhost chat[751]: -- got it
>Mar 11 14:29:37 localhost chat[751]: send (^M)
>Mar 11 14:29:37 localhost chat[751]: expect (rname:)
>Mar 11 14:29:37 localhost chat[751]: 28800/ARQ/V34/LAPM/V42BIS^M
>Mar 11 14:29:38 localhost chat[751]: ^M
>Mar 11 14:29:38 localhost chat[751]: ^M
>Mar 11 14:29:38 localhost chat[751]: User Access Verification^M
>Mar 11 14:29:38 localhost chat[751]: (To change your password, add a ? to^M
>Mar 11 14:29:38 localhost chat[751]: your userid at the Username prompt)^M
>Mar 11 14:29:38 localhost chat[751]: ^M
>Mar 11 14:29:38 localhost chat[751]: Username:
>Mar 11 14:29:38 localhost chat[751]: -- got it
>Mar 11 14:29:38 localhost chat[751]: send (username^M)
>Mar 11 14:29:38 localhost chat[751]: expect (ord:)
>Mar 11 14:29:38 localhost chat[751]: username^M
>Mar 11 14:29:38 localhost chat[751]: Password:
>Mar 11 14:29:38 localhost chat[751]: -- got it
>Mar 11 14:29:38 localhost chat[751]: send (password^M)
>Mar 11 14:29:38 localhost chat[751]: timeout set to 5 seconds
>Mar 11 14:29:38 localhost chat[751]: expect (~)
>Mar 11 14:29:39 localhost chat[751]: ^M
>Mar 11 14:29:39 localhost chat[751]: username's last login: Thu Mar 11
>14:27:02 1999^M
>Mar 11 14:29:39 localhost chat[751]: ^M
>Mar 11 14:29:39 localhost chat[751]: ^M
>Mar 11 14:29:39 localhost chat[751]: York University TCP/IP network
terminal
>server - warsaw^M
>Mar 11 14:29:39 localhost chat[751]: ^M
>Mar 11 14:29:43 localhost chat[751]: alarm
>Mar 11 14:29:43 localhost chat[751]: send (^M)
>Mar 11 14:29:43 localhost chat[751]: send (^M)
>Mar 11 14:29:43 localhost pppd[749]: Serial connection established.
>Mar 11 14:29:44 localhost pppd[749]: Using interface ppp0
>Mar 11 14:29:44 localhost pppd[749]: Connect: ppp0 <--> /dev/modem
>Mar 11 14:30:15 localhost pppd[749]: LCP: timeout sending Config-Requests
>Mar 11 14:30:15 localhost pppd[749]: Connection terminated.
>Mar 11 14:30:15 localhost pppd[749]: Receive serial link is not 8-bit
clean:
>Mar 11 14:30:15 localhost pppd[749]: Problem: all had bit 7 set to 0
>Mar 11 14:30:16 localhost pppd[749]: Exit.
>
>What I notice here is that after my password has been accepted, the server
>sends yet another couple of lines: 1) username's last login... 2) York
>University TCP/IP... Now, it is after the second line here that the server
>would expect me to type PPP at the prompt. When I do this in minicom,
>however, the server terminates the link within 5 or 10 seconds. Anyhow, are
>my scripts missing "send/expect" lines that would correspond to these
lines?
>If so, how do I go about configuring them? Any other ideas or suggestions?
>
>Thanks very much.
>


------------------------------

From: Doug Pearson <[EMAIL PROTECTED]>
Subject: Re: DHCP: Socket: Invalid Option
Date: Fri, 12 Mar 1999 22:14:12 -0500

The option is "Packet socket" or something like that. Grep for
CONFIG_PACKET in /usr/src/linux/Documentation/Configure.help and you
should see it. If you configure it as as module you must make sure that
it's loaded (insmod af_packet) before you start dhcpcd or you *will* get
the "socket: Invalid argument" error. (I'm running kernel 2.2.1 and
using dhcpcd-1.3.16 with mediaone express).

-dep-

Peck R. Wood wrote:
> 
> I have the same problem.  Have you had any luck with it?  I had
> glibc2.0.7pre6 installed and I even installed glibc2.0.5 and
> recompiled.  I couldn't find a kernel option for SOCK_PACKET either.  I
> emailed the author but haven't gotten a reply yet.  I'm going to
> recompile with the -debug option next but I messed up my libraries and
> have to set them up again.
> 
> Austin Gresham wrote:
> >
> > I recently compiled the dhcpcd client/server package, both version 0.70
> >
> > (since I'm running the 2.0.36 kernel) and the 1.3.17 version.  In the
> >
> > documentation, it mentions that the kernel should be compiled with
> >
> > SOCK_PACKET.  Apparently that wasn't done for mine because when I start
> >
> > dhcpcd, I get a message in my syslog that says: dhcpStart: socket: Invalid
> >
> > argument.
> >
> > I'm using the glibc 2.0.5 libraries (at least, they're installed).
> >
> > Do I need to recompile my kernel differently?  I used the "make
> >
> > menuconfig" originally, but saw no options for SOCK_PACKET, and I'm not a
> >
> > very proficient C coder...
> >
> > Thanks for any assistance
> >
> > -Austin
> >
> > ------------------  Posted via SearchLinux  ------------------
> >                   http://www.searchlinux.com
> 
>     ---------------------------------------------------------------
> 
>                                Name: peckrwood.vcf
>               Part 1.2         Type: text/x-vcard
>                            Encoding: 7bit
>                         Description: Card for Peck R. Wood

------------------------------

From: James Yu <[EMAIL PROTECTED]>
Crossposted-To: 
comp.os.linux.help,comp.os.linux.setup,comp.os.linux.misc,comp.os.linux.questions
Subject: Increasing the number of pty or tty to 512 ?
Date: Fri, 12 Mar 1999 19:13:03 -0800


Does any one know how to increase the number of pty over 256 limitation
?
In other words, can I have more than 256 pty's in the Linux 2.2.3, i.e.
as
many as 512 pty's and 512 tty's ?

Thanks

James


------------------------------

From: [EMAIL PROTECTED]
Subject: Re: ftp only accounts using anon ftp help please....
Date: Fri, 12 Mar 1999 20:27:44 -0500



Fred Skrotzki wrote:
Clip

> 3. Found in the man pages for ftpaccess that if I create a user and
> have it's home dir set to /home/./user that when they ftp in they
> should be restricted to the /user dir and not see anything above it.
> 
> # 3 is the part I'm having problems with.  I create it but they can
> still see and go above this level seeing my whole server.
> 

Doing this in /etc/passwd only works in conjunction with setting up 
ftp group.  Then as per the man page before the /./  becomes the root
(top of their login) and following the /./ is where they will start
under the root when they ftp login.  

> 1. Is there a specific user group that I should make these users a
> part of the useid is something in the low 500's.  I know I'm missing
> something simple and stupid but can't find it doc'd anywhere or even a
> anon ftp how to that describes this.

Ftp has 3 types of login
real            any user in the passward file with full access
guest           you can restrict user by group for root dir & home dir
anonymous       single login restricted to ftp's directory


To set up guest type

You need the following in /etc/ftpaccess :
========================================================================

# specify which group of users will be treated as "guests".
guestgroup ftpusers 

========================================================================

Add ftpusers to /etc/group 

(It need not be ftpusers any name is fine I used jrusers )

All users you want to have limited access must belong to this group

My ftp stuff is in /home/ftp    and has a subdirectory users 

So placing   /home/ftp/./users/mort  in the home field for mort in 
/etc/passwd  gives the results that when mort ftp's in he starts in
/home/ftp/users/mort but can only go up as far as /home/ftp

If you make the root (part before /./) other than ftp  you'll need to
include
/bin/ls somewhere that mort has access (a path to) or give him a copy. 
Otherwise he won't be able to ls (dir).

If you wish to allow your limited ftper's to delete, rename, chmod
Edit your /etc/ftpaccess permissions.

========================================================================
# all the following default to "yes" for everybody
delete          no      anonymous               # delete permission?
overwrite       no      guest,anonymous         # overwrite permission?
rename          no      anonymous               # rename permission?
chmod           no      anonymous               # chmod permission?
umask           no      guest,anonymous         # umask permission?
                      
                                          
  
-- 

                      Come Visit Our Website

        http://www.freeyellow.com/members/creative-services

         Please Visit Our Sponsers (We get paid per visit)


------------------------------

From: "linux" <[EMAIL PROTECTED]>
Crossposted-To: 
linux.sources.kernel,linux.redhat.ppp,linux.redhat.install,comp.os.linux.setup
Subject: URGENT HELP ?
Date: Fri, 12 Mar 1999 19:46:25 -0800

Hi everybody,
Somehow many device files were deleted:
/dev/floppy
/dev/cdrom
/dev/hda1 : boot hard drive
and more /dev/...
Please give some hints to reinstall or restore them ?
Thanks
Now I can't startx anymore.
My system: linux 5.1, kernel 2.2.2




------------------------------

From: mail<[EMAIL PROTECTED]>
Subject: [2000萬份客戶E-MAIL信箱地址]
Date: 13 Mar 1999 01:53:20 GMT

                              恆昌國際
              HANG CHEONG INTERNATIONAL

新成功市場行銷

      您是否經常為如何拓展行銷管道傷腦筋?

刊登報紙,雜誌廣告或郵寄DM (Direct Mail)是否已經無法達成您預期的廣告效果?

與其將時間和金錢耗費在成效不彰的舊有行銷方式上,建議您趕緊另尋新好方法來

取代現行的廣告行銷方式.傳統廣告行銷方式耗費太多人力物力而廣告費用和廣告

效益往往不成正比,因此許多大公司經過審慎評估後都已改採最為經濟快速且效果

更好的"E-MAIL廣告行銷 及 傳真廣告行銷" 也就是--網際網路DM發送廣告,
   
因為它確實經濟快速而且十分有效!

    經報告顯視網路行銷約每1000對 1.5 .

亦即,20000000萬個名單乘 0.0015等於30000

也就是三萬個客戶會跟您買,如您的貨品的淨利為50元,那你可賺到

50*30000=1500000,一百五十萬!!!!!

請問人生的第一個一百萬你要如何賺,現在就有可能一個月就賺一百萬.

利潤的多寡跟所經銷產品有關.只要找對產品.輕鬆賺錢沒問題.
________________________________________________________________________________
全套行銷工具出售,2000萬份客戶E-MAIL信箱地址.讓你變身成為SUPER SALES.

專業高速發電郵軟件.(不須要透過任何ISP的MAIL SERVER,把你的電腦當專業MAIL SERVER
速度超快).使用簡單.

*全港四十萬份客戶E-MAIL信箱地址.
*台灣一百萬份客戶E-MAIL信箱地址.
*世界二千萬份客戶E-MAIL信箱地址.

(最後更新日期為99年3月10號)

*更可1年免費更新(約每月十萬份)*

*(再送全港99年工商業20萬份客戶傳真號碼(分行業,地區,公司名,連軟件)*

*連上門安裝   *技術支援    *軟件更新

*使用CD-R光碟片裝載.(使用CD-AutoRun及菜單選項介面)
 
(全套只售 $680 ) 永久無限次使用。

680元只不過是個小投資,也許你現在不需要,但難保以後要推銷工作上的

產品或服務時需要!

***************************************************************************
本公司更擁有大型伺服器,專門分類收集各行各業 Email Address,
需要各行各業分類 Email Address,請隨時聯絡我們!
***************************************************************************

不要輕易放過這個賺錢的機會喔!

(訂購熱線)-(852)-83331002王先生

地址:香港九龍旺角洗衣街24號興業樓3樓(近金聲戲院)
_____________________________________________________________________



------------------------------

From: [EMAIL PROTECTED] (Clifford Kite)
Subject: Re: diald get PPP on 2nd call
Date: 12 Mar 1999 21:53:49 -0600

Moses Ling ([EMAIL PROTECTED]) wrote:

:         My diald will connect the 1st time and hang-up the phone and
: redail. The 2nd time PPP get connected!! can anyone tell me why??? I

I've seen posts in which the modem didn't properly flush it's buffers
and aborted on a "left-over" message from the last successful call.
Here's one person's solution:

========================================================================
You >should< flush the modem buffer prior to starting pppd.  I was trying
to figure out why PPP/Chat would sometimes fail right after starting.
Turns out there was a stale "NO CARRIER" in the tty buffer left over from
the last time the modem line was dropped.  I wrote a little program to
flush the buffer and stuck the program in redhat's ppp script (see below).

======= Begin change to redhat ppp script
        ( /etc/sysconfig/network-scripts/ifup-ppp )
     .
     .
     .
while : ; do
  (logger -p daemon.info -t ifup-ppp \
    "pppd started for $DEVICE on $MODEMPORT at $LINESPEED" &)&
  > /var/run/ppp-$DEVICE.dev
+   /usr/local/bin/tcflush < $MODEMPORT
    /usr/sbin/pppd -detach $opts $MODEMPORT $LINESPEED \
    remotename $DEVICE ipparam $DEVICE \
    ${PPPOPTIONS} \
    connect "/usr/sbin/chat $chatdbg -f $CHATSCRIPT"
     .
     .
     .
====== End change ("+" signifies added line)

====== Begin source to tcflush.c
        ( compile as cc -O2 tcflush.c -o /usr/local/bin/tcflush )
#include <termios.h>
#include <unistd.h>

main()
{
  if(tcflush(0, TCIOFLUSH)) {
    perror("tcflush");
  }

  exit(0);
}
======= End source

-- 
greg travis
========================================================================

--
Clifford Kite <[EMAIL PROTECTED]>                       Not a guru. (tm)


------------------------------


** FOR YOUR REFERENCE **

The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:

    Internet: [EMAIL PROTECTED]

You can send mail to the entire list (and comp.os.linux.networking) via:

    Internet: [EMAIL PROTECTED]

Linux may be obtained via one of these FTP sites:
    ftp.funet.fi                                pub/Linux
    tsx-11.mit.edu                              pub/linux
    sunsite.unc.edu                             pub/Linux

End of Linux-Networking Digest
******************************

Reply via email to