Linux-Networking Digest #579, Volume #10 Sun, 21 Mar 99 14:14:00 EST
Contents:
Re: Win98 - linux TCP/IP connectivity ("O'Loughlin")
Re: Networking linux with WINDOWS 98 ("ping")
Re: Can Linux be setup as DHCP server? (Ron Flory)
olicom gocard OC2220 pcmcia ("Lior Langer")
Re: 4mb Ram 386 router (Thomas Lepkowski)
Compile error on pcmcia-cs 309 > Redhat 5.2 ?? (Frederick M Periquet)
Re: "Industrial" Ethernet ([EMAIL PROTECTED])
Nameserver discovery after pppd starts; How to? (Steven Howe)
Re: ne.o & 3c509.o compiled ??? ("��d�W")
Re: Can Linux be setup as DHCP server? (Sami Yousif)
Re: ISP<->Wingate(WIN NT)<->Linux (Matthew Mactyre)
Re: 4mb Ram 386 router (Ron Flory)
Re: Samba Printer Problem (Charles Weber)
The splitting of bandwidth (Oliver B. Tupman)
Re: RH5.1,PPP server to win95 with shadow (Charles Weber)
Linux as DHCPD and IP Masq'ing firewall? (Simon McCartney)
----------------------------------------------------------------------------
From: "O'Loughlin" <[EMAIL PROTECTED]>
Subject: Re: Win98 - linux TCP/IP connectivity
Date: Sun, 21 Mar 1999 15:30:35 -0000
I was wondering . How do you look up the routering tables in win 98?? Or con
you do it? Because I have the exact same problem . I have a box running Red
Hat 5.1 networked to another box via a cross over cable to a 98 box. I can't
get ether to ping each other?
Idea's any one ? or is there like a HOWTO on this ?
Dee.
[EMAIL PROTECTED]
L. & P. Pauer wrote in message ...
>Exactly my case, same problem, same o/s's too and win98 &^% up.
>That last line
>255.255.255.255 255.255.255.255 192.168.1.2 0.0.0.0 1
>is the same too.
>If I dial with PPP it changes to
>255.255.255.255 255.255.255.255 xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx 1
>and ip works OK over modem.
>
>When I check another machine running win95 there be valid addresses in the
>last line not zeros. Have not able to change it with settings, and have not
>been able to find anything in the registry for try to tweek it.
>
>Man-Oh-Man do I wait for the day there is a stable Lotus-Notes/smartsuite
>for Linux, and I can ditch winblows.
>
>--
>L. & P. Pauer
>Silver Wind Studio
>HTTP://www.angelfire.com/biz2/silverwind/
>Mark T <[EMAIL PROTECTED]> wrote in message
>news:lAtx2.279$[EMAIL PROTECTED]...
>>
>> Hi all, I have been lurking around the c.o.l newsgroups for awhile and
>> haven't seen a problem like this one asked.
>>
>> I have two computers we'll call them COMP-A and COMP-B for talk sake.
>>
>> COMP-A is running Linux Only.
>> COMP-B is a tri-boot Win98-WinNT 4.0-Linux (Don't ask)
>>
>> Anyway when COMP-B is booted to Linux or WinNT I have no networking
>problems
>> at all; however Win98 is unable to send or receive ping packets to/from
>> COMP-A
>>
>> This tells me the hardware is working and seated in the slot correctly.
>>
>>
>> I think I have it narrowed down to Win98's routing table. Here it is..
>>
>> Active Routes:
>>
>> Network Address Netmask Gateway Address Interface
>> Metric
>> 0.0.0.0 0.0.0.0 192.168.1.254
>> 192.168.1.2 1
>> 127.0.0.0 255.0.0.0 127.0.0.1
>> 127.0.0.1 1
>> 192.168.1.0 255.255.255.0 192.168.1.2
>> 192.168.1.2 1
>> 192.168.1.2 255.255.255.255 127.0.0.1
>> 127.0.0.1 1
>> 192.168.1.255 255.255.255.255 192.168.1.2
>> 192.168.1.2 1
>> 224.0.0.0 224.0.0.0 192.168.1.2
>> 192.168.1.2 1
>> 255.255.255.255 255.255.255.255 192.168.1.2 0.0.0.0
>> 1
>>
>>
>> (I'm terribly sorry if the format gets lost)
>>
>>
>> According to BillyWare's help files everything seems ok until the last
>line
>> where the interface is 0.0.0.0 The help file says that is the way
>Win98
>> sends packets to the network.
>> If thats the case then it's wrong it should be 192.168.1.2 but the
>> question is how do I change it? if I try to delete it using:
>> route delete 255.255.255.255
>> it says : bad destination address 255.255.255.255
>> if I try to add it again using:
>> route add 255.255.255.255 mask 255.255.255.255 192.168.1.2 metric 1
>> it says: bad destination address 255.255.255.255
>>
>>
>> Win 98 will ping loopback (127.0.0.1) and its IP (192.168.1.2)
>> so TCP/IP seems to be installed correctly
>>
>> By the way .. On Win NT here is the last line
>> 255.255.255.255 255.255.255.255 192.168.1.2 192.168.1.2
>> so NT is correct. (and it works).
>>
>>
>> Here is what I've done so far: (SEVERAL TIMES)
>> uninstalled all networking, pulled the ethernet card, rebooted
>> reinstalled the ethernet card, reinstalled all networking, rebooted
>>
>> If anyone has any suggestions on other things to try or need more info
>> please ask, I've tried to include as much info as I can. I am new to
>> networking so if I've overlooked something please let me know
>>
>> Thanks,
>> Mark
>>
>>
>>
>
>
------------------------------
From: "ping" <[EMAIL PROTECTED]>
Subject: Re: Networking linux with WINDOWS 98
Date: Sun, 21 Mar 1999 10:39:49 -0500
With all the distributions that I have installed (Redhat 4.2,5.0,5.2,
Slakware) Telnet is enabled and installed by default. If you can ping your
Linux box from your 98 box then you should be able to Telnet to it. Just
run Telnet.exe from you 98 machine. Then put the IP of your Linux box in
and you should be good to go. remember you should create another user
account other than ROOT. By default you cannot login as ROOT using telnet.
I hope I didn't confuse you!
Peter No� wrote in message <7d1bbj$65t$[EMAIL PROTECTED]>...
>Hey,
>
>I've installed linux and I want to use a telnetsession under Windows 98 to
>work with linux. Which deamon must I use to get connected from Windows to
>linux. Both networkcards are configurated well
>
>Greetings Peter
>
>
------------------------------
From: Ron Flory <[EMAIL PROTECTED]>
Subject: Re: Can Linux be setup as DHCP server?
Date: Sun, 21 Mar 1999 10:22:16 -0600
Robert Rice wrote:
>
> Really quick question about setting up Linux as DHCP server. I know it can
> be setup as client, but is there a daemon out there that will do this?
>
yes, its calld dhcpd, and comes with stock redhat.
ron
------------------------------
From: "Lior Langer" <[EMAIL PROTECTED]>
Subject: olicom gocard OC2220 pcmcia
Date: Sun, 21 Mar 1999 19:54:57 +0200
Hello
Does anybody knows how to make olicom gocard OC2220 pcmcia
work under linux. I can not get information from the company (chips...) and
tried all built in drivers.
Is there a list of generic drivers to try(Intel, 3com,rockwel...).
I am using Redhat 5.2 (Apollo) on my laptop.
My pcmcia rockwel based modem works fine.
Both cards work fine under Windows 98 (and 95)
Thanks
--
Lior Langer
work: [EMAIL PROTECTED]
24h: [EMAIL PROTECTED]
mac: [EMAIL PROTECTED]
cell: 972-53-644237
------------------------------
From: Thomas Lepkowski <[EMAIL PROTECTED]>
Subject: Re: 4mb Ram 386 router
Date: Sun, 21 Mar 1999 13:13:50 -0500
mike dombrowski wrote:
> I'm currently using a 386sx with 4mb ram to route between my two
> networks. The software is dos based and requires that you register it
> or it only will run for an hour. So I was wondering if Linux could do
> the job. I headed over to the linux router project and it says that a
> 486 with 12mb ram is needed. Now the 386 has a hard disk so couldn't
> an 8mb swap partition do the trick? It doesn't need to be high
> performance, just around 200kbs so mp3 transferrs won't take so long.
> If so how should I go about setting it up? Or is my best bet to stick
> with DOS?
>
> thanks
> Mike Dombrowski
One of my Linux boxes is a 386DX 20MHz w/ 8MB RAM and I would not dare
run on a skimpier
system.
-TML
--
_____________________________________________
| In a free World who needs gates? LINUX! |
| http://www.redhat.com |
|_____________________________________________|
------------------------------
From: [EMAIL PROTECTED] (Frederick M Periquet)
Subject: Compile error on pcmcia-cs 309 > Redhat 5.2 ??
Date: 21 Mar 1999 18:18:29 GMT
Hi,
I downloaded tarball pcmcia-cs-3.0.9. Untarred it in /usr/src per the
readme file. However, when I ran make config (first step), it cannot
find /usr/src/linux. Where is it?
What do I need to compile this?
Redhat does not have support for 3com 3CCFE757BT and any hints, work
around, suggestions to make this card work will be much appreciated.
The current pcmcia-how-to did not address this problem.
Please be specific.
fred
------------------------------
From: [EMAIL PROTECTED]
Subject: Re: "Industrial" Ethernet
Date: Sun, 21 Mar 1999 18:19:18 GMT
Thanks for the help. This is my first time to ever use a newsgroup or forum,
so I hope I am doing this right.
A "Platform" is an offshore oil and gas drilling or production platform in the
ocean. This particular project is in the Bay of Campeche near the Mexican
Yucitan Peninsula. These things are generally massive structures but the
equipment I am referring to will all be in a small control room per each
platform. The platforms are indeed in a single line connected by bridges and
generally a 100 meters or so apart. That is why I am thinking about the Bus
configuration for the backbone. On this thought, I guess I will need a Hub of
the pass-through type instead of a central concentrator. Please expand on this
for me.
You make a good point about the ocean environment. I can see why UTP/RJ45 may
not be a good choice. All of the hardware is located inside the control room
in a controlled environment, i.e., air conditioned and humidity controlled.
The only components directly exposed to the elements of the humid salt air is
the fiber cable between platforms. I guess 10Base2 will be the logical choice
inside the buildings. Is the 10Base2 Hub considered "standard" equipment?
Thanks again for your help. Please reply.
Rick
In article <yvTI2.1703$[EMAIL PROTECTED]>,
"MattW" <[EMAIL PROTECTED]> wrote:
> I don't have any recommendations for equipment for you. Other then the
> standards. Cisco, BayNetworks, 3Com, Dlink, etc...
>
> Just depends on what you wnat to spend or what you need to spend to protect
> epuipment from the environment... Ocean and UTP RJ45... Sounds a little
> scary. But your the Engineer so... Post back with info on type of cabling
> you would use in this environment. Sounds interesting.
>
> MattW <[EMAIL PROTECTED]> wrote in message
> news:RoTI2.1702$[EMAIL PROTECTED]...
> > Yes...
> >
> > Design each "Platform" as a standalone zone. "Star config" is fine. I
> > don't know what a "Platform" is but if it is small enough then each
> > "platform" could be designed exactly the same with the exception of
> > different address' for each host.
> >
> > If they are all designed the same then each platform can essentially
> become
> > "Plug and Play" if one is not connected it should not effect the others.
> >
> > But you must use one as a Central Point for it to be that easy.
> >
> > Ex:
> > platform 1 : CENTRAL CONCENTRATOR port 0
> > platform 2 : connects to Platform 1: CENTRAL CONCENTRATOR port
> 1
> > platfomr 3: connects to Platform 1: CENTRAL CONCENTRATOR port
> 2
> >
> > I am just making up words to somewhat match what you asked. If it's not
> > possible because of what a platform is then... It should work.
> >
> > Do the platforms circle a central platform or are they in line. In line
> > will be much harder to configure this way from a cabling point of view.
> >
> > Hope this helps.
> >
> > Matt W
> >
> >
> > <[EMAIL PROTECTED]> wrote in message
> > news:7d0u0g$rdd$[EMAIL PROTECTED]...
> > > I am designing a Emergency Shutdown and Fire and Gas System for an
> > offshore
> > > platform complex consisting of three platforms. I will have a ESD and
> F&G
> > PLC
> > > on each of the three platforms. Each PLC will have its own PC based
> > > workstation (or HMI). Each platform is a stand alone system, not
> depending
> > on
> > > the other platforms. All of the mentioned components are Ethernet/IEEE
> > 802.3
> > > compatible. I want to link all of these components via an Ethernet
> > network.
> > > My proposed topology and cabling is as follows:
> > >
> > > Install a backbone consisting of redundant fiber between platforms in a
> > Bus
> > > configuration. Install a media converter and hub on each platform thus
> > > converting to a Star configuration.
> > >
> > > My limited knowledge of Ethernet tells me that a Bus topology depends on
> > > being "terminated" at every end and will fail the entire network if a
> > cable
> > > breaks, and that a Star topology will continue to operate if one segment
> > > fails as long as the hub continues to operate. My concern is (with this
> > given
> > > topology) if the backbone is cut between the platforms, does the star
> > network
> > > on the "stand- alone" platform continue to operate?
> > >
> > > Any advice on this subject, as well as some advice on latest technology
> > > hardware to implement this project, is appreciated.
> > >
> > > Rick
> > >
> > > -----------== Posted via Deja News, The Discussion Network ==----------
> > > http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
> >
> >
>
>
============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
------------------------------
From: Steven Howe <[EMAIL PROTECTED]>
Subject: Nameserver discovery after pppd starts; How to?
Date: Sun, 21 Mar 1999 18:35:13 +0000
Reply-To: [EMAIL PROTECTED]
Window's does it
Macintosh does it
How do I get Linux/pppd to find the nameserver address when it connects?
I have not seen any reference in the manpages or the howto's about this.
Most of these docs say I should put my nameserver address in
/etc/resolv.conf. Great! but I don't know what that address is. How does
a Windows session know this? It it running DHCP after ppp is
established?
Steven Howe
[EMAIL PROTECTED]
------------------------------
From: "��d�W" <[EMAIL PROTECTED]>
Crossposted-To: hk.comp.os.linux,hk.comp.pc
Subject: Re: ne.o & 3c509.o compiled ???
Date: Mon, 22 Mar 1999 02:35:18 +0800
>> Besides, rebuild the Kernel and choose [M] for NIC support.
>> Is there any other method to obtain the files ne.o and 3c59x.o ?
>
>Yes, I compile them and send to you. ^_~
>Please check your e-mail now.
>(I assume that <[EMAIL PROTECTED]> is a valid e-mail address.)
Sorry, I cannot receive the files ne.o and 3c59x.o ?
Would you please send it again to me ?
[EMAIL PROTECTED] is really a valid e-mail address.
>In fact, if you have not do 'make clean' after you compile
>the kernel, it only takes a short time to compile the modules.
How can I obtain the ne.o and 3c59x.o modules for kernel 2.2.3 ?
Can I compile it from /usr/src/linux-2.2.3/drivers/net/3c59x.c
and /usr/src/linux-2.2.3/drivers/net/ne.c after
built kernel ?
How to compile ?
Thanks very much !
>> Enbugger ���g��峹 <7d0kfi$117$[EMAIL PROTECTED]>...
>> >
>> >
>> >"��d�W" wrote:
>> >>
>> >> would you mind telling me what is initrd image ?
>> >> I haven't done this step.
>> >> Is it too late for me to do this now ?
>> >>
>> >
>> >initrd image is the image of the "Initial RAM disk" which contains
>> >some of the kernel modules that are necessary to boot up the system,
>> >e.g. some block devices: SCSI drivers, sound card drivers, etc.
>> >
>> >> Another Question is that:
>> >> How can I obtain the ne.o and 3c59x.o modules for kernel 2.2.3 ?
>> >> Can I compile it from /usr/src/linux-2.2.3/drivers/net/3c59x.c
>> >> and /usr/src/linux-2.2.3/drivers/net/ne.c
>> after
>> >> built kernel ?
>> >> How to compile ?
>> >
>> >As you stated in your past messages, you have built the modules _INTO_
>> >the kernel image, i.e. bzImage.
>> >
>> >If you _do_ want to build them as loadable modules instead, you can do:
>> > make xconfig <OR> make config <Whatever you want>
>> > Select the drivers: NE2000 and 3C59x as modules [M] (instead of [Y])
>> > make modules
>> > make modules_install
>> >
>> >However, please refer to my last message. In it, you can find a way
>> >to force the kernel to detect your NE2000.
>> >
>> >Ref.
>> >news:7cuasi%2478c%241%40imsp009a.netvigator.com
>> >
>> >> Enbugger ���g��峹 <7ctuhj$kss$[EMAIL PROTECTED]>...
>> >> >Have you re-built the initrd image by using
>> >> >mkinitrd ?
>> >> >
>> >> >If you have set
>> >> >[Y] in both 3com NIC support and NE2000
>> >> >[Y] Enable IPv4 packet forwarding
>> >> >when building the kernel, they are already
>> >> >compiled into the kernel image.
>> >> >
>> >> >You can check the eth drivers by
>> >> >dmesg |grep eth
>> >> >
>> >> >Can you actually use the ethernet by running the
>> >> >new kernel?
>> >> >
>> >> >
>> >> >
>> >> >HTH
>> >> >
>> >> >"��d�W" wrote:
>> >> >>
>> >> >> I have done this la !
>> >> >>
>> >> >> Enbugger ���g��峹 <7ctncl$l52$[EMAIL PROTECTED]>...
>> >> >> >I am not sure if you are using RedHat.
>> >> >> >If you are, please refer to this document for
>> >> >> >version 2.2 kernel upgrade:
>> >> >> >
>> >> >>
>> >http://www.redhat.com/support/docs/rhl/kernel-2.2/kernel2.2-upgrade.html
>> >> >> >
>> >> >> >Hints:
>> >> >> >Have you done:
>> >> >> > make modules
>> >> >> >and
>> >> >> > make modules_install
>> >> >> >?
>> >> >> >
>> >> >> >"��d�W" wrote:
>> >> >> >>
>> >> >> >> Before, I haven't build the kernel.
>> >> >> >> I need to prepare the file /etc/conf.modules:
>> >> >> >>
>> >> >> >> alias eth0 ne
>> >> >> >> options ne io=0x300
>> >> >> >> alias eth1 3c59x
>> >> >> >>
>> >> >> >> And today, I try to build the kernel.
>> >> >> >> I have chosen the [Y] in both 3com NIC support and NE2000
support.
>> >> >> >> So, I won't got this two modules(ne.o and 3c59x.o) any more
during
>> >> >> building.
>> >> >> >> Then, the problem happened !!!
>> >> >> >> On starting:
>> >> >> >> ...
>> >> >> >> Enable IPv4 packet forwarding.
>> >> >> >> modprobe: can't locate module net-pf-5
>> >> >> >> ...
>> >> >> >> eth1: unknown interface. (NE2000 NIC change from eth0 to
eth1)
>> >> >> >> modprobe: can't locate module net-pf-5
>> >> >> >>
>> >> >> >> What's more, I try to copy back the files:
>> >> >> >> ne.o to /lib/modules/2.2.3/net/ne.o
>> >> >> >> 3c59x.o to /lib/modules/2.2.3/net/3c59x.o
>> >> >> >>
>> >> >> >> Then the system report:
>> >> >> >> ...
>> >> >> >> modprobe: can't locate module net-pf-5
>> >> >> >> insmod: /lib/modules/2.2.3/net/3c59x.o: kernel module version
>> mismatch
>> >> >> >> /lib/modules/2.2.3/net/3c59x.o was compiled for
kernel
>> >> >> version
>> >> >> >> 2.0.36 while this kernel is version 2.2.3.
>> >> >> >> eht1: unknown interface.
>> >> >> >> modprobe: can't locate module net-pf-5
>> >> >> >> ...
>> >> >> >>
>> >> >> >> What should I do now, is that supports been compiled to kernel
yet
>> ???
>> >> >> >> I have chosen [Y] for these 2 NIC support already !!!
>> >> >> >> Would you please offer your Kindly Help ?
>> >> >> >
>> >> >> >--
>> >> >> >Enbugger
>> >> >> >
>> >> >> >p.s. Remove /NO-SPAM/ for e-mail.
>> >> >
>> >> >--
>> >> >Enbugger
>> >> >
>> >> >p.s. Remove /NO-SPAM/ for e-mail.
>> >
>> >--
>> >Enbugger
>> >
>> >p.s. Remove /NO-SPAM/ for e-mail.
>
>--
>Enbugger
>
>p.s. Remove /NO-SPAM/ for e-mail.
------------------------------
From: Sami Yousif <[EMAIL PROTECTED]>
Subject: Re: Can Linux be setup as DHCP server?
Date: Sun, 21 Mar 1999 11:54:50 -0600
Reply-To: [EMAIL PROTECTED]
Robert Rice wrote:
> Really quick question about setting up Linux as DHCP server. I know it can
> be setup as client, but is there a daemon out there that will do this?
Yes. Get it from the ISC ftp site: ftp://ftp.isc.org/isc/dhcp
http://www.isc.org/dhcp.html for more info.
-
--
---
Sami Yousif
mailto:[EMAIL PROTECTED]
http://www.mav.net/teddyr/syousif
http://www.alug.org/
[eMail sent to any of my addresses is subject to the Conditions outlined
in http://www.mav.net/teddyr/emailtos.shtml]
[Note: I no longer support ARNet (arn.net) as an ISP nor WTAMU
(wtamu.edu) as an educational institution nor LEK (lektech.com) as a
Computer Supplier] {http://www.mav.net/teddyr/access/banned.shtml}
[heard somewhere: "You have the right to remain clueless. Anything you
know may be used against you in a court of law"]
Another day, so many more LARTS to go. [BOFH, BUFH, JOAT]
"Understanding is a three edge sword: Our side, Their Side, and the
Truth" Babylon 5
<time is on my side>
Tuesday, January 19th 2038, 03:14:07 UTC: Are YOU Ready?
------------------------------
From: [EMAIL PROTECTED] (Matthew Mactyre)
Subject: Re: ISP<->Wingate(WIN NT)<->Linux
Reply-To: [EMAIL PROTECTED]
Date: Sun, 21 Mar 1999 18:41:51 GMT
Have you had any success using an ftp client on the Linux machine?
I'm able to browse the web, and get my e-mail, but when I attempt to
ftp some file, either from the command line or by just clicking on an
ftp URL. I get an error that says something like my security settings
won't let me access that port... Well, I don't get that error from
the command line, I just get time out.
I'm really, really new to Linux, 2 days, but I think this may be more
of a Wingate problem. I don't have any trouble ftp'ing from Windows
98 on the same machine. Any suggestions?
Thanks,
Matthew
On Fri, 19 Mar 1999 09:13:09 GMT, "Dr. Al Bento"
<[EMAIL PROTECTED]> wrote:
>I have it working without any problems. I have Netscape, WXftp, Pine,
>etc, running in the Linux machine. This is how I set it up:
>
>/etc/HOSTNAME
>LINUX-NAME ... name of your machine without domain
>
>/etc/hosts
>127.0.0.1 localhost
>192.168.0.1 gateway ... the machine running Wingate
>192.168.0.X LINUX-NAME ... the Linux machine: X is the number in LAN
>.......... xxxxxxxxxx ... (all other machines in LAN)
>
>/etc/resolv.conf
>nameserver 192.168.0.1 ... the machine running Wingate
>
>/etc/sysconfig/network-scripts/ifcfg-eth0
>DEVICE=eth0
>IPADDR=192.168.0.X .... X is the number of the Linux machine in LAN
>NETMASK=255.255.255.0
>NETWORK=192.168.0.0
>BROADCAST=192.168.0.255
>ONBOOT=yes
>BOOTPROTO=none
>USERCTL=no
>
>/etc/sysconfig/network
>NETWORKING=yes
>FORWARD IPV4=yes
>HOSTNAME=LINUX-NAME
>DOMAINNAME=ISP-domain ... I believe that it can be blank.
>GATEWAY=192.168.0.1
>GATEWAYDEV=eth0
>
>
>If you are using RedHat 5.2 you can setup the above in the networking
>tool of the control-panel.
>
>Sendmail will be slow to start (reverse lookup times out), but it will
>work fine if you set forward to the gateway machine. I have an Apache
>server running in the Linux machine using a TCP mapping in Wingate. I
>also tested a FTP server and a RealServer in the Linux machine using
>Wingate mappings and both worked.
>
>Regards, Al
>
>Jorge Nagasaki wrote:
>>
>> Anyone have successfully make wingate work with Linux?
>> I m trying to access a internet ISP from LINUX machine connected
>> to a Windows NT machine (with Wingate) and this windows NT
>> connected to ISP via dial up , and it fails.
>> from windows NT everything is fine. Looks like I could not
>> get the wingate proxy server working.
>> Also wingate support gives me configuration information for Windows NT
>> in both machines, looks like they don't klnow about linux.
>> I appreciate any suggestion.
Matthew Mactyre
Antispam: Please remove primus. from the address
to reply directly.
------------------------------
From: Ron Flory <[EMAIL PROTECTED]>
Subject: Re: 4mb Ram 386 router
Date: Sun, 21 Mar 1999 10:27:46 -0600
mike dombrowski wrote:
>
> I'm currently using a 386sx with 4mb ram to route between my two
> networks. The software is dos based and requires that you register it
> or it only will run for an hour. So I was wondering if Linux could do
> the job. I headed over to the linux router project and it says that a
> 486 with 12mb ram is needed. Now the 386 has a hard disk so couldn't
> an 8mb swap partition do the trick? It doesn't need to be high
> performance, just around 200kbs so mp3 transferrs won't take so long.
> If so how should I go about setting it up? Or is my best bet to stick
> with DOS?
most Linux installers need 8-meg (minimum) to run. start with that,
then remove ram if you must. with the price of ram nowadays, its easier
to just put in a few more 1M or 4M sticks. Running off of swap will
cause unpredictable runtime delays, and wear out you disk before its
time.
ron
------------------------------
From: Charles Weber <[EMAIL PROTECTED]>
Subject: Re: Samba Printer Problem
Date: Sun, 21 Mar 1999 16:23:08 GMT
Brent Warkentin wrote:
> I am trying to set up a Samba printer with no luck. I can create a
> drive share and access it from the Win 98 machine. I have followed the
> printer set up and can see the printer share in Win 98. I set up the
> printer in Win 98 using the correct printer driver but when I print I
> get nothing happening. I have tried setting up a different spool area
> etc. with no luck. Any suggestions as to where I should look?
>
> Thanks,
>
> Brent Warkentin
> [EMAIL PROTECTED]
>
> ------------------------------------------------------------------------
>
> Brent Warkentin <[EMAIL PROTECTED]>
> Applications Engineer
> Durham Instruments
>
> Brent Warkentin
> Applications Engineer <[EMAIL PROTECTED]>
> Durham Instruments HTML Mail
> Netscape Conference Address
> Netscape Conference DLS Server
> Additional Information:
> Last Name Warkentin
> First Name Brent
> Version 2.1
Send a job from the win box. Use lpq on the linux box to verify that you are
getting a job in the queue. If you are not getting a job in the linux queue,
check your permissions, hosts files and or dns. On redhat 5.2 I just creat a
new lpd printer, restart smb and there it is. My winx boxes all print fine.
We have an nt domain so I set up samba to use it for authentication. We have
10 printers on linux and growing, as I am tired of restarting my nt spooler.
Chuck Weber
------------------------------
From: Oliver B. Tupman <[EMAIL PROTECTED]>
Subject: The splitting of bandwidth
Date: Sun, 21 Mar 1999 18:44:30 +0000
Hi there,
I've got a pure-curiosity question - how does Linux split the
available bandwidth of TCP/IP over a PPP connection?
And is there any way to manually split the bandiwidth?
I'm running a PPP connection on a 33.6 modem and I'd prefer
not to have one single program take up the _entire_ bandwidth!
Is there any way to do this?
Cheers,
Oliver B. Tupman
------------------------------
From: Charles Weber <[EMAIL PROTECTED]>
Subject: Re: RH5.1,PPP server to win95 with shadow
Date: Sun, 21 Mar 1999 16:28:56 GMT
Rick Lim wrote:
> I am trying to setup a RH5.1 box to be a ppp server
> to win95 boxes.
> The server has RH5.1, PPP2.2.0, shadow passwords and mgetty.
> mgetty works ok for normal logins, ppp works ok for a user to dial
> in and manually start, using pppd as a shell.
>
> but when I try to get mgetty to do autoppp then the win95
> box gets a refused login.
>
> heres what the messages file says
>
> Mar 17 06:36:12 linux1 PAM_pwdb[337]: (login) session closed for user root
> Mar 17 06:36:56 linux1 PAM_pwdb[372]: bad username [/AutoPPP/]
> Mar 17 06:36:56 linux1 login[372]: FAILED LOGIN 1 FROM (null) FOR
> /AutoPPP/, User not known to the underlying authentication module
> Mar 17 06:36:56 linux1 PAM_pwdb[372]: bad username [u5u^Mu^Y9};~]
> Mar 17 06:36:56 linux1 login[372]: FAILED LOGIN 2 FROM (null) FOR
> u5u^Mu^Y9};~,
> User not known to the underlying authentication module
> Mar 17 06:36:59 linux1 PAM_pwdb[372]: bad username [~^?}#@]
> Mar 17 06:36:59 linux1 login[372]: FAILED LOGIN 3 FROM (null) FOR ~^?}#@,
> User not known to the underlying authentication module
> Mar 17 06:36:59 linux1 PAM_pwdb[372]: bad username [!}!}"} }]
> Mar 17 06:36:59 linux1 login[372]: FAILED LOGIN SESSION FROM (null) FOR
> !}!}"} }, User not known to the underlying authentication module
>
> I have compiled mgetty with -DAUTO_PPP and
> set the login.config to /AutoPPP/- - /usr/sbin/pppd
>
> What have I missed ???
>
> --
> The wealth of reality, cannot be seen from your locality.
Is your ppp compiled to support shadow passwords? We use rh5.2 but disabled
shadow passwords as we wanted to use pam.smb. We are doing dialup for an nt
domain and it does work like a charm. The 95 boxes even run a login script.
I believe in our fumbling around that the 5.2 ppp supported shadow passwords,
but couldnt swear to it.
Chuck Weber
------------------------------
From: [EMAIL PROTECTED] (Simon McCartney)
Crossposted-To: dna.support,ni.chat
Subject: Linux as DHCPD and IP Masq'ing firewall?
Date: Sun, 21 Mar 1999 18:49:30 GMT
Reply-To: [EMAIL PROTECTED]
Hi,
I've got a linux box (RH 5.2, currently kernel 2.2.1) running as a
DHCP server (V2.0b1pl18, with Dynamic DNS) for my small network at
home, (3-4 Win95, 1 NT4sp3). It's also running a CVS version of Samba,
to do some simple printer sharing.
What I want to do next is use the Linux box as a Masq'ing firewall for
the rest of the machines in the house, using PPP and dial-on-demand.
The only problem I have with this is getting the routing setup
properly, as the DHCP server people will know, for dhcpd to work
properly with Microsoft clients, I need to add the following route:
route add -host 255.255.255.255 dev eth0
In my mind, this also confuses the routing for internet bound traffic.
(My LAN uses 192.168.2.* for all IP addresses)
Any solutions/suggestions people ?
Many thanks,
McC
------------------------------
** 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
******************************