Linux-Networking Digest #753, Volume #11          Fri, 2 Jul 99 02:13:45 EDT

Contents:
  Re: DialIN & Required hardware (Jonathan Guthrie)
  Re: Here's My Networking Problems (David Meissner)
  Re: PPP-COMPRESS not found
  Re: Can I use Linux as a server to a Windows based calendar/scheduling  (Nicholas E 
Couchman)
  Re: Best ethernet card for linux (Bill Pitz)
  Re: Linux and Cisco 2610 router w/HDLC (Bill Pitz)
  Re: 10BASE-T NIC and 100mbps NIC to a dual-speed hub doesn't work? ("TURBO1010")
  Re: C++ templates:  More than Turing Complete? (Davin McCall)
  Re: PPP-Connection to a Linux-Server (Alex Yung)
  Re: IPMasq/outside access problem! ("Matt Hyclak")
  Re: Samba and NT HELP !!!!!!!!!!! please ("Frank Bauer")
  Re: Innd and corrupt active file: How to rebuild? (Pat Masterson)
  Re: Help w/ RH6 config 3Com 3C589D pcmcia (edward winston)
  Re: PLEASE HELP!! (Jonathan Guthrie)
  Re: ISP setup (Bill Pitz)
  SMB: net logon and net use ([EMAIL PROTECTED])
  Re: Why not C++ (Cameron Hutchison)
  Re: /var over flow (Bill Pitz)
  Re: "invalid password" (Win95) using samba ("George Georgakis")
  Re: Dynamically switching Ip address with a Linux Firewall (Chris)

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

From: Jonathan Guthrie <[EMAIL PROTECTED]>
Subject: Re: DialIN & Required hardware
Date: 2 Jul 1999 02:17:26 GMT

Bill Pitz <[EMAIL PROTECTED]> wrote:
> Tais M. Hansen <[EMAIL PROTECTED]> gave us the interesting posting of:
>> I can see I wasn't specific enough! :) ... I need to handle about 30
>> ISDN b-channels...

> EEEEE..... head on over to http://www.livingston.com/ and buy a portmaster.
> Linux works great for a smaller (5-10 ports) RAS, but when you get more
> than that with Digital, it's much easier (and more economical) to setup
> a Lucent box.  

I don't know about Mr. Hansen, but I don't buy Lucent products.  Ever.  I
stopped buying Ascend stuff because Ascend was bought by Lucent.  This is
because I gave them my email address on a questionnaire once, and they
subscribed me to a ton of mailing lists.  Any company that can afford to
employ people that clueless doesn't need any of my money.

If you want to set up more than a half-dozen B-channels, you really need
to find out what the telephone company can do to help you.  Frankly, it is
in their best interest and yours to deliver the stuff over the densest
line possible.

Since an European PRI has 31 B-channels, and assuming you can get a
flat-rate PRI service, it should be a lot more cost-effective to buy one
PRI than 16 BRIs.  (Here in Houston, you can't get flat-rate outgoing
calls on PRI's, but for incoming calls, a PRI has 23 B-channels at about
$500 per month as opposed to a BRI with 2 B-channels at about $70 per
month.)

Note that it's the PRI part that's important, not whether you're feeding a
(Lucent nee Livingston) PM-4, a (Cisco) AS-5300, a Max-6000, or something
Linux based.  There are a number of companies that sell high-speed
telephone interfaces with Linux drivers.

One that I know in particular is a company called Ariel
(http://www.ariel.com, I believe, their page requires frames and
Javascript and, therefore, it displays precisely nothing when I try to
view it with Lynx) who produces a PRI interface with modems and Linux
drivers.  I know that it works with US PRI's (23 B-channels) but I don't
know about European PRI's.  Perhaps Mr. Hansen can ask them.
-- 
Jonathan Guthrie ([EMAIL PROTECTED])
Brokersys  +281-895-8101   http://www.brokersys.com/
12703 Veterans Memorial #106, Houston, TX  77014, USA

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

From: David Meissner <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Crossposted-To: alt.os.linux,alt.linux,comp.os.linux.questions
Subject: Re: Here's My Networking Problems
Date: Thu, 01 Jul 1999 21:08:24 -0700

Yuki Taga wrote:
> 
> On Sun, 20 Jun 1999 17:19:26 GMT, in article
> <[EMAIL PROTECTED]>, [EMAIL PROTECTED] wrote:
> 
> >On Sat, 19 Jun 1999 10:20:30 GMT, [EMAIL PROTECTED] (Yuki
> >Taga) wrote:
> >
> >>On Sat, 19 Jun 1999 01:45:27 -0500, in article
> >><[EMAIL PROTECTED]>, Bill Reynolds <[EMAIL PROTECTED]> wrote:
> >>
> >>>Have you selected the correct transport protocal. Linux uses TCP/IP and Windows
> >>>98 uses IPX. Also you probably need to assign your linux box some kind of
> >>>dns number.
> >>
> >>This is certainly amazing news about Windows98 to me.  Do the folks at Novell
> >>know about this?  <vbg>
> >>
> >>Yuki ^_^
> >
> >As I recall, Win98 and Win95 both install IPX and NetBEUI by default.
> >So unless they've changed the default config, Win98 *would* be using
> >IPX.
> 
> NetBEUI I could believe.  IPX, I don't.  I have never seen any M$ product that
> loaded IPX by default.  None.  Zero.
> 
> Yuki ^_^

Actually, if you do a default install of Windows 98 on a clean machine
that was not running any other OS other than DOS, it will install the
Netware client and the Microsoft network client, and will therefore also
install IPX. I've been using customized msbatch installs of Windows 95
for several years now so I can't recall if Win95 originally did the same
thing. But Win98 does.

DM

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

From: <[EMAIL PROTECTED]>
Subject: Re: PPP-COMPRESS not found
Date: Wed, 23 Jun 1999 15:35:50 +0200

Charles E. Hill <[EMAIL PROTECTED]> wrote:
: I recently installed RH6.0 and all was working fine.  Then I felt a
: compulsion to screw with it.  :-)

: I configured, compiled and installed 2.2.9 along with associated modules.
: (RH 6.0 comes with 2.2.5) Now PPP connections fail to work.

: The modem dials, and attempts to connect, then died with an error "ppp
: daemon quit unexpectedly".  Checking the logs there are three errors in a

: insmod can't locate ppp-compress-21.o
: insmod can't locate ppp-compress-26.o
: insmod can't locate ppp-compress-24.o

in /etc/conf.moduls, add lines
alias ppp-compress-21 bsd_comp
alias ppp-compress-24 ppp_deflate
alias ppp-compress-26 ppp_deflate

that should get rid of those errors. 
if that doesn't fix it, try recompiling pppd, or at least check kernel options.

tony


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

From: Nicholas E Couchman <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc
Subject: Re: Can I use Linux as a server to a Windows based calendar/scheduling 
Date: Fri, 02 Jul 1999 04:21:12 GMT

You might be suprised with X-Windows just how far you could go teaching computer
illiterate people.  All you need to do is teach them how to logon to a Linux
console (ie username & password) and then edit all the scripts to start the X
window system automatically (if you are using the bash shell, find the
.bash_profile files in each users home directory and add the command "startx" to
the file in the specified place.  The other option is to switch the runlevel on
the Linux computer from 3 to 5.  This will give each user a X Windows login
prompt and automatically take them to X, plus you still have your first six
consoles free because X runs on the 7th.
As far as a mail server,  I would go with POP3.  You can either use the RPM one
on the RH6 CD or go download and compile another free one called QPopper from
www.linuxberg.com.  I haven't tried the one on the RH6 CD, but I currently use
QPopper at home and plan on setting it up as a mail server at my school.
--Nick

Steve Hiner wrote:

> I am now in charge of the network at a Chuch.  One of the first goals they
> set is email for everyone.  It wasn't difficult at all for me to convince
> them to let me build a Linux email server (Red Hat 6.0).  I haven't done it
> before but it should be educational.
>
> I have a question though.  I would like to give them the ability to have a
> group calendar and group schedule.  There is no way I could convince them to
> switch the desktops over to Linux (I don't think I would want to train 30
> computer illiterate people on Linux).  What I am interested in is some
> server type software that would interface with some off-the-shelf Windows
> software (like Outlook or an equivalent).  They have suggested MS Exchange
> but I really don't want them to have to spend the money though Exchange
> would handle email, calendaring and scheduling (plus it will be fun for me
> to learn how to do it with Linux).  Is there any such server for Linux?  I
> am by no means a Linux guru, I have only just started dealing with Linux
> networking.
>
> Any advice, pointers or URLs are appreciated.
>
> Steve Hiner
> developer AT isiaz DOT com


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

From: Bill Pitz <[EMAIL PROTECTED]>
Subject: Re: Best ethernet card for linux
Date: Fri, 02 Jul 1999 02:59:35 GMT

> I've been using 3Com, but I was wondering if there were any high end
> cards or load balancing cards that are supported under linux.  Does
> anyone know of any?

I've heard some good things about the Adaptec multiport ethernet cards,
but I can't recall for sure if there is a standard linux driver for them.

I've also noticed that the 3Com (~$60) perform just as well as the
Netgear (~$15)...  You could just add a few cards into the machine and
either run a load balancing software, or use the not-so-accurate load
balancing feature in the DNS records...

-Bill
-- 
Bill Pitz                                         [EMAIL PROTECTED]
Silicon Valley North, Inc.                                www.svn.net
Internet and World Wide Web Services                   (707) 781-9999

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

From: Bill Pitz <[EMAIL PROTECTED]>
Subject: Re: Linux and Cisco 2610 router w/HDLC
Crossposted-To: comp.os.linux.setup
Date: Fri, 02 Jul 1999 03:03:08 GMT


HDLC is not the problem.  The Cisco doesn't care what you have on the
local LAN...it just routes packets.  Are you sure that you have all of
the default gateways setup properly?  What happens if you try a few of
the following on the Linux box:

traceroute -I www.yahoo.com

nslookup www.yahoo.com

If the routing isn't being handled by the Linux box, you should be able
to run any IP-enabled routing/connectivity protocols on the WAN line
as long as the routing is being handled by another device.

-Bill

> I'm working on installing a linux based network at my son's elementary
> school.  Our ISP has supplied a Cisco 2610 router for the T1 line.  The
> connection between the ISP NOC and our side of the T1 is in place and
> the ISP has setup the router to use HDLC.

> I can ping a domain name (ie. ping yahoo.com returns the ip address and
> sequential pings)...However, I can not browse via lynx or NS for that
> matter.  Telnet does not work either.  Is using HDLC for the WAN
> protocol a problem with Linux?  From the router to my test linux box is
> just a straight 10BaseT ethernet connection.  This ISP claims that HDLC
> is not the problem...something in the Linux setup wrong (though if I can
> ping out to a domain name on the net, I at least know TCP/IP and DNS is
> working).  I can even ping the linux test box from another independent
> dial-up connection.  I'm at a loss right now on solutions.

> The ISP tech support won't help me because it's a hi-cap line and
> unfortunately, the school does not have the money budgeted for extra ISP
> consulting services.  I'm not very experienced with Cisco/T1 technology,
> just Linux and ISDN so any help you guys can provide would be
> appreciated.  Thanks in advance.


> Regards,


> S. John Ilagan
> mailto:[EMAIL PROTECTED]

-- 
Bill Pitz                                         [EMAIL PROTECTED]
Silicon Valley North, Inc.                                www.svn.net
Internet and World Wide Web Services                   (707) 781-9999

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

From: "TURBO1010" <[EMAIL PROTECTED]>
Subject: Re: 10BASE-T NIC and 100mbps NIC to a dual-speed hub doesn't work?
Date: Thu, 1 Jul 1999 20:04:48 -0700

Is this the reason why if I'm copying something from my desktop to linux,
the light on the nic on my laptop blinks too?


Todd Knarr <[EMAIL PROTECTED]> wrote in message
news:7l48vv$cb9$[EMAIL PROTECTED]...
> Rod Smith <[EMAIL PROTECTED]> wrote:
> > I'm interested in finding out more about the features and capabilities
of
> > hubs and switches -- not so much specific brand recommendations as just
> > general information that could be used to evaluate them in the future.
Is
> > there a FAQ on this topic, or a section of some other FAQ devoted to it?
> > A manufacturer's web site with more than smokescreen marketing babble?
>
> I'm not sure of a FAQ, beyond general Ethernet technical texts, but
> someone will probably chime in with one. There's a good selection of
> FAQs at ftp://rtfm.mit.edu/pub/ if you want to browse through there.
>
> The main difference from a user's POV between a hub and a switch is in
> where the packets go. On a hub, any packet that comes in any port is
> sent back out all ports except the one it came in on. A switch watches
> for which Ethernet hardware (MAC) addresses send packets in through which
> ports and builds a table of which MAC addresses are attached where. When
> a packet comes in, the switch looks at the MAC address it's being sent
> to and, if the address is in the table, only sends the packet out the
> port that MAC address can be reached through.
>
> --
> Collin was right. Never give a virus a missile launcher.
>                                 -- Erk, Reality Check #8




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

From: [EMAIL PROTECTED] (Davin McCall)
Crossposted-To: comp.os.linux.development.apps,comp.os.linux.development.system
Subject: Re: C++ templates:  More than Turing Complete?
Date: Fri, 02 Jul 1999 03:34:30 GMT

On 1 Jul 1999 01:57:18 -0700, [EMAIL PROTECTED] (Nathan Myers)
wrote:

>The convention in some communities is to ignore performance
>and engineering rigor.  Certainly anything can be achieved in
>assembly language (or in T-code, if you like) that can be achieved 
>with a C++ _program_, given infinite time and coding effort.

Infinite? Finite, surely!

To say that something takes an infinite amount of time to do is to say
that it can't be done. And yet, you will find that an assembly
language (or machine code) program of finite size and complexity is
generated whenever you compile a high level language program, even a
C++ program.

>Given the constraints of a sensible _library_ interface and
>equivalent-to-machine-code performance, C++ achieves what
>other languages haven't, yet.

I would say "approaching sensible" and almost completely disagree with
the performance statement. In most cases a compiled program written in
a high level language performs very acceptably, but not nearly as well
as an equivalent program hand coded in assembly language (or machine
code).

>Of course some other languages will achieve parity, someday, but 
>only those designed by people who fully understand the strengths of 
>standard C++.  Maybe such a language will even succeed in avoiding
>its weaknesses.

I take it that you mean they must understand the principles, although
not necessarily how they are applied in C++.

Davin.

__________________________________________________________
       *** davmac - sharkin'!! [EMAIL PROTECTED] ***
my programming page: http://yoyo.cc.monash.edu.au/~davmac/

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

From: [EMAIL PROTECTED] (Alex Yung)
Subject: Re: PPP-Connection to a Linux-Server
Date: 1 Jul 1999 15:09:31 GMT
Reply-To: [EMAIL PROTECTED]

Anton Seissl ([EMAIL PROTECTED]) wrote:
: I have to connect a Win95-Client to a Linux-Server over TCP-IP (PPP).
: The connection
: works, and I also can ping the Server (192.100.1.90) from the client
: (192.100.1.190).

: The only problem I have now: I can't ping the rest of the LAN behind the
: Linux-Server
: (for example the Client 192.100.1.63). IP-Forwarding is set to *yes*,
: but it still doesn't
: work.

: Has anyone an idea what to do?

Did you enable proxy ARP for your Win95-Client?

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

From: "Matt Hyclak" <[EMAIL PROTECTED]>
Crossposted-To: 
linux.redhat.misc,alt.os.linux,aus.computers.linux,comp.os.linux,comp.protocols.smb
Subject: Re: IPMasq/outside access problem!
Date: Fri, 2 Jul 1999 01:43:08 -0400

Do you have DNS setup on the windows machine? It sounds like you know what
you're doing, but maybe a statement of the obvious is all you need as a
reminder ;-)  Also make sure you have 192.168.0.1 as your gateway from the
windows machine.

Matt

Monte Phillips <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> The set up:  Linux server <- Win98  RH6.0 2.2.9
> ethernet samba 2.0.4b  ALL samba functions work both directions.
> ppp dials and connects  lynx/netscape access net OK
> IPv4 forwarding is compiled in kernel and is OK on boot
>
> To initiate the IP masquerade I enter
> ipchains -P forward DENY
> ipchains -A forward -i ppp0 -j MASQ
> (no errors)
>
> ppp-up  (dials and connects, gets dynamic IP all OK)
> ping ISP address and it does nothing
>
> go to Winbox turn on browser call my Apache locally it works
> call any IP ouside of my local network and I get error site not found
>
> Below is data from all the files I could think of that are involved.
>
> What obvious snake is biting me?
> --------------------------------------------
> (/etc/HOSTNAME)
> LinuxBox
>
> (/etc/hosts)
> 127.0.0.1 localhost localhost.localdomain
> 192.168.0.1 LinuxBox.cmx LinuxBox
> 192.168.0.2 Win98
>
> (/etc/lmhosts)
> localhost    LinuxBox
> Win98       Win98
>
> (/etc/hosts.allow)
> #
> # hosts.allow This file describes the names of the hosts which are
> # allowed to use the local INET services, as decided
> # by the '/usr/sbin/tcpd' server.
> #
> Win98
> swat:           127.0.0.1    192.168.0.
>
> (/etc/hosts.deny)
> #
> # hosts.deny This file describes the names of the hosts which are
> # *not* allowed to use the local INET services, as
> decided
> # by the '/usr/sbin/tcpd' server.
>
> (/etc/host.conf)
> order hosts, nis, bind
> multi on
>
> (/etc/resolve.conf)
> search hal-pc.org LinuxBox.cxm
> nameserver 204.52.135.1
> nameserver 204.52.135.2
> nameserver 192.168.0.1
>
> (Results of ]# route )
> Kernel IP routing table
> Destination     Gateway         Genmask         Flags Metric Ref
> Use Iface
> 204.52.135.1    LinuxBox.cmx    255.255.255.255 UGH   0      0
> 0 eth0
> LinuxBox.cmx    *               255.255.255.255 UH    0      0
> 0 eth0
> 127.0.0.1       *               255.255.255.255 UH    0      0
> 0 lo
> 192.168.0.0     *               255.255.255.0   U     0      0
> 0 eth0
> 127.0.0.0       *               255.0.0.0       U     0      0
> 0 lo
> default         LinuxBox.cmx    0.0.0.0         UG    0      0
> 0 eth0
>
> (results of ]# ifconfig)
> eth0      Link encap:Ethernet  HWaddr 00:20:AF:68:40:3F
>           inet addr:192.168.0.1  Bcast:192.168.0.255
> Mask:255.255.255.0
>           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>           RX packets:724 errors:0 dropped:0 overruns:0 frame:0
>           TX packets:747 errors:0 dropped:0 overruns:0 carrier:0
>           collisions:0 txqueuelen:100
>           Interrupt:11 Base address:0x240
>
> lo        Link encap:Local Loopback
>           inet addr:127.0.0.1  Mask:255.0.0.0
>           UP LOOPBACK RUNNING  MTU:3924  Metric:1
>           RX packets:6432 errors:0 dropped:0 overruns:0 frame:0
>           TX packets:6432 errors:0 dropped:0 overruns:0 carrier:0
>           collisions:0 txqueuelen:0
>
> Thats it.  Just won't let network access the ppp0(outside world).
> and Yep, I've read the manuals Net-3, Ip-Masq, Ip-Chains...not only
> read them I have proofed them, turned them into pdf files and printed
> them.<G>



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

From: "Frank Bauer" <[EMAIL PROTECTED]>
Subject: Re: Samba and NT HELP !!!!!!!!!!! please
Date: Fri, 2 Jul 1999 07:08:35 +0200


Erhard Wais <[EMAIL PROTECTED]> schrieb in im Newsbeitrag:
[EMAIL PROTECTED]
> Can I make a domain logon to samba with NT ?
only if you setup the domain in smb.conf correctly and setup the
samba-server to act as the primary domain controller




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

From: [EMAIL PROTECTED] (Pat Masterson)
Subject: Re: Innd and corrupt active file: How to rebuild?
Date: 1 Jul 1999 13:16:52 -0400

In article <[EMAIL PROTECTED]>,
Frederic Faure <[EMAIL PROTECTED]> wrote:
>We had to shut down our news server, as its active file was corrupt.
>I've never worked with innd before. Anybody knows of a step-by-step
>guide on recreating this file ?


 I usually use vi to fix up the entries that are bad. Sometimes
 you have to look in the article directories to see what numbers
 to use.
 -pat

-- 
*  Pat Masterson  B38-01,  Northrop Grumman,     *  Ham:KE2LJ 
*  Plant 1, South Oyster Bay Rd.,                *  Packet: [EMAIL PROTECTED] 
*  Bethpage, NY 11714                            *  President Grumman Amateur
*  email: [EMAIL PROTECTED]   Fone: 516-346-6316   *  Radio Club  WA2LQO

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

From: edward winston <[EMAIL PROTECTED]>
Subject: Re: Help w/ RH6 config 3Com 3C589D pcmcia
Date: Fri, 02 Jul 1999 00:10:49 -0500

I was having this very same problem on a caldera system.  Very
frustrating since i had just done an install on a desktop system and the
setups were identical, but the desktop was able to see the network!

Anyway, i downloaded the latest code for the pcmcia stuff (not sure from
where, but it is version 3.0.12).  This was just source, so i just
recompiled that, let it install and rebooted.  I can now successfully
ping the network!  I am assuming that maybe the drivers were just broken
in the version that i had.

Give that a try,
and good luck

edward

[EMAIL PROTECTED] wrote:
> 
> Hi, I'm having troubling getting my network PCMCIA card to work. I'm
> running kernel 2.2.5-15 and pcmcia-cs 2.2.5-22. The cardctl status
> gives:
> 
> Socket 0:
>   5V 16-bit card present
>   Function 0: ready
> 
> Cardctl ident gives:
> 
> Socket 0:
>   production info: "3Com Corporation", "3C589D", TP/BNC LAN Card Ver.
> 2a", "000002"
>   manfid: 0x0101, 0x0589
>   function: 6 (network)
> 
> I configured ip/gateway etc, the same as dual boot Win95 and all I can
> ping in localhost and system ip all others don't respond. The lights on
> the hub do flash so I know it's alive. The device in linuxconf is set
> to eth0 and no kernel module.
> 
> any suggestions? Thanks,
> Sep Kiani
> [EMAIL PROTECTED]
> 
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.

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

From: Jonathan Guthrie <[EMAIL PROTECTED]>
Subject: Re: PLEASE HELP!!
Date: 2 Jul 1999 03:58:41 GMT

> Jonathan Guthrie wrote in message <7ld5v7$82i$[EMAIL PROTECTED]>...
>>Can you turn your debugging up so that we can see what the
>>traffic is on your link?

NinoR <[EMAIL PROTECTED]> wrote:
> Here we go, I have to type it out, so I'll take out the beginning parts,

> pppd:    Serial Connection Established
> pppd:    Using Interface ppp0
> pppd:    connect : ppp0 <-->/dev/ttyS2
> pppd:    Modem Hangup
> pppd:    Connection Terminated

> Any ideas?

I think you don't know what "turn your debugging up" means.

You're probably doing something the other end doesn't like and it's
hanging up on you.  What you don't know is what that could be.
-- 
Jonathan Guthrie ([EMAIL PROTECTED])
Brokersys  +281-895-8101   http://www.brokersys.com/
12703 Veterans Memorial #106, Houston, TX  77014, USA

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

From: Bill Pitz <[EMAIL PROTECTED]>
Subject: Re: ISP setup
Date: Fri, 02 Jul 1999 03:20:10 GMT

David Goldstein <[EMAIL PROTECTED]> gave us the interesting posting of:
>   I will be setting up an ISP in the very near future.  I would like to
> use Linux as a router; however, I heard that Linux cannot, for routing
> purposes, support a 2mb line.  Is this really the case!? Do I need to
> fall back on a hardware router?

I noticed your email address is in Germany ... is that where you will be
setting up?  You could probably still make a go at it there, but most
markets in the U.S. already have a load of ISPs and the competition is
very fierce and makes it difficult for a newcomer to compete in the
market.

Anyway, you could easily use a Linux box to route multimegabit, but the
cost of getting a T1/E1 card capable of multiple ports would probably be
more than the equivalent Cisco router.  There are some advantages of each.

You might be interested in the Linux router project, www.linuxrouter.org
but if you go that route you definitely want to get a SanDisk (www.sandisk.com)
flash disk to run the stuff of of, so that you can fit more stuff and don't
have to worry about any moving parts to go bad in your media.

It's also entirely possible to run a fully functional router with a standard
Linux distribution (I'm sure you would be using SuSE :) )  You'd want to
put a lot of cooling fans in it, and make sure you're running a SCSI disk,
not an IDE.  That's the only way you'll be able to get the stability up
to what would be totally comparable to the Cisco.  Having a disk go out on
a router is a horrible thing to wake up to at 2:00 in the morning.

If you need any more info, I'd be happy to provide more info...

-Bill
-- 
Bill Pitz                                         [EMAIL PROTECTED]
Silicon Valley North, Inc.                                www.svn.net
Internet and World Wide Web Services                   (707) 781-9999

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

From: [EMAIL PROTECTED]
Subject: SMB: net logon and net use
Date: Fri, 02 Jul 1999 05:42:45 GMT

Hi,

i'm running linux v5.3, acting as a domain controller.
If I log on with my Win98-client a logon-script is executed:

user.bat:
    net use X: /HOME

I can use this command "net use..." in a Win98-Dos-Prompt and
the directory is assigned to X:, but if the script is executed
during logon, the driveletter won't be assigned to??!?!?!

Can anyone help me with this?

Oliver.


Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.

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

From: Cameron Hutchison <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.development.apps,comp.os.linux.development.system
Subject: Re: Why not C++
Date: 2 Jul 1999 03:18:34 GMT

[EMAIL PROTECTED] (Peter Samuelson) writes:

>[Klaus-Georg Adams <[EMAIL PROTECTED]>]
>> #define some_function(x) ++x
>> 
>> :-)
>> 
>> You have to look at the definition anyways, in C or C++.

>Yes, but there is a practical difference.  Most (at least mediocre) C
>programmers would never write the above, because we've all been taught
>that preprocessor macros must be named in all-caps.  Macros that modify
>their args most definitely need to be in all-caps.  The language
>doesn't strictly require it but the legacy is strong.

Hmm. I wonder who wrote the macro get_user that is used throughout the
linux kernel. It modifies its first argument and is named all lower case.

Must have just been a mediocre C programmer.
 
-- 
Cameron Hutchison ([EMAIL PROTECTED]) | Onward To Mars
GCS d--@ -p+ c++(++++) l++ u+ e+ m+(-) s n- h++ f? !g w+ t r+

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

From: Bill Pitz <[EMAIL PROTECTED]>
Subject: Re: /var over flow
Date: Fri, 02 Jul 1999 03:22:48 GMT

craigw <[EMAIL PROTECTED]> gave us the interesting posting of:
> When I rebooted my Solaris 2.4 box which is my web server all the cgi
> counters reset.  I was having problems with my utmp file because of a /var
> over flow.  so I removed the very large file wtmp and wtmpx knowing that it
> would be re created on boot up.  Does that reset all counters and is there
> any way to get them back to the way they were before.

Maybe you should post that in a SOLARIS newsgroup and not a LINUX
newsgroup...

-- 
Bill Pitz                                         [EMAIL PROTECTED]
Silicon Valley North, Inc.                                www.svn.net
Internet and World Wide Web Services                   (707) 781-9999

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

From: "George Georgakis" <[EMAIL PROTECTED]>
Subject: Re: "invalid password" (Win95) using samba
Date: Fri, 02 Jul 1999 05:16:49 GMT

The full text is:

# You may wish to use password encryption. Please read
# ENCRYPTION.txt, Win95.txt and WinNT.txt in the Samba documentation.
# Do not enable this option unless you have read those documents
;  encrypt passwords = yes

Note, especially, the line:

# Do not enable this option unless you have read those documents

I use Samba on a Win95 (NOT Win98) LAN - and everything works WITHOUT this
option (the ; comments out the line).

George

TURBO1010 <[EMAIL PROTECTED]> wrote in article
<7lh9cc$loq$[EMAIL PROTECTED]>...
> If you are going to use encrypted passwords, you still have to make the
> smbpasswd file.  There is a document ENCRYPT something, that tells you
how
> to make it.
> 
> 
> Bart <[EMAIL PROTECTED]> wrote in message
> news:7ld1d8$n7f$[EMAIL PROTECTED]...
> > I guess I'm faced with a "classic" problem, yet as a newbie I don't
know
> how
> > to solve it  :-(
> >
> > Here it is:
> > Samba is up and running.
> >
> > I log in on my Win95 machine [" client for Microsoft network" as
primary
> > network logon] using the same username & password as I have for Linux
on
> my
> > other machine.
> >
> > On my Win95 machine [network neighbourhood], I can see the shared
folders.
> > Clicking on them, I'm asked for the password. I fill in the password,
and
> > get an error-message saying that the password is incorrect...
> >
> > In my smb.conf file I have (among other things, but these seem to be
> > important)
> >
> > security = user
> > encrypt passwords = yes
> >
> > I'm really new to this stuff, so any hints are appreciated and thanked
for
> > in advance.
> >
> > B@rt
> >
> >
> >
> >
> >
> 
> 
> 
> 

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

From: [EMAIL PROTECTED] (Chris)
Subject: Re: Dynamically switching Ip address with a Linux Firewall
Date: Fri, 02 Jul 1999 01:26:11 GMT

On Tue, 22 Jun 1999 13:33:53 -0500, "Dan Reaka" <[EMAIL PROTECTED]> wrote
in comp.os.linux.networking:

>I would lik the firewall to
>monitor the primary webserver (ping it at some set increment) and in the
>event that the primary is unreachabe I would like to have the firewall rules
>change to redirect port 80 to the backup server.

The easiest way would be to write a shell or Perl script that uses wget
(aka geturl) to fetch a short page from the server and react according to
the results.


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


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