Linux-Networking Digest #287, Volume #12 Thu, 19 Aug 99 11:13:31 EDT
Contents:
Linux dialling to Win Network? ("Ben Gonzales")
Linux dialling into Win Server? ("Ben Gonzales")
Re:Linux as seocondary DNS of a Microsoft primary DNS? ("Rui Mendes")
Re: RAS ppp dialup response? (W.G. Unruh)
Re: ip forwarding not functioning through small LAN (Thomas Kaemer)
Re: Who has diald working really? (Mike Jagdis)
Re: Disallowing telnet access for one specific account (yan seiner)
RPC Linux >< Win32 ("Gert R Lind")
Samba synchronized Shares (Thomas Sparenberg)
Re: static IP but no route to host says netscape: please help (raph)
SuSE 6.2, Kernel 2.2.10 - stable enough now for server? ("Frank Bauer")
Re: Modem Dial-in (Quietman)
Re: ip forwarding not functioning through small LAN ("Cedric Blancher")
Re: SuSE 6.2, Kernel 2.2.10 - stable enough now for server? ("Cedric Blancher")
Sohoware Nic setup MX98715 chip and tulip driver???? (root)
Re: Hub and twisted pair vs coax (Bob Surenko)
Anonymous ftp ("netaxs")
Re: Netscape hangs if not connected to network (Tom Georges)
Re: VPN for Linux/Samba/X? (Fabrizio Fresco)
Re: DNS server won't start. (Stephen Torri)
Re: Linux and MSExchange Mail (Ken Rachynski)
ftp access policies in squid (Jens Grivolla)
SAMBA and Remote Login (Choong Kar Fai)
----------------------------------------------------------------------------
From: "Ben Gonzales" <[EMAIL PROTECTED]>
Subject: Linux dialling to Win Network?
Date: Thu, 19 Aug 1999 21:50:20 +1000
Hello all.
I have a 3-machine home net, 2xW95 and 1xRedHatLinux 5.1. The linux box
handles all my internet access, file serving and print serving. Before I set
up the diald & ppp to access the internet I used to dial out with the modem
attached to one of the W95 boxes. I also used to dial into another remote
W95 network server to transfer files, etc.
The question for all you gurus is: How do I dial into the W95 network via
the Linux machine so that I can access the files and printers attached to
it?
Ben Gonzales.
--
Remove the z's from the front of my e-mail address if replying.
------------------------------
From: "Ben Gonzales" <[EMAIL PROTECTED]>
Subject: Linux dialling into Win Server?
Date: Thu, 19 Aug 1999 21:54:23 +1000
Hello all.
I have a 3-machine home net, 2xW95 and 1xRedHatLinux 5.1. The linux box
handles all my internet access, file serving and print serving. Before I set
up the diald & ppp to access the internet I used to dial out with the modem
attached to one of the W95 boxes. I also used to dial into another remote
W95 network server to transfer files, etc.
The question for all you gurus is: How do I dial into the W95 network via
the Linux machine so that I can access the files and printers attached to
it?
Ben Gonzales.
--
Remove the z's from the front of my e-mail address if replying.
------------------------------
From: "Rui Mendes" <[EMAIL PROTECTED]>
Subject: Re:Linux as seocondary DNS of a Microsoft primary DNS?
Date: Thu, 19 Aug 1999 13:13:04 +0200
Hello,
I would like to configure my DNS (running with BIND and LINUX RedHat
6.0)secondary for a domain whos primary DNS is running under Microsoft.
I tried to configure my named.conf file, but it doesn't work.
My question is: Is it possible to have a Linux DNS secondary for a Microsoft
DNS?
Regards
Rui
------------------------------
From: [EMAIL PROTECTED] (W.G. Unruh)
Subject: Re: RAS ppp dialup response?
Date: 19 Aug 99 11:59:40 GMT
QuestionExchange <[EMAIL PROTECTED]> writes:
>http://www.redhat.com/mirrors/LDP/HOWTO/PPP-HOWTO-13.html
>The above site lists detailed information on installing MSCHap
>which is often required by MSRAS to allow Ppp services. Since
>i assume the modems are connecting, the problem lays in the
>interface of the software, I would try installing MSChap, and
>thus attaining a (vaguely) secure channel, in order to make MS
>happy.
??? It is no more secure than ordinary chap. Also, MSChap is already
compiled into ppp for almost all distribution.
Finally, the problem the person has is not authentication, it is getting ppp
negotiation going at all.
>> My company recently switched to Microsoft RAS which
>supposedly supports
>>
>> ppp access. However, when I dial up the number using
>minicom, I get no
>> "garbage" on the screen that I normally expect from a ppp
>server.
Many do not unless they receive a ppp LCP before they receive anything else.
So make sure your chat script ends with
CONNECT '\d\c'
oFor more help see
axion.physics.ubc.ca/ppp-linux.html
>> Starting up pppd by hand, pppd does not get very far:
>>
>> Connect: ppp0 <--> /dev/cua0
>> LCP: timeout sending Config-Requests
>> Connection terminated.
>>
>> It looks like there is no ppp server on the other end, and
>doesn't even
>> get to the server negotiation phase. Connecting via Win95
>works,
>> though.
>>
>> Thanks for any pointers.
>>
>> -Maurice
>>
>>
>> Sent via Deja.com http://www.deja.com/
>> Share what you know. Learn what you don't.
>>
>>
>--
> This answer is courtesy of QuestionExchange.com
>
>http://www.questionexchange.com/servlet1/showUsenetGuest?ans_id=2850&cus_id=USENET&qtn_id=2230
------------------------------
From: Thomas Kaemer <[EMAIL PROTECTED]>
Subject: Re: ip forwarding not functioning through small LAN
Date: Thu, 19 Aug 1999 12:37:29 +0200
el bobo schrieb:
>
> hi, I've got a problem in that my win95 workstations cant ping
> out to the internet through my debian potato server. this is
> my /etc/init.d/network:
>
> #! /bin/sh
> ifconfig lo 127.0.0.1
> route add -net 127.0.0.0
> # (this line gets the response 'SIOCADDRT: Invalid argument')??
> ifconfig eth0 192.168.1.1 netmask 255.255.255.0 up
> route add -net 192.168.1.0 netmask 255.255.255.0 eth0
> # (this line gets the response 'SIOCADDRT: File exists')??
> route add default ppp0
> ipchains -P forward DENY
> ipchains -A forward -s 192.168.1.0/24 -j MASQ
>
> route -n says:
>
> Destination Gateway Genmask Flags Metric Ref Use Iface
> 203.97.54.105 127.0.0.1 255.255.255.255 UGH 0 0 0 lo
> 203.167.224.4 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0
> 192.168.1.0 192.168.1.1 255.255.255.0 UG 0 0 0 eth0
> 192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
> 192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
> 0.0.0.0 203.167.224.4 0.0.0.0 UG 0 0 0 ppp0
>
> any advice greatly appreciated :)
> Matt
Hi !
Look at /proc/sys/net/ipv4/ip_forward .
This must enable with the value 1 .
CU Thomas
------------------------------
From: [EMAIL PROTECTED] (Mike Jagdis)
Subject: Re: Who has diald working really?
Date: 19 Aug 1999 12:04:53 GMT
Reply-To: [EMAIL PROTECTED]
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] wrote:
>I have been using netstat -M to see what packets were "in force" to
>trigger diald. I have heard that there are ways to get more
>sophisticated info on these packets.
Why not use diald's "debug" config option. Using it you can diald
to tell log info about every packet and what filter rule it matches.
Newer dialds (from http://diald.unix.ch) will log the packet that
causes the link to come up regardless of debug setting anyway.
>I heard some reference to tcpdump. What is that?
It's a program for capturing and printing packets. If you run
it on diald's proxy interface (usually "tcpdump -i sl0") you
can see every packet in glorious hexadecimal :-).
>I guess I am asking how do I isolate the
>source of these lookups. And once I do isolate where the packets are
>coming from, what files can I modify to resolve the issue.
It depends on the source. You may have to correct configs for
other programs, possibly on other machines. You may have to add
entries to hosts files on one or more machines. You may have
to add filter rules to diald. The solution depends on the
problem.
>Here are
>the ones I know (any help in completing this list would be
>appreciated)
>/etc/hosts
>/usr/lib/diald/standard.filter
smb.conf, sendmail.cf, resolv.conf, suid.conf, nntpcache.servers,
Windows registry, Windows *.ini files, etc. etc. Basically anywhere
that names a host or specifies any form of network interaction.
>I am wondering if my /etc/hosts file is correct. I looked all over
>the man pages, and could find no explination for these files. Should
>the names be the same names that are in windows?
Hosts files define a network so all the hosts files on the
network are normally the same and complete. But note that
there is no way to specify in a hosts file that there are
no more hosts in a given domain. If a hosts file look up
fails a WINS or DNS query will usually be made.
Since you can't trap bogus queries and are unlikely to keep
hosts files in sync on even a small network and Windows machines
have a habit of suddenly acquiring well dodgy programs I always
recommend that people run a DNS server on the local side of
dialled links and make it a primary (or secondary) for local
zones. Doing that you have three major benefits: you only have
to maintain one list of hosts, you can trap bogus queries,
and you only have to learn to configure the DNS server rather
than every damn program your users might find.
Mike
--
A train stops at a train station, a bus stops at a bus station.
On my desk I have a work station...
.----------------------------------------------------------------------.
| Mike Jagdis | Internet: mailto:[EMAIL PROTECTED] |
| Roan Technology Ltd. | |
| 2 Markham Mews, Broad Street | Telephone: +44 118 989 0403 |
| Wokingham ENGLAND | Fax: +44 118 989 1195 |
`----------------------------------------------------------------------'
------------------------------
From: yan seiner <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.security
Subject: Re: Disallowing telnet access for one specific account
Date: Thu, 19 Aug 1999 07:25:01 -0400
Firewalls have no idea who the user is. They only know where a packet
came from, which way it came in, and where it is heading.
You could block a specific IP, but that user could come in on a
different IP.
Yan
withheld wrote:
>
> how about using a firewall?/
> Cornel Popescu <[EMAIL PROTECTED]> wrote in message
> news:7p22do$grn$[EMAIL PROTECTED]...
> > In article <[EMAIL PROTECTED]>,
> > [EMAIL PROTECTED] (Robert Nichols) wrote:
> > > In article <[EMAIL PROTECTED]>,
> > > David <[EMAIL PROTECTED]> wrote:
> > > :We have a linux machine that acts as a gateway with a DSL and an FTP
> > > :server. There is ne specific account that only some folks have
> > access
> > > :to. This account is obviously a generic account but in order to have
> > > :ftp access the shell has to be something such as bash. Due to the
> > > :generic nature of the account and the fact that it has a shell, I
> > would
> > > :like to disable telnet access for just that one account without
> > > :disabling telnet. Does anyone know how or if this is possible?
> > >
> > > Pick an innocuous program like /bin/true and use that as the account's
> > > shell. Add /bin/true to the list of valid shells in /etc/shells to
> > make
> > > it acceptable to FTP. Anyone who logs into this account, either from
> > a
> > > terminal or via telnet, will just get logged right back out again when
> > > /bin/true exits.
> > How about using the following script as /bin/noshell:
> > #!/bin/sh
> > exec /usr/bin/passwd
> > --------
> > and add this to /etc/shells ? This would also allow them to telnet to
> > that host enter their old pass and change it ...
> >
> >
> >
> > Sent via Deja.com http://www.deja.com/
> > Share what you know. Learn what you don't.
------------------------------
From: "Gert R Lind" <[EMAIL PROTECTED]>
Subject: RPC Linux >< Win32
Date: Thu, 19 Aug 1999 14:13:02 +0200
I have to establish an RPC connection betveen a Linux server and a Win32
(95) client. I have tried many idears but I'm stuck anyway.
I'm trying to install dce-rpc0_1-2_i386 on the Linux this packet is
depending on glibc-devel >=2.0.7 and this packet is depending on glibc=2.1
I cant find glibc 2.1 I have tried glibc 2.1.1 and this does not satisfy
glibc-devel!
Does anyone have any sugestions
Regards Gert R Lind
------------------------------
From: Thomas Sparenberg <[EMAIL PROTECTED]>
Crossposted-To: linux.samba
Subject: Samba synchronized Shares
Date: Thu, 19 Aug 1999 14:16:12 +0200
Reply-To: [EMAIL PROTECTED]
Hi,
we have a (not to the internet connected) LAN. This LAN is splitted into
3 (parallel) subnets via 2 routers. These routers run unter Linux and
are configured to be the browse masters of their subnets. To see all the
shared resources from everywhere in the LAN, we use the synchronize
option in /etc/smb.conf. This works fine, an on any windows-machine one
can see all connected computers with their shares. But if any computer
is shutted down, the list of connected computers doesn't apply to this
change. Every new started computer can soon be seen in the list, but
those who leave the net are still listed. What do we have to configure
that those no longer available computers vanish (soon) from the list of
connected computers? Maybe it's a time/timeout problem?
Thanks for any usefull advise,
Thomas
------------------------------
From: raph <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.powerpc
Subject: Re: static IP but no route to host says netscape: please help
Date: Thu, 19 Aug 1999 12:30:50 GMT
hello again
i have made a lot of things,
the route was already added,
i could ping to myself
i have checked many files like
etc/HOSTNAME
etc/host.conf
etc/resolv.conf
etc/sysconfig/networking
and now it seems to work. in fact, i had read that a gateway IP had to end
with a 1 or a 254.
mine ends whith a 2.
funny, isn't it?
if a had a network administrator it would have been quickly resolved, but no
one manages our network. yes, it is a miracle that it still works, i pray
every day...
thank you for your answers.
raph
================== Posted via CNET Linux Help ==================
http://www.searchlinux.com
------------------------------
From: "Frank Bauer" <[EMAIL PROTECTED]>
Subject: SuSE 6.2, Kernel 2.2.10 - stable enough now for server?
Date: Thu, 19 Aug 1999 14:43:38 +0200
Hi,
just want to know if somebody has tested the 2.2.10 Kernel under
server-conditions.
We now currently running the 2.0.36 (very stable!!!!) but we think it might
be better for the performance to upgrade to the new kernel.
any comments?
Thanks
Frank
------------------------------
From: Quietman <[EMAIL PROTECTED]>
Subject: Re: Modem Dial-in
Date: Thu, 19 Aug 1999 14:11:05 +0100
Kelvin Dam wrote:
> Hey there!
>
> I'm newbie with a RH6.0 installation.
>
> I've installed mgetty to collect my incomming calls, and if authorized -
> logging in.
> But my modem answers after 1 ring, so if the phone rings, I have to run
> like ...... ;)
>
> Is it mgetty I should configure to answer later, or is it the actual
> modem?
>
> And if so - how do I configure the modem?
>
> Thx
>
> Kelvin Dam
man mgetty shows:
-n # Tells mgetty to pick up the phone after the #th ring. Default is 1.
------------------------------
From: "Cedric Blancher" <[EMAIL PROTECTED]>
Subject: Re: ip forwarding not functioning through small LAN
Date: Thu, 19 Aug 1999 15:23:56 +0200
el bobo <[EMAIL PROTECTED]> a �crit dans le message :
[EMAIL PROTECTED]
> ifconfig lo 127.0.0.1
> route add -net 127.0.0.0
> # (this line gets the response 'SIOCADDRT: Invalid argument')??
> ifconfig eth0 192.168.1.1 netmask 255.255.255.0 up
> route add -net 192.168.1.0 netmask 255.255.255.0 eth0
> # (this line gets the response 'SIOCADDRT: File exists')??
On 2.2.x kernels, route add command is no more needed for interfaces
basic network.
With ifconfig $IFACE $IP netmask $NETMASK up, kernel calculates himself
$NETWORK with $IP and $NETMASK and adds it to routing table via $IFACE.
You have 'SIOCADDRT: Invalid argument' on route add -net because those
networks are already routed.
------------------------------
From: "Cedric Blancher" <[EMAIL PROTECTED]>
Subject: Re: SuSE 6.2, Kernel 2.2.10 - stable enough now for server?
Date: Thu, 19 Aug 1999 15:26:44 +0200
Frank Bauer <[EMAIL PROTECTED]> a �crit dans le message :
7pgu6a$3m$[EMAIL PROTECTED]
> just want to know if somebody has tested the 2.2.10 Kernel under
> server-conditions.
> We now currently running the 2.0.36 (very stable!!!!) but we think it
might
> be better for the performance to upgrade to the new kernel.
I do. It's good.
But, be careful with a 2.0.x to 2.2.x upgrade as a lot of things have
changed. For example :
ipfwadm replaced by ipchains
network interfaces configuration (route add -net no more needed for
iface network)
------------------------------
From: root <[EMAIL PROTECTED]>
Subject: Sohoware Nic setup MX98715 chip and tulip driver????
Date: Thu, 19 Aug 1999 06:39:06 -0700
Hi
I purchsed the soho ware 10/100 network starter kit. This has 2 pci
nics with the MX98715 chip on it. It came with a tulip.c driver. I am
running redhat 6.0 that already has the tulip driver installed. 6.0
finds the card and installs it no problem eth0 starts normally and that
is it. I can ping the etho port and the loopback but the fard will not
broadcast to the network. I am at my wits end. The driver that I got
with the card will not compile properly. I asmit my programming
experience is limited. If any one has a suggestion I would appreciate
it. Post here or send to [EMAIL PROTECTED] thank you
John Verderber
[EMAIL PROTECTED]
------------------------------
From: Bob Surenko <[EMAIL PROTECTED]>
Subject: Re: Hub and twisted pair vs coax
Date: Thu, 19 Aug 1999 13:30:18 GMT
Jon Akers <[EMAIL PROTECTED]> wrote:
: Brian Dudek wrote:
:> I know the cost of a coax network is good, but what would I gain by
:> buying an $80 hub for a mix work group of 3-8 win/linux boxes?
:>
: Yes you will gain performance. Think about how a coax network works. When
: one machine is talking on the coax, all of the other machines have to
: listen before they can say anything. With a twisted pair and hub setup,
: more machines can talk at once, and the talking can be in both directions.
: Much nicer.
Well, not exactly, a hub is a shared media device. Only one machine can
talk at a time. A switch will let more machines talk, but... two packets
can't travel the same wire at the same time.
The bigest advantage of a cheap shared media hub over coax (thinnet) is
that it is much easier to figure out what is wrong when you have a problem.
Thinnet is from the devil!
:>
:> Will a twisted pair and hub network reduce the number of data collisions
:> over a coax network setup? Granted a switch will prevent them all
:> together, ( correct ? ) but a little expensive. Are some hubs better at
:> preventing collisions than others? If so what brands or features in a
:> hub should I be looking for? internal power supply and up likable?
:>
: Some hubs are better at handling collisions than others. I am not sure
: which ones are better than others, but in this sort of networking area, you
: usually get what you pay for.
:>
:> On a slightly different front - NIC. If I have the option should I
:> always opt for PCI over ISA adapters? If the card is only 10Mbt what
:> with I gain from a 32 bit PCI over a 16 bit ISA - less cpu overhead - is
:> it faster?
:>
: If you can afford it, go for the PCI NIC's that support 10/100 connections.
: You don't have to get a 100base hub immediately, but look at the investment
: of the 10/100 NICs as being an investment for later. You will very likely
: be expanding in the future, and when you do you may want to go to faster
: network speeds. If you already have 10/100 cards in all of the older
: systems, it will be very easy to convert the entire LAN to 100base just by
: changing out the hub.
:>
:> Thanks!
:> Brian
:>
:> mailto:[EMAIL PROTECTED]
--
=============================================================================
- Bob Surenko [EMAIL PROTECTED]
- http://www.fred.net/surenko/ finger for PGP key
=============================================================================
------------------------------
From: "netaxs" <[EMAIL PROTECTED]>
Subject: Anonymous ftp
Date: Thu, 19 Aug 1999 09:52:21 -0400
I have a linux server with anonymous ftp set up on it. I can ftp into it
from my win98 box and linux just fine but when I try to ftp through the mac
it doesn't work. Has anyone heard of this before? Any suggestions or
comments?
--
Jason Schadel
home: [EMAIL PROTECTED]
work: [EMAIL PROTECTED]
------------------------------
From: Tom Georges <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.x
Subject: Re: Netscape hangs if not connected to network
Date: Thu, 19 Aug 1999 09:41:23 -0400
Rob Lahaye wrote:
>
> May be you should change the /etc/hosts file. I suppose that your
> /etc/host.conf looks as follows:
> order hosts,bind
> multi on
>
> So your system will first check the hosts file, then the dns server.
> I guess the latter will time out and causes a long startup of Netscape.
> So putting your tcp/ip address and hostname in the /etc/hosts file, would
> avoid checking the dns server. Your /etc/hosts should then contain the
> following:
>
> 127.0.0.1 localhost localhost.localdomain
> <your_tcp_ip-number> <your_full_hostname> <short_hostname_or_nick_name>
>
> I'm not hundred percent sure, but I think this will solve your problem.
My system is setup exactly this way, with the /etc/host.conf checking
hosts
first and my /etc/hosts file showing the loopback and IP address for my
local
machine:
/etc/hosts:
127.0.0.1 localhost localhost.localdomain
87.35.2.74 georges_isdn
87.35.2.73 Router
My /etc/host.conf is identical to the above. I also checked
nsswitch.conf
to make sure it was checking files before nis. Here's the hosts entry:
hosts: files nisplus nis dns
All this, and STILL the delay! I'd REALLY like to be able to get
netscape
up and running without having to dialup. I run diald occasionally, but
it's
presence or absence does not have any effect on this problem.
If it helps any, the delay appears to be exatly 8 minutes. Also, here's
what
my routing normally looks like while connected via eth0 to my isdn
switch:
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt
Iface
87.35.2.74 * 255.255.255.255 UH 0 0 0
eth0
127.0.0.2 * 255.255.255.255 UH 0 0 0
sl0
87.0.0.0 * 255.0.0.0 U 0 0 0
eth0
127.0.0.0 * 255.0.0.0 U 0 0 0
lo
default Router 0.0.0.0 UG 0 0 0
eth0
(I believe the 127.0.0.2 entry was created by a diald, which I had
stopped
before running netstat -r).
Tom
--
Thomas L. Georges, SMTS BellSouth Telecommunications S&T
675 W. Peachtree St. 41B50 Atlanta, GA 30375
Office:(404)927-4099 - F:(404)420-8202 - P:(404)672-2784 #1030090
"A government that robs Peter to pay Paul can
always count on the support of Paul" - GBS
(ALL OPINIONS ARE MINE and not my employers - but they should be :)
------------------------------
From: Fabrizio Fresco <[EMAIL PROTECTED]>
Crossposted-To: comp.os.protocols.smb,comp.os.linux.x,comp.software.config-mgmt
Subject: Re: VPN for Linux/Samba/X?
Date: Thu, 19 Aug 1999 15:59:46 +0200
Ken wrote:
>
> I'd like to be able to make Samba shares available for telcommuters over
> the Inet, mainly to get access to version control files. Is there any
> kind of VPN available to run between a Win client and a Linux/Samba
> server to protect this traffic?
>
> Similarly, I have a situation where I want a telecommuter to run an X
> server at home to communicate with a company CAD package on a Solaris
> system, and security is paramount. Currently this is done by direct
> dial-up to the company modem, which limits speeds to 56k. If the
> telecommuter gets a DSL line or cable modem, are there any VPN-like
> solutions to take advantage of the high-speed connection?
>
> --
> Ken
> mailto:[EMAIL PROTECTED]
> http://www.sewingwitch.com/ken/
> http://www.215Now.com/
http://www.uni-erlangen.de/docs/RRZE/dezentral/unix/linux/HOWTOS/mini/VPN.html
--
Fabrizio Fresco
------------------------------
From: Stephen Torri <[EMAIL PROTECTED]>
Subject: Re: DNS server won't start.
Date: Thu, 19 Aug 1999 09:52:52 -0400
Yes it is. named is running.
Stephen
[EMAIL PROTECTED] wrote:
>
> Is named running?? Did you restart your machine and not start named ??
>
> Stephen Torri wrote:
> >
> > I am trying to setup a basic DNS server for my home network. I want it
> > to handle the request for home computers and for finding IP addresses
> > for Internet requests (Http, ftp, etc.) I had the server running
> > yesterday but today it decides not to play (or I messed something). Here
> > is the message when I tried to find an IP address:
> >
> > *** Can't find server name for address 127.0.0.1: No response from
> > server
> > *** Can't find server name for address 10.0.0.6: No response from server
> > *** Default servers are not available
> >
> > Stephen
------------------------------
From: [EMAIL PROTECTED] (Ken Rachynski)
Subject: Re: Linux and MSExchange Mail
Date: Thu, 19 Aug 1999 14:37:17 GMT
On Wed, 18 Aug 1999 21:34:35 -0400, sandrews
<[EMAIL PROTECTED]> wrote:
>It may not be YOUR problem......................
>Try to telnet into the exchange server on port 25 (SMTP) and port 110 (POP3).
>If you can't it's not your problem it's your administrators problem. I have
>had the same problem as you but in my case I have to try to get our brain dead
>MS admin's to look into the problem ( Yes it's a bitch, they don't understand
>shit). If both ports are open then you can use any standard email client.
That could depend on the Exchange Server version. I don't believe that
the SMTP and POP support was readily available before 5.0, but I do
know that those two plus IMAP are enabled by default in 5.5.
Too bad to hear about inept admins, but when you're dealing with MS
products, this is a very common problem.
Ken
------------------------------
From: [EMAIL PROTECTED] (Jens Grivolla)
Subject: ftp access policies in squid
Date: Thu, 19 Aug 1999 14:45:13 GMT
Hi,
is there any way to specifiy access lists for ftp proxying separately
from http. I only found the http_access option which apparently
enables ftp also.
In our company it would be useful also to be able to differentiate
between downloads (ftp or http) and regular html requests. Since I
would like to add virus scanning also, I need some filtering
capabilities anyway.
I found the squid docu to be somewhat hard to read, so I'd be thankful
for any pointers to additional documentation.
tia,
Jens
------------------------------
From: Choong Kar Fai <[EMAIL PROTECTED]>
Subject: SAMBA and Remote Login
Date: Thu, 19 Aug 1999 22:07:28 +0800
Hi,
I have just setup my remote login on my Linux box. Most things are
working fine except for two. When I login using my Win95 box, I managed
to access my intranet and all, but couldn't see my other computers in
the network neighborhood.
The second problem is the speed. I tried setting the speed to
115200 but it never came close. Are there any settings needed on the
Linux setup to achieve that speed, eg. software compression?
Appreciate your help,
Kar Fai
[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
******************************