Linux-Networking Digest #23, Volume #11 Mon, 3 May 99 07:14:13 EDT
Contents:
Re: How use route command? (removeimothes.demon.co.uk)
Re: printer drivers (Maxim Bazhenov)
US Robotics 56k modem (Keith Piwowarski)
Re: pppd: 244000 not supported (Rob van der Putten)
viewing Linux Xserver Xfree86 on NT ? (Matt)
Re: How to FTP PUT a whole directory? (Stephen)
Re: ppp problems partially resolved with zoom 2919L modem ("Fred T. Hamster")
Re: TCP wrapper problem (Jim Roberts)
ipfwadm problem (Paolo Supino)
Re: Locking down linux (Howard Mann)
Re: ppp problems partially resolved with zoom 2919L modem ("Clifton T. Sharp Jr.")
Re: ne2k-pci driver problems (Nobody)
Re: viewing Linux Xserver Xfree86 on NT ? ("Jing Duan")
IPFWADM ("NEVSKI")
laptop networking problem (Jim Thompson)
Re: Connecting 2 network together (Jean-Rene Cormier)
Re: Installing via direct cable connection (Brandon)
Re: DEC PCI Fast Ethernet DECchip 21142 (Matt)
Re: PPP with PCMCIA ("Brian Wildasinn")
Re: pppd: 244000 not supported ("Clifton T. Sharp Jr.")
Is there a monodirectional protocol to make data/file broadcast ?
([EMAIL PROTECTED])
Re: DHCP problem (William Bartholomew)
Re: viewing Linux Xserver Xfree86 on NT ? ("Larry Brasfield")
ACL ("Andreas Moroder")
Re: Connecting 2 network together (Jean-Rene Cormier)
----------------------------------------------------------------------------
From: derek(remove)imothes.demon.co.uk
Subject: Re: How use route command?
Date: Mon, 03 May 1999 09:44:59 GMT
On Mon, 03 May 1999 04:39:08 GMT, [EMAIL PROTECTED] wrote:
>Let me restate my problem, as it may have been ambiguous in my first posting.
>We are trying to configure the client, not the actual gateway host. I.e., we
>are trying to configure the client at 192.168.1.1 to use the gateway host at
>192.168.1.100 as its default gateway server.
>
>Here are the full instructions given in the book:
>/sbin/ifconfig eth0 192.168.1.1 netmask 255.255.255.0 broadcast 192.168.1.255
>/sbin/route add -net 192.168.1.0 netmask 255.255.255.0 dev eth0
>/sbin/route add default 192.168.1.100 dev eth0
>
>My question: is the last line a syntactical error or a variation of the more
>common format of the route command, "/sbin/route add default gw 192.168.1.100
>dev eth0" ?
although not a guru methinks default is shorthand for 0.0.0.0 and mask
of 0.0.0.0, i.e. the network wildcard, it assumes a gateway. I do not
see the need for the second line as it is a directly connected network
and should find itself in the client routing table anyway, to confirm
this try
netstat -rn
Hope this helps
D
>
>(Although I have tested this command for myself, I cannot atest to the results
>in other platforms, versions, and/or environments).
>
>Thanks to all.
>
>--Daniel
>
>
>In article <7gckl3$m76$[EMAIL PROTECTED]>,
> "Greg" <[EMAIL PROTECTED]> wrote:
>> /sbin/route add 192.168.1.100 eth0
>> /sbin/route add -net 192.0.0.0 netmask 255.0.0.0 gw 192.168.1.100 eth0
>>
>> This is assuming that the 192.xx.xx.100 is where you want everything to
>> route through. e.g. a box connected to the internet.
>>
>> also make sure your ipforwarding is turned on.
>>
>> That should get you going till you fine tune your lan.
>>
>> Greg.
>>
>> [EMAIL PROTECTED] wrote in message <7gba31$r1m$[EMAIL PROTECTED]>...
>> >Hello,
>> >
>> >I am reading a book which states that in order to configure your
>> >gateway server, you use the command
>> > "/sbin/route -add default 192.168.1.100 dev eth0"
>> >The author leaves out "gw" .
>> >Does anyone know if the "gw" part is NECESSARY or not? I.e., was it a
>> >typo or a variation on syntax.
>> >
>> >Thanks to all.
>> >
>> >--Daniel
>> >
>> >
>> >
>> >----- Posted via Deja.com, The People-Powered Information Exchange -----
>> >------ http://www.deja.com/ Discussions * Ratings * Communities ------
>>
>>
>
>-----------== Posted via Deja News, The Discussion Network ==----------
>http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
------------------------------
From: Maxim Bazhenov <[EMAIL PROTECTED]>
Subject: Re: printer drivers
Date: Mon, 03 May 1999 09:51:51 +0000
lalji wrote:
> i am looking for linux printer drivers for ibm lexmark 4019
> or a compatible printer
Did you try to look at printing HOWTO (
http://metalab.unc.edu/mdw/HOWTO/Printing-HOWTO.html )?
It contains a big database of printers supported by Linux.
maxim
------------------------------
From: Keith Piwowarski <[EMAIL PROTECTED]>
Subject: US Robotics 56k modem
Date: Sun, 02 May 1999 17:44:49 -0500
Has anyone out there successfully installed a 3Com US Robotics 56K
Faxmodem? I'm running Redhat 5.2, the isapnp tools produce config files
but I still can't get at the thing.
Keith
------------------------------
From: Rob van der Putten <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Re: pppd: 244000 not supported
Date: Mon, 3 May 1999 11:52:51 +0200
Hi there
On 2 May 1999, Clifford Kite wrote:
> Comments welcome.
Ever heard of flow control?
Regards,
Rob
+------------------------------------------------------------------------+
| http://www.sput.webster.nl/spam-policy.html |
+------------------------------------------------------------------------+
------------------------------
From: Matt <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc,comp.os.linux.x
Subject: viewing Linux Xserver Xfree86 on NT ?
Date: Mon, 03 May 1999 00:45:07 +0100
Hi,
Is it possible to view Linux Xwindows on a NT box. using an equiv app
to Hummingbirds Exceed but for free. Maybe SuperX.
Linux box arch = Martox Mill G200 Video Card using SuSE.
NT box = Savage 3D Video Card.
Connection via DEC Ethernet card 10/100
Many thanks
Matt
------------------------------
From: [EMAIL PROTECTED] (Stephen)
Subject: Re: How to FTP PUT a whole directory?
Date: Mon, 3 May 1999 00:39:24 +0100
In article <7gin7c$1kpee$[EMAIL PROTECTED]>, Ian Lunam
([EMAIL PROTECTED]) mentioned:
> It's a every time jobby.
> Just stick it in your /etc/rc.d/rc.local or something.
Cool, will do. Thanks. =)
Regards,
sj
--
[ Stephen | sj AT bigfoot DOT com (blame spammers for munged address) ]
------------------------------
From: "Fred T. Hamster" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.hardware
Subject: Re: ppp problems partially resolved with zoom 2919L modem
Date: Sun, 02 May 1999 19:44:43 -0400
sadly, this issue is completely true. it's not that the modem knows what the file
is;
it's that certain patterns seem to cause the problem while others do not.
the 15 meg communicator 4.51 file downloads fine, whereas the sr1off97.exe file (8
megs or
so) does not. i've got cases where even small files cause this problem.
i am still using ppp 2.3.5, which could be part of the problem, but then again, the
problems were mostly resolved by my modem firmware upgrade.
i can also see the ppp0 device clicking off the dropped packets by using ifconfig.
the
number dropped only starts going up when the particular problem files start being
downloaded; before that, there are no dropped packets at all. if i use "kdebug 7" in
ppp,
then i also start seeing "kernel: ppp: frame with bad fcs, excess = NNNN", where NNNN
is a
seemingly random 4 digit hex number.
the problem still doesn't seem to be completely resolved. before i got the firmware
upgrade, i couldn't download sr1off97.exe at all. period. no combination of modem
init
strings or ppp options would let me. afterwards, i can download the file but there are
still dropped packets; they just don't completely hang up the download process on that
connection.
through all the original problem with this file, other connections seem fine; i can
browse
web sites, download other files, etc. but the download of the sr1off97.exe file
freezes up;
it never gets a single byte.
why doubt this such that you call me a liar? i've posted about this problem over
the last
couple of weeks because it's been driving me nuts. i've even had confirmation of the
problem on this specific file (sr1off97.exe) from one other person using redhat 5.1
(which i
was using, but the problem appears with 5.2 also) and a zoom 2919L modem; the exact
same
configuration i've got. that person (whose name i won't mention unless he doesn't
mind)
couldn't download the freaking file either.
luckily, several other people reading the PPP mailing list have tried to help me
resolve
this problem. i didn't get a single response in this group for my original posting,
but i
decided to share whatever success i had here anyway. and the only posting i get about
this
is you saying it's all bulls**t. very sad. but i don't mind. some people who are
just
learners consider themselves to know everything about everything; i don't think that
way
unless i'm very confused.
-chris.
Tim Moore wrote:
> For the rest of you who are new to linux and/or modems under linux, this content is
> completely bogus. Modems do not know or care what content you download. It's all
> just a byte stream.
>
> Neither does modem firmware know about office97 upgrade paks.
--
______ chosen by the Nechung Oracle Program (http://www.twain.com/)... ______
The ballot is stronger than the bullet.
-- Abraham Lincoln
_____________ not necessarily my opinions, not necessarily not. _____________
------------------------------
From: [EMAIL PROTECTED] (Jim Roberts)
Subject: Re: TCP wrapper problem
Date: Sun, 02 May 1999 23:39:44 GMT
In article <[EMAIL PROTECTED]>,
JCA <[EMAIL PROTECTED]> writes:
>
> My /etc/hosts.deny file reads
>
> ALL: .domain1.com, host1.domain2.net
>
> by which I want to deny access to my machine to any
> hosts in domain domain1.com, and to host host1 in
> domain2.net.
>
> However, I can telnet from host1.domain2.net.
> How come?
>
>
It sounds like the "host1.domain2.net" is returning
a different look-up value than 'host1.domain2.net'
when you telnet in.
Check the /var/log/secure file to see what id is
presented when you telnet in. Then do a look-up
on that IP to see if "host1.domain2.net' is
returned.
--
Jim Roberts Never enough time!
[EMAIL PROTECTED]
------------------------------
Date: Sun, 02 May 1999 18:32:36 +0000
From: Paolo Supino <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Crossposted-To: comp.os.linux.setup
Subject: ipfwadm problem
Hi
I'm trying to setup ipfwadm filtering for a company. The only thing
that I can't make work is UDP filtering. No matter what are the UDP
rules (input/output/forwarding) I can still access any open UDP ports
(from any UDP port) on the internal LAN like there was no firewall at
all.
Here are the firewall rules:
# Deny everyone everything
ipfwadm -I -p deny
ipfwadm -O -p deny
ipfwadm -F -p deny
# Start with a clean slate
ipfwadm -I -f
ipfwadm -O -f
ipfwadm -F -f
# Prevent spoofing
ipfwadm -I -a deny -V 212.77.158.18 -S 194.90.14.96/28
ipfwadm -I -a deny -V 212.77.158.18 -S 212.77.158.18
ipfwadm -I -a deny -V 212.77.158.18 -S 127.0.0.1
# Internal LAN has un interrupted access to the firewall
ipfwadm -I -a accept -V 194.90.14.97
ipfwadm -O -a accept -V 194.90.14.97
# Internet --> firewall: smtp/pop3/http/ssh
ipfwadm -I -a accept -P tcp -D 212.77.158.18 smtp http domain ssh
ipfwadm -O -a accept -k -P tcp -S 212.77.158.18 smtp http domain ssh
ipfwadm -F -a deny -P udp -S 0.0.0.0/0 -D 194.90.14.96/28
## DNS
# Queries from the internet
ipfwadm -I -a accept -P udp -S 0.0.0.0/0 -D 212.77.158.18/32 domain -V
212.77.158.18
ipfwadm -O -a accept -P udp -S 212.77.158.18/32 domain -D 0.0.0.0/0 -V
212.77.158.18
# When the the local DNS doen't know it asks other DNSes
ipfwadm -O -a accept -P udp -S 212.77.158.18/32 1024:65535 -D 0.0.0.0/0
domain -V 212.77.158.18
ipfwadm -I -a accept -P udp -S 0.0.0.0/0 domain -D 212.77.158.18/32
1024:65535 -V 212.77.158.18
# LAN --->> Internet
ipfwadm -O -a accept -P tcp -S 194.90.14.96/28 -D 0.0.0.0/0
ipfwadm -O -a accept -P tcp -S 212.77.158.18 1024:65535 -D 0.0.0.0/0
ipfwadm -F -a accept -P tcp -S 194.90.14.96/28 -D 0.0.0.0/0
ipfwadm -I -a accept -k -P tcp -S 0.0.0.0/0 -D 194.90.14.96/28
ipfwadm -I -a accept -k -P tcp -S 0.0.0.0/0 -D 212.77.158.18 1024:65535
ipfwadm -F -a accept -k -P tcp -S 0.0.0.0/0 -D 194.90.14.96/28
Here is the ouput of ipfwadm -I -l:
IP firewall input rules, default policy: deny
type prot source destination ports
deny all 194.90.14.96/28 anywhere n/a
deny all dns.foo.com anywhere n/a
deny all localhost anywhere n/a
acc all anywhere anywhere n/a
acc tcp anywhere dns.foo.com any ->
smtp,http,domain,ssh
acc udp anywhere dns.foo.com any -> domain
acc udp anywhere dns.foo.com domain ->
1024:65535
acc tcp anywhere 194.90.14.96/28 any -> any
acc tcp anywhere dns.foo.com any -> 1024:65535
The output of ipfwadm -O -l:
IP firewall output rules, default policy: deny
type prot source destination ports
acc all anywhere anywhere n/a
acc tcp dns.foo.com anywhere
smtp,http,domain,ssh -> any
acc udp dns.foo.com anywhere domain -> any
acc udp dns.foo.com anywhere 1024:65535 ->
domain
acc tcp 194.90.14.96/28 anywhere any -> any
acc tcp dns.foo.com anywhere 1024:65535 -> any
and the output of ipfwadm -F -l:
IP firewall forward rules, default policy: deny
type prot source destination ports
deny udp anywhere anywhere any -> any
acc tcp 194.90.14.96/28 anywhere any -> any
acc tcp anywhere 194.90.14.96/28 any -> any
212.77.158.18 is the interface connected to the internet.
194.90.14.97 is the interface connected to the company lan. The company
lan has 16 addresses (194.90.14.96/255.255.255.240)
The firewall also acts as a mail server (both SMTP and POP), web server
and DNS.
--
Paolo
------------------------------
From: Howard Mann <[EMAIL PROTECTED]>
Subject: Re: Locking down linux
Date: 2 May 1999 23:44:18 GMT
In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] (<blank>) writes:
> I am going to connect to the inet with this box and was wondering how
> or guide me to some refrence material about configuring linux so that
> no1 can telnet , ftp or anyway remotely login while Im on the inet?
http://www.xmission.com/~howardm/security.html
Cheers,
--
Howard Mann
http://www.newbielinux.com
(a LINUX website for newbies)
Smart Linuxers search at: http://www.dejanews.com/home_ps.shtml
------------------------------
From: "Clifton T. Sharp Jr." <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.hardware
Subject: Re: ppp problems partially resolved with zoom 2919L modem
Date: Mon, 03 May 1999 01:24:41 -0500
Fred T. Hamster wrote:
> + zoom 2919L may have flaky behavior with linux in general (because they don't
> test under a freely available operating system). if you have a zoom modem and
> use linux, please send the folks at www.zoomtel.com a message stating that you'd
> really appreciate if they wouldn't claim their modems work under linux when they
> don't actually test them under linux. or stating that you'd really like it if
> they'd set up a linux box and test their modems on it...
I haven't had a problem in the world with my 2849.
I note what I *think* are a lot of default settings in your init string,
and one that looks like a duplication. However, I do have the Rockwell
version while you have the Lucent chipset on yours. But I believe the
following are defaults:
&C1 &D2 &K3 V1 %C1 X4
You might check your manual to see if B0 followed immediately by B15 is
meaningful.
Keeping up with the latest modem firmware is important, as ISPs try to
keep up with the latest firmware for their modem racks. Nice thing about
the Zoom Modem Wizard is that you can back out your last update easily.
(Poor thing about it is that it requires Windoze.)
--
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Cliff Sharp | Hate spam? Take the Boulder Pledge! |
| WA9PDM | http://www.zdnet.com/yil/content/mag/9612/ebert9612.html |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
------------------------------
From: Nobody <[EMAIL PROTECTED]>
Subject: Re: ne2k-pci driver problems
Date: Sun, 02 May 1999 19:43:10 -0400
And why did that come out so stupid looking??
------------------------------
Crossposted-To: comp.os.linux.misc,comp.os.linux.x
From: "Jing Duan" <[EMAIL PROTECTED]>
Subject: Re: viewing Linux Xserver Xfree86 on NT ?
Date: Mon, 3 May 1999 03:42:58 GMT
Larry Brasfield <[EMAIL PROTECTED]> wrote in message
news:7E5X2.3438$[EMAIL PROTECTED]...
> Matt <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> > Hi,
> >
> > Is it possible to view Linux Xwindows on a NT box. using an equiv app
> > to Hummingbirds Exceed but for free. Maybe SuperX.
>
> As they say at their site,
> http://www.microimages.com/freestuf/mix/
> MicroImages is happy to make its X Server freely
> available for use on any Macintosh or Windows computers.
>
> It installs very easily, works great, and can
> pretty much be configured by referring to
> the X documentation.
>
Not for all applications, I can not use Lyx, XNC (a file manager).
------------------------------
From: "NEVSKI" <[EMAIL PROTECTED]>
Subject: IPFWADM
Date: Mon, 3 May 1999 12:16:06 +0200
I would like to open a couple of ports on my Linux firewall. I need to open
some TCP ports to make ICUII (a videoconferencing program) work on one of
the machines in the network. I guess I have to use "ipfwadm" to do this.
What command do i use here??
Help me plz, I'm totaly lost here.........
A linux newbie........ :)
NEVSKI
------------------------------
From: Jim Thompson <[EMAIL PROTECTED]>
Subject: laptop networking problem
Date: Mon, 03 May 1999 02:18:02 -0400
I'm running redhat 5.2 on my laptop and my desktop system at home. I
also have an NT workstatiion. I was able to successfully network my NT
system and my desktop running redhat. I can ping between these two
systems with no problems. I'm currently trying to add my laptop running
redhat 5.2, but have been unsuccessful in getting the laptop to talk to
either the desktop running redhat or the NT box. The laptop is setup as
a dual boot system running Win98 and redhat. I'm using a 3-com
etherlink III 3c589c network card. Linux successfully recognizes the
card when inserted into the laptop. An ifconfig shows:
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:24 errors:0 dropped:0 overruns:0 frame:0
TX packets:24 errors:0 dropped:0 overruns:0 carrier:0
collisions:0
eth0 Link encap:Ethernet HWaddr 00:a0:24:A8:D8:D6
inet addr:192.168.0.4 Bcast:192.168.0.255
Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0
Interrupt:3 Base address:0x300
The only thing I can see that is wrong is that under Windows 98 the card
has an Interrupt of 10, and under Linux it has an interrupt of 3. Could
this be the problem? If it is, how can I change the interrupt under
Linux? The card works fine under Windows 98 and I don't see anything
wrong with the network setup. Any suggestions?
Thanks
Jim Thompson
------------------------------
From: Jean-Rene Cormier <[EMAIL PROTECTED]>
Subject: Re: Connecting 2 network together
Date: Mon, 03 May 1999 07:18:47 -0300
Curt wrote:
>
> Assuming both are 10Mb Ethernet why not get a hub that has both RJ45 and
> COAX, or a simple transceiver to act as a bridge?
we just need this for friday night and maybe some other friday later.
That's something we do sometimes, bunch up together somewhere and play
games ;) and nobody wants to pay anything so we have to do with what we
have
Jean-Rene Cormier
[EMAIL PROTECTED]
------------------------------
Date: Mon, 03 May 1999 06:26:21 -0400
From: Brandon <[EMAIL PROTECTED]>
Subject: Re: Installing via direct cable connection
DB7654321 wrote:
>
> I am new to Linux and wondered: Is there was a way to copy linux installation
> files from a Win95 machine to a currently Dos machine using direct cable
> connection?
If the 'server' is running win95 and the 'client' is running DOS you
cant use Diret Cable Conection b/c there would be no way to set it up in
DOS b/c you have to use Win95 to set the names and stuff for the
computers. If you are only using DOS you obviously coudlnt set the
configuration for that machine. If both were using Win95 then u coudl
use DCC to copy the files. IT doesnt matter that they are Linux files
b/c you were able to download them using Windows so copying them using
Win wouldnt be any different, just be like any other file to Windows.
Brandon
PS. just to clarify, do u want to copy using DCC the installation files
or install thru the DCC program? install or just copy?
--
"Bill Gates?, I dont know any Bill Gates. Oh, you mean 'by putting
every conceivable
feature into an OPERATING SYSTEM, whether you want it or not, is
innovation' Bill
Gates? Yeah, I know the monopolizer"
http://web.mountain.net/~brandon/main.htm
For Beginners in Linux, Emulation, Midis, Playstation Info, and
Virii.
------------------------------
From: Matt <[EMAIL PROTECTED]>
Subject: Re: DEC PCI Fast Ethernet DECchip 21142
Date: Mon, 03 May 1999 07:56:40 +0100
Many thanks I'm glad I made the right choice..
Now where are those tulip drivers ?
Many thanks
Matt
Frank Sweetser wrote:
> Matt <[EMAIL PROTECTED]> writes:
>
> > Hi,
> >
> > Does the following network DEC chip work with linux and
> > NT4... DEC PCI Fast Ethernet DECchip 21142
>
> sure - use the tulip driver under linux.
>
> --
> Frank Sweetser rasmusin at wpi.edu fsweetser at blee.net | PGP key available
> paramount.ind.wpi.edu RedHat 5.2 kernel 2.2.5 i586 | at public servers
> Any false value is gonna be fairly boring in Perl, mathematicians
> notwithstanding.
> -- Larry Wall in <[EMAIL PROTECTED]>
------------------------------
From: "Brian Wildasinn" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.portable
Subject: Re: PPP with PCMCIA
Date: Sun, 2 May 1999 16:59:13 -0700
Nathan Tawil <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> I'm trying to set up a PPP connection through a PC card modem (a Pretec
56k, not a WinModem) on my Dell laptop. The modem works under Windows. Under
Linux, I've got problems up to my ears.
>
> First, Linux doesn't seem to recognize the modem. I get an I/O error when
I enter "setserial /dev/ttys2 ...." (The modem shows up on COM3 under
Windows.) I've tried to test the modem with minicom, but I can't quite
figure out how to make this work.
>
> When I try to run the ppp-on script, I get an error message from pppd
telling me that my kernel doesn't have PPP support. But I'm almost certain
it does. I've tried this using both the 2.0.x kernel shipped with Red Hat
5.2 and a version of 2.2.3. I don't really want to recompile the kernel, and
it's hard to believe this should be necessary. What could be causing this
message?
>
> Is this a PCMCIA configuration problem, or a PPP problem, or both? Any
advice?
Not sure how relevant this is, but I also had those same
errors in RedHat, but tried a few more /dev/tty device files
which by the way Linux is CASE sensitive, so you might
want to try that one again as /dev/ttyS2 in your ppp scripts
or if they are set up for /dev/modem, then make a symbolic
link in /dev such as:
ln -s /dev/ttyS2 /dev/modem
so that your ppp scripts find the right device name.
Brian Wildasinn
[EMAIL PROTECTED]
------------------------------
From: "Clifton T. Sharp Jr." <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Re: pppd: 244000 not supported
Date: Mon, 03 May 1999 01:51:58 -0500
Clifford Kite wrote:
> Now I'm curious. Can you speculate on what will happen if you have a
> file with more than 4:1 compression that comes through a ppp circuit
> with hardware compression on both sides? Say a file that consists many
> bytes, each one identical to every other one in the file? An extreme
> case granted, but you get the idea. Offhand it seems like it might
> cause serious trouble.
>
> Hardware exchanging bytes at a 53 kilobaud rate might easily exceed the
> 115200 top speed of the common PC 16550A UART and would likely cause
> PPP fcs errors with files that have long sequences of duplicate bytes.
> I'd believe - until show otherwise - that this also might account for
> some of the problems with files hanging during download that are seen
> posted here and on comp.protocol.ppp . The 4x rule seems to imply that
> you need at least a 230400 kbaud UART for 53 kbaud connections and that
> even a 38.6 kbaud modem might at times get some benefit from such a UART.
>
> Comments welcome.
The modem-to-modem protocols include handshaking procedures. If you were
to run your 56K modem at a DTE speed of 19200, you should be quite safe
becaues once your modem's input buffer gets to its high-water mark, the
modem tells the other modem to suspend until further notice. (Kind of a
waste of bandwidth at 19200, though.) Similarly, if you run DTE of 115200,
connect at 53333 and manage 4x compression (213333 BPS), the modem will
sense reaching its high-water mark and throttle the other modem.
In handling real-world data, the modems reach 4:1 compression so seldom
that you'd never notice the throttling if indeed it is needed.
A nit about a comment you made earlier in the thread: the 16550A itself
is capable of more than 115200 BPS. However, it needs a different crystal
than is used in the typical PC serial-port hardware to do it. The port is
limited, but not inherently by the chip itself.
--
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Cliff Sharp | Hate spam? Take the Boulder Pledge! |
| WA9PDM | http://www.zdnet.com/yil/content/mag/9612/ebert9612.html |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
------------------------------
From: [EMAIL PROTECTED]
Subject: Is there a monodirectional protocol to make data/file broadcast ?
Date: Mon, 03 May 1999 10:20:56 GMT
Hi,
my question is simple, but I couldn't find an RFC or an application that made
that task: is there a protocol (RFC or other) that can be used to make file
transfer in broadcast WITHOUT RETURN CHANNEL ?
THANK YOU VERY MUCH FOR ANY HELP!
============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
------------------------------
From: [EMAIL PROTECTED] (William Bartholomew)
Subject: Re: DHCP problem
Date: Sun, 02 May 1999 23:57:01 GMT
Try one of these on your linux box:
route add -host 255.255.255.255 dev eth0
If you get a message "255.255.255.255: Unknown Host"
Add this to /etc/hosts
255.255.255.255 all-ones
Then. try:
route add -host all-ones dev eth0
or
route add -net 255.255.255.0 dev eth0
Windows based clients need this route on the Linux server.
On Sun, 02 May 1999 20:51:50 +0200, Shagrath <[EMAIL PROTECTED]> wrote:
>I'm running my linux machine as an DHCP server, but my problem is, that
>the win95 pc don't connect to the DHCP server and the he has no IP
>adress :-) Have i put in the IP adress of the linux machine somewhere at
>win95? if so, please tell me where
>
>tnx
------------------------------
From: "Larry Brasfield" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc,comp.os.linux.x
Subject: Re: viewing Linux Xserver Xfree86 on NT ?
Date: Sun, 02 May 1999 23:57:55 GMT
Matt <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Hi,
>
> Is it possible to view Linux Xwindows on a NT box. using an equiv app
> to Hummingbirds Exceed but for free. Maybe SuperX.
As they say at their site,
http://www.microimages.com/freestuf/mix/
MicroImages is happy to make its X Server freely
available for use on any Macintosh or Windows computers.
It installs very easily, works great, and can
pretty much be configured by referring to
the X documentation.
> Linux box arch = Martox Mill G200 Video Card using SuSE.
> NT box = Savage 3D Video Card.
If you have video working on the Windows box,
the MiX server should work. It doesn't matter
what video you have on the client machine.
> Connection via DEC Ethernet card 10/100
It just has to be sockets-compatible.
> Many thanks
HTH.
--
--Larry Brasfield
Above opinions may be mine alone.
(Humans may reply at unundered [EMAIL PROTECTED] )
------------------------------
From: "Andreas Moroder" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.questions,comp.os.linux.setup
Subject: ACL
Date: 3 May 1999 09:48:33 GMT
Hi there,
is there a way to have ACL on Linux ( if possible with the ext2fs )
Thank you
Andreas Moroder
amoroder@[spam]se-nord.provinz.bz.it
------------------------------
From: Jean-Rene Cormier <[EMAIL PROTECTED]>
Subject: Re: Connecting 2 network together
Date: Mon, 03 May 1999 07:21:17 -0300
mist wrote:
> Read up on IP masquerading / IP forwarding. It's quite possible and
> fairly easy to do. Easier with the newer 2.2.* kernel.
Thanks I didn't know what I needed to look for ;)
> Why not run TCP/IP on everything instead of IPX? IPX should, however,
> work so long as the kernel is configured to support it.
IPX is because we do this to play games and most games don't support
TCP/IP...
Jean-Rene Cormier
[EMAIL PROTECTED]
------------------------------
** 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
******************************