Linux-Networking Digest #254, Volume #10         Fri, 19 Feb 99 18:13:35 EST

Contents:
  real mailserver? (Bernhard Dobbels)
  Re: 10BaseT - 100BaseTX coexistence ("Richard Brodie")
  Re: Connect to Win98 PCs on MS Networks with "File and printer sharing  (Lassi 
=?iso-8859-1?Q?Rytel=E4?=)
  Re: Magic DNS lookup (Juergen Heinzl)
  Re: NS Comm 4.5 not doing name lookup ("William R. Mattil")
  getting Linux to work with AGP (Gaius98)
  Re: PPP only gets to ISP ("Tim Underwood")
  Re: Red Hat 5.2 SMTP Server (Screech)
  Re: Machine name themes - what do you use? ("Anton")
  Re: Web access to email needed, Re: HTML and/or Java email client for LInux??? 
("Dennis Ponne")
  Re: user web pages (Rick Onanian)
  Linux as pop3/smtp server on intranet? (Peter Baars)
  Re: Multilink PPP in Linux with 2 x V90 = 105,333 bps? (Jason Clifford)
  Re: Linux rh as router (Brian McCauley)
  Re: @Home Networking Setup - Please help (Rick Onanian)
  Re: Linux RH 5.2 (Marc Hering)
  Re: IP addresses of PC under same network how to get? ([EMAIL PROTECTED])

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

From: Bernhard Dobbels <[EMAIL PROTECTED]>
Subject: real mailserver?
Date: Fri, 19 Feb 1999 22:05:31 +0100

Hello,

Is it possible to test if a the name after the at-sign is a real domain?
If so, how can i do this?
I know you can test these with whois, but i'm wondering if this can
always succeed?


--
Bernhard Dobbels        Student Electronic Engineer 
                        option Automation and Computersystems.
E-mail: [EMAIL PROTECTED]
        [EMAIL PROTECTED]
ICQ: 25783372

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

From: "Richard Brodie" <[EMAIL PROTECTED]>
Crossposted-To: comp.dcom.lans.ethernet
Subject: Re: 10BaseT - 100BaseTX coexistence
Date: Thu, 18 Feb 1999 17:01:56 -0000


Peter Novikov wrote in message <[EMAIL PROTECTED]>...

>
>Host1    Host2   Host3
>  |        |       |
>  -------------------------- Gateway------- To ISP
>     |                      (Linux with
>   File Server                2 NICs)


>Hosts and FileServer are equiped with 100BaseTX cards.
>The Gateway is 486 box with Linux and two 10BaseT cards.
>Let me make this point clear: there's no way to insert
>there 100BaseTX card, since all available 100mbps ethernet
>devices are PCI cards, while our 486 is ISA and VLB only.


This is not entirely true, there are 100BaseTX ISA cards
available (e.g. the 3C515 from 3COM). Probably not the best
way to go though.

>The question is: what will happen when a workstation
>(say Host1) starts session with Gateway? Would the
>interface at Host1 drop to 10 mbps? If yes, what will
>happen if Host1 starts session with FileServer at the
>same time?

'Session' is a higher level abstraction, not really relevant to the
way Ethernet works. You don't negotiate the wire speed
end-to-end at all, just point-to-point (if at all). With a simple
hub on the left hand side of the gateway, you'ld have to set it
permanently into 10Mps mode to bring the link to the
gateway up at all.

>If "10mbps propagatrion" really takes place, does there any
>solution (like "wise hub") exist?


To connect 10 to 100 you need a device that buffers and
forwards packets - i.e. a bridge (switch). So, one set up
would be:
........................................
100hub --- switch --- 10 hub
| | | |                        |
..............................|........
| | | |                        |
                                GW---- to ISP

Now for the good news: devices with 100Mbps,10Mbps ports
and an internal switch, are often sold as 10/100 dual speed
hubs. Essentially the configuration between the dotted lines,
except ports are dynamically assigned to the 10 or 100 side.

Make sure that it is capable of simultaneously handling
10Mbps and 100Mbps connections (some of the older types
without an internal switch have a global 10 or 100 setting).




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

From: Lassi =?iso-8859-1?Q?Rytel=E4?= <[EMAIL PROTECTED]>
Crossposted-To: 
comp.os.linux,comp.os.linux.help,comp.os.linux.misc,comp.os.linux.setup,hk.comp.os.linux
Subject: Re: Connect to Win98 PCs on MS Networks with "File and printer sharing 
Date: Fri, 19 Feb 1999 20:36:06 GMT

Hi

You should use Samba (ie program smbclient, which is similiar to ftp-program) to
get files from MS servers.

- Lassi

PS. There is a "new" book from SSC:Samba:Integrating Unix and Windows (ISBN
1-57831-006-7) which covers quite well all aspects of networks  with mixed
Linux/M$ machines

John Wong wrote:

> Dear Linux World,
>
>     Could somebody tell me how to connect to the computers under the same
> netmask? The network is running MS Network and many with MS File and printer
> sharing service. I wanna get files from the shared folders of these PCs.
>
>     I'm using RH4.2 (kernel 2.0.35), network under dhcpcd TCP/IP (all the
> PCs in the network use dhcpcd).
>
>     What application should I use and what should I do?
>
>     Welcome any suggestions to this newbie.
> Regards
>     John


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

From: [EMAIL PROTECTED] (Juergen Heinzl)
Subject: Re: Magic DNS lookup
Date: Fri, 19 Feb 1999 21:08:41 GMT

In article <[EMAIL PROTECTED]>, Gary Arnold wrote:
>I have two computers running Linux. One has Red Hat 5.2, the other has
>Red Hat 4.x.
>
>I recently configured both PC's to dial up my ISP. They both work great,
>but my older version of Linux didn't require me to put a DNS entry in my
>resolv.conf. How does it resolve names if I never specified a DNS???

Is it possible the environment variable ...
RESOLV_HOST_CONF 
... is set ? If not *and* you can lookup hosts that are not in /etc/hosts
then I would say very strange things are going on at you ... very strange
things ...

Overlooking something simple, sure of that
Juergen

-- 
\ Real name     : J�rgen Heinzl                 \       no flames      /
 \ EMail Private : [EMAIL PROTECTED] \ send money instead /
  \ Phone Private : +44 181-332 0750              \                  /

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

From: "William R. Mattil" <[EMAIL PROTECTED]>
Subject: Re: NS Comm 4.5 not doing name lookup
Date: Fri, 19 Feb 1999 15:01:04 -0600

Daren Scot Wilson wrote:
> 
> Do /etc/hosts files not allow comments?   That's the only thing I can think of
> to explain this miraculous healing.   All the other /etc files having to do
> with networking have lines starting with # which are obviously comments, I just
> assumed hosts, too, could have these.

The short answer is yes. The longer answer is also yes. Every flavor of
Unix that I have my mitts on allows comment lines anywhere in the file
beginning with an "#" and as long as the entries are white-space
delimited. ie: tab or space, everything will work as advertised. 


Regards

Bill
-- 
William R. Mattil       |  
SSCFI System Admin      | This space available for rent.
(972) 399-4106          |

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

Date: Thu, 18 Feb 1999 13:40:13 -0700
From: Gaius98 <[EMAIL PROTECTED]>
Subject: getting Linux to work with AGP

This site will show you how to get linux to work with AGP under the
linux notes.

Site also contain info about TCP/IP.  If you are planning to take the
TCP/IP exam for your MCSE certification.  Last minutes review and all
that.

http://www.interfold.com/mlim


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

From: "Tim Underwood" <[EMAIL PROTECTED]>
Subject: Re: PPP only gets to ISP
Date: Thu, 18 Feb 1999 14:12:04 -0600

Fire up lynx and go browsing.  It may actually be working.  I fought the
same thing for a few hours, and then found that every site I was trying to
ping had inhibited ping responses.

Jay Beatty wrote in message <8dJy2.26$[EMAIL PROTECTED]>...
>I've just installed RedHat 5.2, and I can't get ppp working. Or, more
>precisely, I can only connect to the isp. I think the problem is that ppp
is
>not picking up the dynamic IP address. It keeps assigning the lan ip
>address.
>
>
>It dials properly. route -n shows both the host route and the default
route.
>ifconfig shows the client ppp address to be the same as my lan address.
>
>I can reach my isp, but no further.  Addresses are resolved by DNS. When I
>ping  www.linux.org, I get the ip address, but no response.
>
>I've used netcfg. When configuring the ppp interface I've left the local
and
>remote ip addresses blank ( I also tried local 0.0.0.0 ). I've removed the
>eth0 interface. "activitate" dials and gives no error messages.  Always the
>same result.
>
>Any help appreciated.
>
>Jay
>
>



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

From: [EMAIL PROTECTED] (Screech)
Subject: Re: Red Hat 5.2 SMTP Server
Date: Thu, 18 Feb 1999 20:14:03 GMT

On Thu, 18 Feb 1999 19:41:23 GMT, [EMAIL PROTECTED] (Carlisle Branch)
wrote:

>I think I am missing the SMTP Server. Does any one know how to set up
>the SMTP Server on the Linux box ?

I would start here: www.qmail.org.  Pretty easy to configure.


Jason Lee           | 186,000 miles per second.  It's not just a
[EMAIL PROTECTED] | good idea.  It's the law.
(Please doctor the addy appropriately)

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

From: "Anton" <[EMAIL PROTECTED]>
Subject: Re: Machine name themes - what do you use?
Date: Fri, 19 Feb 1999 15:34:29 +1300
Crossposted-To: 
vmsnet.networks.misc,microsoft.public.windowsnt.domain,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

>The email/application/web environment is based on Lotus Notes.

Ahhh... so thats why the servers were crashing ;-)



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

From: "Dennis Ponne" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc
Subject: Re: Web access to email needed, Re: HTML and/or Java email client for LInux???
Date: Thu, 18 Feb 1999 21:43:29 +0100

Check out http://www.cgi-resource.com


Greetings,

Dennis!

Cameron Spitzer heeft geschreven in bericht
<7ahlu4$rse$[EMAIL PROTECTED]>...
>In article <[EMAIL PROTECTED]>,
>Brett W. McCoy <[EMAIL PROTECTED]> wrote:
>>On 18 Feb 1999 05:49:40 GMT, Cyrus Mehta <[EMAIL PROTECTED]> wrote:
>>
>>>Hi, is there some sort of email client that I can use in a web browser?
>>>I know its not ideal, but I am looking for a VERY lightweight client.
>>>
>>>Basically I want to see something  kinda like HotMail.
>>
>>How is running a bloated browser lightweight compared to running elm or
>>mutt?
>
>I'm looking for the same application.  Some of my users travel a lot,
>and need to access their mail from coin-op Web browsers at airports,
>shopping malls, friends' houses, public libraries, the lobby at 3Com
>corporate headquarters, and Kinkos stores.  Public Web access facilities
>often do not include telnet or a mail client, or it can't be reconfigured
>to make them work.  HTTP (and HTTPS) is sometimes the only thing that
works.
>
>
>And I haven't been able to compile IMAP-4.5.BETA yet.
>    make slx EXTRALDFLAGS="-llibcrypt"
>dies with
>osdep.c: In function `checkpw':
>osdep.c:190: `PAM_ESTABLISH_CRED' undeclared (first use this function)
>
>It seems the names in /usr/lib/libpam.a don't match; adding -llibpam
>does not help.  Any suggestions?
>
>Cameron



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

From: Rick Onanian <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc
Subject: Re: user web pages
Date: Fri, 19 Feb 1999 16:53:01 -0500


Try putting a link from wherever your master web page goes (like,
default on a debian system for www.../index.html is /var/www) to /home

Then, your users don't even need a ~ in front of their names. Just an
index.html and they're all set.

D E G wrote:
> 
> i know this is supposed to be really simple, but i'm having major
> problems seting up user web pages (ie www.../~user =
> /home/user/public_html). i'm running apache on rh5.2
> 
> here is an excerpt from my access.conf file:
> <Directory /home/*/public_html>
> Order allow,deny
> Allow from 128.59.
> Options Indexes Includes ExecCGI FollowSymLinks
> AllowOverride None
> </Directory>
> 
> whenever i try to access the page i get:
> Forbidden
> 
> You don't have permission to access /~user/ on this server
> 
> (and yes i do have the proper permissions set on the files)
> 
> anyone have any ideas?
 
> tia.
> 
> D E G
> --
> 
> Remove "_nospam_" to reply.
> Sorry for the inconvenience, but desperate times call for desperate
> measures.

-- 
  rick
===============
My opinions don't exist, and as such, are not anyone else. I do not
represent
anyone, not even myself, and especially not my employer. Cows go moo.
---
Looking for a 1968 Camaro SS convertible, black interior, beat-up
rustbucket
that is in need of a lot of restoration and TLC. Must be cheap...I'm
broke.
---
Reply to me at either thc <at sign here> psynet <dot> net or 
rick <at sign> mail <dot> artmold <dot> com

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

From: Peter Baars <[EMAIL PROTECTED]>
Subject: Linux as pop3/smtp server on intranet?
Date: Thu, 18 Feb 1999 22:07:02 +0100

This is a multi-part message in MIME format.
==============7CDD13A7816E57E0B16F2CD7
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hi there, I am pretty new to Linux, but enthusiastic and want to show my
bosses that Linux can do for free (or almost) what we pay Microsoft big
bucks for. What I want to do now is use a linux/wsamba server in an NT
domain for mailing within our own domain, or intranet. So I do not want
to get internet mail of an ISP-server and distribute it, I just want to
mail within our firm. What do I need?

Peter Baars


==============7CDD13A7816E57E0B16F2CD7
Content-Type: text/x-vcard; charset=us-ascii;
 name="pbaars.vcf"
Content-Transfer-Encoding: 7bit
Content-Description: Card for Peter Baars
Content-Disposition: attachment;
 filename="pbaars.vcf"

begin:vcard 
n:Baars;Peter
x-mozilla-html:TRUE
url:http://www.knoware.nl/users/pbaars
adr:;;;;;;
version:2.1
email;internet:[EMAIL PROTECTED]
x-mozilla-cpt:;-1
fn:Peter Baars
end:vcard

==============7CDD13A7816E57E0B16F2CD7==


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

From: Jason Clifford <[EMAIL PROTECTED]>
Crossposted-To: 
comp.os.linux.misc,comp.os.linux.questions,comp.os.linux.x,uk.comp.os.linux
Subject: Re: Multilink PPP in Linux with 2 x V90 = 105,333 bps?
Date: Fri, 19 Feb 1999 21:08:11 +0000

On Fri, 19 Feb 1999, Doodle wrote:

> I know Win95/98 has support for Multilink PPP to 'channel bond' two
> V90 modems to gain something like 10k/sec connection speeds. Can I use
> two V90s in Linux to get 10k/sec connection speeds?

Yes. You need to build support for this into the kernel and read the
documentation that accompanies the kernel with regard to this facility.

Jason Clifford
Definite Linux Systems
http://definite.ukpost.com/


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

From: Brian McCauley <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc
Subject: Re: Linux rh as router
Date: 18 Feb 1999 18:35:33 +0000

Chris spavins <[EMAIL PROTECTED]> writes:

> I am using a Linux box as the gateway to the internet for LAN and as a
> nameserver. I am able to ping any site from this server. When I set up
> an NT machine on the LAN to use the Linux server as router and
> nameserver I am able to resolve names and if I try to visist a web site
> from a browser, the site is found but I am not able to make a connection
> to the server. I would assume that the problem lies in the set up of the
> firewall or masquerading which I am doing on the Linux server. Is there
> any way in which I can log the packets on either side of the firewall.

tcpdump

-- 
     \\   ( )  No male bovine  | Email: [EMAIL PROTECTED]
  .  _\\__[oo   faeces from    | Phones: +44 121 471 3789 (home)
 .__/  \\ /\@  /~)  /~[   /\/[ |   +44 121 627 2173 (voice) 2175 (fax)
 .  l___\\    /~~) /~~[  /   [ | PGP-fp: D7 03 2A 4B D8 3A 05 37...
  # ll  l\\  ~~~~ ~   ~ ~    ~ | http://www.wcl.bham.ac.uk/~bam/
 ###LL  LL\\ (Brian McCauley)  |

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

From: Rick Onanian <[EMAIL PROTECTED]>
Subject: Re: @Home Networking Setup - Please help
Date: Fri, 19 Feb 1999 17:13:55 -0500



PDSC wrote:
> 
> Howdy Dude:
> 
> I have a similar setup with a CyberSurfer and RH5.2 Linux.  I followed
> the standard RH setup and filled in the network info when prompted.
> It works like a champ and I didn't have to edit any shell scripts.  Is
> your modem being detected correctly?  I used a Netgear NIC with the
> Tulip chipset.  Can you ping the NIC?  Can you ping your default
> gateway?  @home should have provided you with a yellow paper
> describing all the server IP addresses for dns, gateway, etc...
> 
> Dude

I have used slackware, debian, and mandrake on my @home cablemodem.
No problem.

I think the original poster was trying to use DHCP rather then set
up as a regualr network.
 
> On Tue, 16 Feb 1999 22:46:54 GMT, "LingDragon" <[EMAIL PROTECTED]>
> wrote:
> 
> >I have the Mandrake 5.3 distribution (RH 5.2) and am trying my best to get
> >the @home network service setup on my linux machine.  I have already
> >disabled plug and pray, set the nic to irq 10, addr 300 and was able to get
> >the little pc connection light on the modem to turn on.  I am using TCI w/
> >cybersurfer.  I have seen reply's to questions like this:   (but I haven't a
> >clue as to what this is, whether it is a script, text file, command?)
> >
> >#! /bin/sh
> ># /etc/init.d/networks
> >PATH="/bin:/sbin:/usr/bin:/usr/sbin"
> ># uncomment and edit username for @Home cable modems--
> >#OPT_USER_ID="-h username"
> >ifconfig lo 127.0.0.1
> >route add -net 127.0.0.0 netmask 255.0.0.0 lo
> >if dhcpcd $OPT_USER_ID -d eth0 ; then
> >  /usr/local/bin/dhcp_host_ip
> >  echo "DHCP succeeded..."
> >  logger  "DHCP succeeded..."
> >fi
> >
> >
> ># DO NOT EDIT THIS FILE - edit the master and reinstall.
> ># (/tmp/crontab.XXXXa00375 installed on Fri Feb 12 00:58:32 1999)
> ># (Cron version -- $Id: crontab.c,v 2.13 1994/01/17 03:20:37 vixie Exp $)
> >SHELL=/bin/sh
> >PATH=/usr/local/bin:/usr/local/bin:/bin:/sbin:/usr/bin:/usr/sbin
> >*/20 * * * * exec /usr/local/bin/dhcp_host_ip
> >
> >
> >#!/bin/sh
> ># /usr/local/bin/dhcp_host_ip
> ># cron script to transfer dhcpcd's IP to /etc/hosts
> >PATH=/sbin:/bin:/usr/bin
> >HOST=$( hostname )
> >HOST_IP=$( ifconfig eth0 | grep "inet addr" - | cut -d: -f2 - | cut -d"
> > -f1
> >- )
> >LINE_OLD=$( grep -G ${HOST}'$' /etc/hosts | grep -v '^;' - )
> >LINE_NEW=${HOST_IP}" "${HOST}
> >sed s/"$LINE_OLD"/"$LINE_NEW"/ /etc/hosts > /tmp/.hosts.tmp
> >mv /tmp/.hosts.tmp /etc/hosts
> >
> >
> >Could someone please elaborate on this subject in detail?  Thanks alot.
> >
> >PS.  Please keep in mind that some of us are somewhat new to linux (three
> >days or so)
> >
> >Dave
> >
> >
> >

-- 
  rick
===============
My opinions don't exist, and as such, are not anyone else. I do not
represent
anyone, not even myself, and especially not my employer. Cows go moo.
---
Looking for a 1968 Camaro SS convertible, black interior, beat-up
rustbucket
that is in need of a lot of restoration and TLC. Must be cheap...I'm
broke.
---
Reply to me at either thc <at sign here> psynet <dot> net or 
rick <at sign> mail <dot> artmold <dot> com

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

From: Marc Hering <[EMAIL PROTECTED]>
Subject: Re: Linux RH 5.2
Date: Fri, 19 Feb 1999 22:43:40 GMT

It is included in the RH distributiuon,,just enable the 3c59x.c module
and it should pick up either the vortex or boomerang cards !!:)

Man Chiu wrote:

> Where can I get the network driver for 3c905b?
>
> Thanks


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

From: [EMAIL PROTECTED]
Subject: Re: IP addresses of PC under same network how to get?
Crossposted-To: comp.os.linux.help,comp.os.linux,comp.os.linux.misc
Date: Fri, 19 Feb 1999 23:46:31 +0100

First of all - take a look at the network config on the PC's or ask your
sys.adm.

If you run X with gtk installed, you can run a network surveillance program
called Cheops, which will show all the machines and their IP's on your
local network.

You can optain Cheops from
ftp://alge.anart.no/pub/network/cheops-0.59a.tar.gz

John+@newbie@+Wong <[EMAIL PROTECTED]> wrote:
> Dear Linux World,
>     I'm now trying to get files from my MS neighbouring PCs on my linux
> box. Tsang suggested smbclient for me this newbie... but how to get the
> IP of the PCs on the network?
> What can I use? What should I do?
-- 
Anders Gulden Olstad @ Brinkley | * * * * * * * * * * * * * * * * * * * * 
RedHat 5.2 Linux kernel 2.0.36  | "Penguins are generally nice creatures"

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


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