Linux-Networking Digest #421, Volume #10          Mon, 8 Mar 99 08:13:40 EST

Contents:
  Re: VPN and IP Masquerading (Ketil Z Malde)
  ethernet hardware working but can't ping etc ("Carl L. Gay")
  Re: Linux <-> Netscape ("Ron")
  windows98 networking ("Chiah Khiaw Liang")
  Networking ("Chiah Khiaw Liang")
  Linux and Windows NT server? (agm)
  Login Using Mac SSH Application? (Dan Poynor)
  Re: Invoke diald automatically (Frank Hahn)
  Re: possible to obtain header info from SOCK_STREAM socket? (Malware)
  Re: For all you Nicrosoft lovers ("Markos Berndt")
  Re: Automatic dialling ("Duarte Cordeiro")
  slow access to directories (Rune Tvilum)
  Re: simple routing question (M. Buchenrieder)
  Re: simple routing question (M. Buchenrieder)
  IP-Chains question ("Erik-Jan Sinke")
  Looking for RPL on Linux (Grzegorz Prkopski)
  Re: Invoke diald automatically (Glenn Butcher)
  Re: HELP : Sendmail flushing queue setup (Andrzej Filip)
  Re: RedHat 5.2: telnet and ftp problem ("Fredrik �lund")
  Tone activated Tel Exchanges (Matt)
  Re: 3rd mouse button?? (childsplay)
  Re: What does this mean? (Erik Hensema)
  Re: where can i get an IMAP email server (Erik Hensema)
  Re: 3rd mouse button?? ("Alex")
  Re: D-Link network card (Mark Napper)
  Re: For all you Nicrosoft lovers ("Jeffrey S. Kline")
  Linux as LAN Gateway (Mark Napper)
  Proxy Server (Dav1)
  Re: Machine name themes - what do you use? ("fire911")

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

Subject: Re: VPN and IP Masquerading
From: Ketil Z Malde <[EMAIL PROTECTED]>
Date: 08 Mar 1999 11:04:56 +0100

"John Hardin" <[EMAIL PROTECTED]> writes:

> Yep.

>  ftp://ftp.rubyriver.com/pub/jhardin/ip_masq_vpn.html

> Let me know if you have any problems.

ftp://ftp.rubyriver.com/pub/jhardin/masquerade/ip_masq_vpn.html
                                   ^^^^^^^^^^^
-kzm
-- 
If I haven't seen further, it is by standing in the footprints of giants

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

From: "Carl L. Gay" <[EMAIL PROTECTED]>
Subject: ethernet hardware working but can't ping etc
Date: Sun, 07 Mar 1999 08:41:42 +0000

I was hoping I could get my net configured without bothering
the newsgroup, but...

I have two PCs, one running RedHat 5.1 and one running win95.
I have a Netgear LAN kit (FE104 hub, two FA310TX cards).
I just want to get these two machines talking.  I'm using
version 0.90 of the tulip driver loaded as a module.

ifconfig shows that when the win95 machine pings the linux
machine some packets are received by eth0 so I believe the
hardware is setup and working correctly.  So I think
I must have a software config problem.  I've read through
the NET-3-HOWTO and the Ethernet-HOWTO but haven't found
a solution.  Hopefully I'm overlooking something obvious.
My next step is to check to make sure the IRQ is correct,
I guess, but after that I'm stumped.  Maybe the win95 box
can send but not receive?  Any suggestions what to try next?

Thanks,
-Carl

Here's all the info I think might be relevant:

$ dmesg | grep eth0
eth0: Lite-On 82c168 PNIC at 0xfc00, 00 a0 cc 3b 82 0a, IRQ 10.
eth0:  MII transceiver #1 config 1000 status 782d advertising 01e1.

$ more /etc/hosts*
::::::::::::::
/etc/hosts
::::::::::::::
127.0.0.1       localhost       loopback
192.168.0.100   dyirbal         d
192.168.0.200   mandarin        m

::::::::::::::
/etc/hosts.allow
::::::::::::::
ALL: LOCAL

::::::::::::::
/etc/hosts.deny
::::::::::::::
ALL: ALL

$ ifconfig
lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Bcast:127.255.255.255  Mask:255.0.0.0
          UP BROADCAST LOOPBACK RUNNING  MTU:3584  Metric:1
          RX packets:16874 errors:0 dropped:0 overruns:0
          TX packets:16874 errors:0 dropped:0 overruns:0

eth0      Link encap:Ethernet  HWaddr 00:A0:CC:3B:82:0A
          inet addr:192.168.0.100  Bcast:192.168.0.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:16 errors:0 dropped:0 overruns:0
          TX packets:33 errors:0 dropped:0 overruns:0
          Interrupt:10 Base address:0xfc00 

$ route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.0.0     0.0.0.0         255.255.255.0   U     0      0        1 eth0
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        2 lo

$ ping localhost
PING localhost (127.0.0.1): 56 data bytes
64 bytes from 127.0.0.1: icmp_seq=0 ttl=64 time=0.1 ms
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.1 ms
64 bytes from 127.0.0.1: icmp_seq=2 ttl=64 time=0.1 ms
64 bytes from 127.0.0.1: icmp_seq=3 ttl=64 time=0.1 ms

--- localhost ping statistics ---
4 packets transmitted, 4 packets received, 0% packet loss
round-trip min/avg/max = 0.1/0.1/0.1 ms

$ ping mandarin
PING mandarin (192.168.0.200): 56 data bytes

--- mandarin ping statistics ---
9 packets transmitted, 0 packets received, 100% packet loss

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

From: "Ron" <[EMAIL PROTECTED]>
Subject: Re: Linux <-> Netscape
Date: Mon, 8 Mar 1999 10:44:01 +0100
Reply-To: "Ron" <[EMAIL PROTECTED]>

>Ron wrote:
>
>> Hi!
>>
>> I can't seem to  make Netscape understand to get my mail from an other
place
>> than 127.0.0.1, I can change the starting-page a hundred times, doesn't
>> work...
>> I change all the appr. settings, and they just don't get saved...
>>
>> Is this the ususal thing with Netscape or am I missing something here?
>
>Just the little trick of having to be online in order to save the changes
you
>make.
>
>Please let me know.

Eeeeeh, forgot to mention: I am online...
Ron





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

From: "Chiah Khiaw Liang" <[EMAIL PROTECTED]>
Subject: windows98 networking
Date: Mon, 8 Mar 1999 18:11:47 +0800

I'm involved in a LAN at work, all independently running Windows98 (no
server, all stand-alones).
How can I run my system using redhat linux 5.2 on the network to share file
and
printers etc.
I have the same network card has the others in the network





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

From: "Chiah Khiaw Liang" <[EMAIL PROTECTED]>
Subject: Networking
Date: Mon, 8 Mar 1999 18:14:20 +0800

I'm involved in a LAN at work, all independently running Windows98 (no
server, all stand-alones).
How can I run my system using linux on the network to share
file & printers etc.
I have the same network card has the others in the network





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

From: [EMAIL PROTECTED] (agm)
Subject: Linux and Windows NT server?
Date: Mon, 08 Mar 1999 10:06:37 GMT

I've set up a home network with one computer running Windows NT4
server (PDC) and the other one Linux with the 2.2.0 kernel and Samba
2.0.0. The problem is that it's only possible to connect to the Linux
computer from Win NT. When I try to connect to Win NT with smbclient
-L <hostname>, I get error message "access denied" after typing the
password.
I've edited the registry of NT to enable plain text password.

I was able to make a good network connection from Linux to Win 98 in
the past with samba, what am I doing wrong this time?

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

From: [EMAIL PROTECTED] (Dan Poynor)
Subject: Login Using Mac SSH Application?
Date: Mon, 08 Mar 1999 02:11:20 -0800

Does anyone know of any telnet like apps for Macs which can currently
login to a remote server using SSH?

I see the Macintosh app BetterTelnet starts to incorporate SSH in it's
beta version at http://www.cstone.net/~rbraun/mac/telnet/ but it's not
finalized.

Thanks,
DAN

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

From: [EMAIL PROTECTED] (Frank Hahn)
Subject: Re: Invoke diald automatically
Date: 8 Mar 1999 11:06:05 GMT
Reply-To: [EMAIL PROTECTED]

On Sun, 7 Mar 1999 11:35:34 +0800, Dinky <[EMAIL PROTECTED]> wrote:
>Is is possible to invoke diald automatically in a web browser such as
>netscape? As an eg, lets say we enter a URL and hit return, is it possible
>for diald to be activated without manually calling it up?
>
I'm not sure I understand your question. The only purpose for diald
is to start your modem dialing when it sees network traffic outside
your own network.

If diald is not running, just put a line in one of your startup scripts
which will start it up when your computer starts.  I placed a line in
my /etc/rc.d/rc.local file.  This is on a Slackware system.

-- 
Frank Hahn

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

From: Malware <[EMAIL PROTECTED]>
Subject: Re: possible to obtain header info from SOCK_STREAM socket?
Date: Mon, 08 Mar 1999 06:27:16 +0100

Hi Lou,

you wrote:
> I'm using a simple proxy I wrote for a task I am doing and SOCK_STREAM
> has worked fine.  Now I need some additional info from the tcp header
> (specifically ip, port, seq, ack and flags) and want to aviod using

IP and port are given back by accept(2). I see no sense to get the seq,
ack and flags as you do not get data served in packets but as a stream. 


Malware

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

From: "Markos Berndt" <[EMAIL PROTECTED]>
Crossposted-To: alt.os.linux,comp.os.linux.hardware,comp.os.linux.setup
Subject: Re: For all you Nicrosoft lovers
Date: Mon, 8 Mar 1999 05:13:58 -0600

Is Jackie available "Kramers attorny in Seinfeld" :)
Tuomo O. Vuolteenaho wrote in message ...
>What you need here is one good class-action lawyer.
>



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

From: "Duarte Cordeiro" <[EMAIL PROTECTED]>
Subject: Re: Automatic dialling
Date: Mon, 8 Mar 1999 11:25:11 -0000


[EMAIL PROTECTED] wrote in message
<7bo67s$6p9$[EMAIL PROTECTED]>...
>Hello,
>
>I wish that my linux box (RH 5.2) acts like a router.
>It is has to say that it establishes ppp connection automatically
>when a station on the local network want access to Internet.
>
>What do I have to install, to configure ?...


Hello,
  one way to do this, is installing slip and diald.
  You should read the Diald mini howto. It says something like this:

" [....]When a connection request comes along, it automatically dials up my
preferred ISP [....]"

One word about this... I've installed this on a Linux box that serves about
20 machines, and I can say to you that the line is almost always up.... I
think it is best for stand-alone machines... just my 2 cents...

 Hope it helped,

     DUarte Cordeiro



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

From: [EMAIL PROTECTED] (Rune Tvilum)
Subject: slow access to directories
Date: Mon, 08 Mar 1999 11:29:02 GMT

Can anyone please help me?
I'm running SuSe 5.3 on a Pentium II 450 MHz and samba 2.0.35, the
network is 100 Mbit
I'm connecting 20 win95 klients
Problem:
1. When I'have many (1000) subdirectories, then win95 takes very long
time to display them.
2. If I try to connect from Excel to an Access database (ca. 45 Mb) on
the network via ODBC it takes very long time
3. If "read raw=yes" then it takes very very long time to open files

This is my conf file:
   workgroup = tvilum
   server string = Tvilum's linux server
   log level = 1
   log file = /var/log/smblog.%m
   socket options = TCP_NODELAY 
   prefered master = yes   
   os level = 33
   domain master = yes
   wins support = yes
   keep alive = 30
   security = user
   domain logons = yes
   logon script = %G.bat
   printing = bsd
   printcap name = /etc/printcap
   load printers = yes
   time server = yes
   read raw = no
   write raw = no
   getwd cache = yes

/Rune Tvilum

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

From: [EMAIL PROTECTED] (M. Buchenrieder)
Subject: Re: simple routing question
Date: Mon, 8 Mar 1999 08:43:17 GMT

"Dr. Yuan Liu" <[EMAIL PROTECTED]> writes:

>But you MUST have kernel IP packet forwarding enabled, 

Right.

>AND run something
>like gated. 

Wrong. Runing gated is overkill with such a simple setup.

>(I don't know why the latter but it works that way.)  The
>tricky part is that any sensible Linux distribution must have IP
>forwarding disabled by default in compliance with standard.  

[...]

Wrong.

Michael
-- 
Michael Buchenrieder * [EMAIL PROTECTED] * http://www.muc.de/~mibu
          Lumber Cartel Unit #456 (TINLC) & Official Netscum
   Note: If you want me to send you email, don't mungle your address.

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

From: [EMAIL PROTECTED] (M. Buchenrieder)
Subject: Re: simple routing question
Date: Mon, 8 Mar 1999 08:41:44 GMT

Tina and Dean <[EMAIL PROTECTED]> writes:

[...]

>10.32.0.2 (ntwstn)-------| 10.32.0.1 eth0 // linux box // 10.64.0.1 eth1
>|---------10.64.0.2 (ntserv)

[...]

At the Linux machine, type

route add -net 10.32.0.0 netmask 255.255.255.0 eth0
route add -net 10.64.0.0 netmask 255.255.255.0 eth1

You'll need a kernel with IP forwarding, though.

Michael
-- 
Michael Buchenrieder * [EMAIL PROTECTED] * http://www.muc.de/~mibu
          Lumber Cartel Unit #456 (TINLC) & Official Netscum
   Note: If you want me to send you email, don't mungle your address.

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

From: "Erik-Jan Sinke" <[EMAIL PROTECTED]>
Subject: IP-Chains question
Date: Sun, 7 Mar 1999 20:35:16 +0100

Hi there,

I�m having some trouble with setting up a particular ipchain rule on an
ethernet adapter that gets its ip-address from a DHCP server. Currently I�ve
set it up as follows :

ipchains -P input DENY
ipchains -A input -p TCP -i eth1 -s 0/0 -d xx.xx.xx.xx/32 1024: -j ACCEPT

What I�m trying to achieve with this rule is that the machine will only
accept connections to ports >1024. However, the problem is that my eth1
adapter gets it�s address through DHCP and therefor frequently changes. How
can I set up this IP-Chain rule so that " xx.xx.xx.xx "  is always the
IP-Address of my eth1 adapter?

Any help would be appreciated.

Erik
[EMAIL PROTECTED]




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

From: Grzegorz Prkopski <[EMAIL PROTECTED]>
Subject: Looking for RPL on Linux
Date: Mon, 08 Mar 1999 12:44:37 +0100

Hi all!

As some people know, there is a Remote Program Loader for NetWare.
But I have to setup a net with RPL boot-rom's on a Linux machine only
(using mars_nwe which has only old Net Ware Loader).
Has anyone seen some kind of RPL server for Linux?
Or is there a project of sth. like this?
Or other solution (with RPL boot-rom's)?

Please help!

Send the answer to: [EMAIL PROTECTED]

Thanks! waiting...


GREG__



+-- Grzegorz Prokopski ---- [EMAIL PROTECTED] -----
| Your mouse has moved. Do You wish to restart your Windows NT in
| order that the change could take an effect? [ YES ] [ OF CORZ ]



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

From: Glenn Butcher <[EMAIL PROTECTED]>
Subject: Re: Invoke diald automatically
Date: Sun, 07 Mar 1999 20:10:50 -0700

What I do is configure the client computers behind my linux router to
use an off-site DNS server.  I use IP addresses for local connections
(too lazy to figure out Windows hosts files); when someone types in a
URL, the browser looks it up, and off goes diald.  Now, the first packet
is usually lost, so the someone has to re-request the URL (I think there
is a patch to fix this, again too lazy...).

Glenn Butcher

Malware wrote:
> 
> Hi Dinky,
> 
> you wrote:
> > Is is possible to invoke diald automatically in a web browser such as
> > netscape? As an eg, lets say we enter a URL and hit return, is it possible
> > for diald to be activated without manually calling it up?
> 
> That's what diald is intented for. Read the manual.
> 
> Malware

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

From: Andrzej Filip <[EMAIL PROTECTED]>
Subject: Re: HELP : Sendmail flushing queue setup
Date: Mon, 08 Mar 1999 11:16:33 +0100

Paul Groth wrote:

> I've been trying to setup a little dialup offline mail server, I'm using
> fetchmail and sendmail together.
>
> I've setup a dial up script to connect to my isp, it then runs "sendmail -q"
> to flush my mail, at this point it promptly forks off into the background
> and starts sending mail.  Whilst this is happening fetchmail grabs all my
> mail off another server.  The script will then disconnect me from my isp.
>
> My problem is that even if sendmail is still sending mail, once fetchmail
> has finished retrieving mail, the next step in my script is to disconnect
> from the ISP.  As a result I can't be guaranteed to have all my mail sent.
> What can I do to ensure that I won't be disconnected from my ISP until all
> my mail is sent.  Is there a way to make sendmail send mail in the

try the following:
=============>
sendmail -v -q  > ~/sendmail.log 2>&1 &
fetchmail -v > ~/fetchmail.log 2>&1 &
wait
=============>
It should start sendmail and fetchmail in parallel and wait  for
them both.

--
"Andrzej (Andrew) A. Filip" <[EMAIL PROTECTED]>
[EMAIL PROTECTED] (backup)



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

From: "Fredrik �lund" <[EMAIL PROTECTED]>
Subject: Re: RedHat 5.2: telnet and ftp problem
Date: Mon, 8 Mar 1999 13:02:54 +0100

The problem is that the tcp-wrapper (inetd) does a dns-lookup when someone
tries to connect to you machine. If that fail it will take about a minute
before you gain access to the system. If you enter you windows machines name
and IP in your /etc/hosts file it will work.

Regards,
Fredrik �lund

Keith Tucker wrote in message <[EMAIL PROTECTED]>...
>Hello All,
>
>I have installed RedHat 5.2 (2.0.36 kernel) Linux on a pentium 166 with
>a 3C509 card installed.  The installation went OK.  Here is the
>problem.  When I try to telnet to my box with either the Windoze 95
>telnet or HyperTerm personal edition (the one that supports WinSock), it
>says that it is connected and telnetd is running on the Linux box, but I
>do not get a login prompt until after about 1.5 min.  The linux box is
>not running anything that is taking up resources.  I reinstalled about 3
>times and the third time I upgraded to the 2.2.2 kernel (which went OK)
>but to no avail.  I recompiled my kernel taking out firewalling and all
>that other stuff that I thought would cause a problem, but it still does
>it.  I have read a bunch of FAQs, the RedHat unleashed book, and the man
>pages for inetd, telnetd, and tcpd but have come up with nothing.  The
>real strange thing is that I can telnet to my Slackware installation
>(2.0.30) just fine.  FTP acts the same way.  HTTP seems to work fine
>(although I have only tried the generic Apache web pages that come with
>it).  I have tried a slew of different IP and netmask combos (both some
>that make sense and some that do not) with no positive results.  Once
>the login prompt comes up, everything is ok.  If my session gets
>disconnected for some reason, when I reconnect, it goes through the same
>process.  The bottom line is that I am out of ideas.  I consider myself
>fairly knowledgeable when it comes to IP, but I have more to learn than
>I know.  Am I missing something?  Has anyone else had this problem?
>Could someone please help?  If I sound like I am begging, well..., I'm
>pretty desperate.  Thanks in advance.  :)
>
>
>Keith Tucker
>



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

From: Matt <[EMAIL PROTECTED]>
Crossposted-To: uk.telecom,comp.os.linux.hardware
Subject: Tone activated Tel Exchanges
Date: Mon, 08 Mar 1999 12:28:03 +0000

 Hi,

Could someone mail me with the name of the software or hardware that is
used
by a telephone then the user is asked to enter a tone to activate a
service.

ie..

ring, ring...
Welcome..
If you are using a tone telephone press star (*)"
Press 1 to acivate service x...

Also can this this work under linux or can it activate scripts or code
to activate services
so that a PC can use them or is it a hardware only activation ?

Many thanks

Matt


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

From: childsplay <"childsplay"@planetquake.com (no Spam)>
Crossposted-To: comp.os.linux.hardware,comp.os.linux.setup,alt.os.linux
Subject: Re: 3rd mouse button??
Date: Sun, 07 Mar 1999 20:03:47 -0600

ok kewl, thank you very much, but ummm what do i change it to? i found the line
in the XF86Config file, but how/what to i change it to? i opend it using emacs,
now i'm stumped :(
*i'm a newbie*
thnx for your help

Richard Steiner wrote:

> Here in comp.os.linux.setup, childsplay <[EMAIL PROTECTED]>
> spake unto us, saying:
>
> >ok i would like to know how to set up the third mouse button in linux
> >without having to reinstall. I selected the generic 3button ps2 mouse, but
> >i did not check off the emulate 3 buttons because i figured selecting the 3
> >button generic mouse would cover it. Is there a file or something i can go
> >into to edit and select that emulate three buttom mouse thing?
>
> Sure, just go into /etc/X11/XF86Config and change (or uncomment) this
> line:
>
> # Emulate3Buttons is an option for 2-button Microsoft mice
> # Emulate3Timeout is the timeout in milliseconds (default is 50ms)
>
> #    Emulate3Buttons            <---<<< This one!  :-)
> #    Emulate3Timeout    50
>
> --
>    -Rich Steiner  >>>--->  [EMAIL PROTECTED]  >>>---> Bloomington, MN
>     OS/2 + Linux (Slackware+RedHat+SuSE) + FreeBSD + Solaris + BeOS +
>     WinNT4 + Win95 + PC/GEOS + MacOS + Executor = PC Hobbyist Heaven!
>             Compile, run, curse.  Recompile, rerun, recurse.

--
Charles "childsplay" VanDyke
[EMAIL PROTECTED]
ICQ# 14539920 ============
]TeamGameSpy[ ============
http://www.gamespy.com ===



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

From: [EMAIL PROTECTED] (Erik Hensema)
Subject: Re: What does this mean?
Date: Mon, 8 Mar 1999 13:21:16 +0100
Reply-To: [EMAIL PROTECTED]

WF, Yee wrote:
>Greetings everyone,
>
>       I installed RedHat 5.2 and turned on IP masquerading 
>successful. I checked my /var/messages file and I saw a ton 
>of the following messages. This looks suspicious. Can anyone
>enlighten me as to what it means?. Thanks in advance.
>
>Mar  7 14:26:03  portmap[1516]: connect from 24.1.yyy.xxx to
>callit(ypserv): request from unauthorized host
>Mar  7 14:26:07  portmap[1517]: connect from 24.1.yyy.xxx to
>callit(ypserv): request from unauthorized host
>Mar  7 14:26:15  portmap[1518]: connect from 24.1.yyy.xxx to
>callit(ypserv): request from unauthorized host
>Mar  7 14:26:19  portmap[1519]: connect from 24.1.yyy.xxx to
>callit(ypserv): request from unauthorized host

Someone at 24.1.yyy.xxx is trying to access your yp server, but it failed.

-- 
Erik Hensema ([EMAIL PROTECTED])
Please don't use my old address ([EMAIL PROTECTED]) anymore, it's obsolete.
Somewhere in the near future, mail to this address won't reach me anymore.

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

From: [EMAIL PROTECTED] (Erik Hensema)
Subject: Re: where can i get an IMAP email server
Date: Mon, 8 Mar 1999 13:22:14 +0100
Reply-To: [EMAIL PROTECTED]

Barry Schneider wrote:
>Can I use LINUX as an IMAP email server? What is the best IMAP server
>for linux? please provide url.

imapd comes with Redhat and probably any other Linux distro. I don't know if
it's the best, but it workes for me.

-- 
Erik Hensema ([EMAIL PROTECTED])
Please don't use my old address ([EMAIL PROTECTED]) anymore, it's obsolete.
Somewhere in the near future, mail to this address won't reach me anymore.

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

Crossposted-To: comp.os.linux.hardware,comp.os.linux.setup,alt.os.linux
From: "Alex" <[EMAIL PROTECTED]>
Subject: Re: 3rd mouse button??
Date: Mon, 8 Mar 1999 09:02:57 GMT


childsplay <"childsplay"@planetquake.com> wrote in message
<7bvb4n$[EMAIL PROTECTED]>...
>ok kewl, thank you very much, but ummm what do i change it to? i found the
line
>in the XF86Config file, but how/what to i change it to? i opend it using
emacs,
"Uncomment" is to remove the leading '#', so that the line reads
Emulate3Buttons
instead of
#Emulate3Buttons
>now i'm stumped :(
>*i'm a newbie*
>thnx for your help
>
>Richard Steiner wrote:
>
>> Here in comp.os.linux.setup, childsplay <[EMAIL PROTECTED]>
>> spake unto us, saying:
>>
>> >ok i would like to know how to set up the third mouse button in linux
>> >without having to reinstall. I selected the generic 3button ps2 mouse,
but
>> >i did not check off the emulate 3 buttons because i figured selecting
the 3
>> >button generic mouse would cover it. Is there a file or something i can
go
>> >into to edit and select that emulate three buttom mouse thing?
>>
>> Sure, just go into /etc/X11/XF86Config and change (or uncomment) this
>> line:
>>
>> # Emulate3Buttons is an option for 2-button Microsoft mice
>> # Emulate3Timeout is the timeout in milliseconds (default is 50ms)
>>
>> #    Emulate3Buttons            <---<<< This one!  :-)
>> #    Emulate3Timeout    50
>>
>> --
>>    -Rich Steiner  >>>--->  [EMAIL PROTECTED]  >>>---> Bloomington, MN
>>     OS/2 + Linux (Slackware+RedHat+SuSE) + FreeBSD + Solaris + BeOS +
>>     WinNT4 + Win95 + PC/GEOS + MacOS + Executor = PC Hobbyist Heaven!
>>             Compile, run, curse.  Recompile, rerun, recurse.
>
>--
>Charles "childsplay" VanDyke
>[EMAIL PROTECTED]
>ICQ# 14539920 ============
>]TeamGameSpy[ ============
>http://www.gamespy.com ===
>
>



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

From: [EMAIL PROTECTED] (Mark Napper)
Subject: Re: D-Link network card
Date: Sat, 06 Mar 1999 12:59:11 GMT

On Tue, 23 Feb 1999 00:19:53 -0500, "Gregory Keefe"
<[EMAIL PROTECTED]> wrote:

>Greetings,
>Does anybody know where I can find Linux device drivers for my D-Link DE-220
>network card?  The manufacturer doesn't have any on their web site, but I
>thought maybe somewhere else would have them.  Thanks..
>Greg


The standard ISA NE2000 driver works fine with this (I use it for my
D-Link DE220PCT).

One point that may aid setup. go into dos and use the setup program on
the D-Link disk to disable the PnP option and set the base address to
0x240 and irq to 3 (I find these are the only ones that work for me
you may want to experiment).

you then pass the io=0x240,irq=3 commands to the ne2000 module/driver
in the relevant place.

However if you also switch to Win32 occasionaly you may have to remove
the net card from windows and add it again AFTER restarting your PC a
few times.

Hope this helps


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

From: "Jeffrey S. Kline" <[EMAIL PROTECTED]>
Crossposted-To: alt.os.linux,comp.os.linux.hardware,comp.os.linux.setup
Subject: Re: For all you Nicrosoft lovers
Date: Mon, 8 Mar 1999 06:40:23 -0600

You all should have known that this has existed since the intro of Windows
95!  There was big hoopla from beta testers who found it "sending stuff over
TCP" in the background.  This is really old news. I informed people not to
use the online registration and to turn off cookies, and install a trace
monitor if they were that concerned.

Jeff


childsplay <"childsplay"@planetquake.com> wrote in message
<7bvbmj$[EMAIL PROTECTED]>...
>This is very disturbing
>
>http://www.mercurycenter.com/breaking/docs/041815.htm
>
>--
>Charles "childsplay" VanDyke
>[EMAIL PROTECTED]
>ICQ# 14539920 ============
>]TeamGameSpy[ ============
>http://www.gamespy.com ===
>
>



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

From: [EMAIL PROTECTED] (Mark Napper)
Subject: Linux as LAN Gateway
Date: Sat, 06 Mar 1999 12:59:12 GMT

Hi All,

I am planning on building up a spare machine to be an Internet Gateway
for my LAN. The clients will be 4 Win98 and 1 Win98/Linux (my
machine).

Now I want to be able to use redirection so that all OSes and machines
think they are DIRECTLY connected without having to use proxy if
that's possible.

I want the Linux box as a news & e-mail server/forwarder so that it
connects each night or weekend, checks for the latest newsgroup
messages & E-Mails to the familly from the ISP and stores it locally
so that we can point our newsgroup readers and E-Mail software to the
linux box, and get the latest on it.

I also want to provide a Part-Time Web & FTP server for the weekends.

What I want to know is How do I do it and Which HOWTOS do I need to
read to provide further background information (I downloaded the
latest on Feb 27)

Thanks in advance



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

From: Dav1 <[EMAIL PROTECTED]>
Subject: Proxy Server
Date: Mon, 08 Mar 1999 13:48:00 +0100

   Hi ,

Where can I find information/How-To on Proxy Server under Linux.....

Thx


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

From: "fire911" <[EMAIL PROTECTED]>
Crossposted-To: 
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: Mon, 8 Mar 1999 07:42:16 -0500

I use firetruck names.........Rescue1, Ladder5, Engine2, Squad51 ect.....I
get unlimited numbers and can group them into stations (departments?)

stay safe!
( to reply remove SPAMAWAY)



Alec Herrmann wrote in message <[EMAIL PROTECTED]>...
>At the office I started off with one server which (at that time) had huge
>drives so I called it BigMomma.  Later on, another server joined in -
>BigPoppa - since a 'husband' was needed.  A communications server became
>LilBro - one of the kids.
>The latest one is UncleBob.  I guess you can see the trend.  The next one
>just may be named AuntEmma or something like that.




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


** 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