Linux-Networking Digest #525, Volume #12 Thu, 9 Sep 99 08:13:36 EDT
Contents:
Re: Dialling (ISDN) into Linux (John Simpson)
Re: Redirection Of Port to Internal Network ("Cowles, Steve")
Problems with Sendmail (Tony Green)
Re: Linux mdaemon equivalent? (Steve Heaven)
replacing the routing table with ipchains? ("Henrik Andersson")
Re: IP forwarding ([EMAIL PROTECTED])
nslookup resolves, ping doesn't (Ludger Solbach)
Re: KPPP Causes X display to Lock (Harri Porten)
Re: inconsistent ethernet MAC addresses ("M.C. van den Bovenkamp")
ICQ server on Linux (Jimmy Lio)
modem or pppd problem on S220 (E Vernhes)
routing dial on demand ("Holger Bunkradt")
routing,dial on demand ("Holger Bunkradt")
Write access to NT- files (J�n Gu�mundsson)
Re: oops! Write access to NT- files (J�n Gu�mundsson)
Using Apache as a proxy server... (Jimmy Lio)
Re: Browsers and Linux (=?ISO-8859-1?Q?Claus_F=E4rber?=)
Re: xdm while NCD to RedHat6.0 - no response ("FEEB")
Ftp Server ("Rivi")
----------------------------------------------------------------------------
From: John Simpson <[EMAIL PROTECTED]>
Subject: Re: Dialling (ISDN) into Linux
Date: Thu, 09 Sep 1999 07:43:18 +0100
Yes I have re-posted this. I've had no response and I'm stuck.
Does anyone have any suggestions?
John Simpson wrote:
> Hi
>
> I'm trying to dial into my Linux box from a remote location using NT4.0
> on my ISDN line. The NT machine successfully goes through the
> authentication rigmarole, but reports that the expected NETBEUI protocol
> is not available at the remote station and would I be happy with plain
> TCP/IP. The TCP/IP connection works fine as far as it goes (pinging
> etc.), but is not really what I had in mind. The log at the linux end is
> as follows...
>
> Sep 6 10:12:16 server kernel: isdn_net: Incoming call without OAD,
> assuming '0'
> Sep 6 10:12:16 server kernel: isdn_net: call from 0,7,0 -> 713750
> Sep 6 10:12:16 server kernel: isdn_net: ippp0 connected
> Sep 6 10:12:16 server ipppd[464]: Local number: 713750, Remote number:
> 08450885128, Type: incoming
> Sep 6 10:12:16 server ipppd[464]: PHASE_WAIT -> PHASE_ESTABLISHED,
> ifunit: 0, linkunit: 1, fd: 8
> Sep 6 10:12:19 server ipppd[464]: MPPP negotiation, He: Yes We: Yes
> Sep 6 10:12:19 server ipppd[464]: CCP enabled! Trying CCP.
> Sep 6 10:12:19 server ipppd[464]: CCP: got ccp-unit 0 for link 1
> (protocol: 0x80fd)
> Sep 6 10:12:19 server ipppd[464]: ccp_resetci!
> Sep 6 10:12:19 server ipppd[464]: ccp_resetci!
> Sep 6 10:12:19 server kernel: ippp: no decompressor defined!
> Sep 6 10:12:19 server ipppd[464]: Unsupported protocol 'NETBIOS Framing
> Control Protocol' (0x803f) received
> Sep 6 10:12:19 server ipppd[464]: local IP address 62.188.150.162
> Sep 6 10:12:19 server ipppd[464]: remote IP address 158.43.173.231
>
> ...which confirms that ippd thinks the protocol is not supported.
>
> As far as I can see ipppd, samba are all configured ok. (I can dial my
> ISP and my network shares, communicates and prints).
>
> Am I missing something in ipppd, pppd, samba, isdn ?
>
> Any ideas ?
>
> Thanks
>
> John Simpson
> [EMAIL PROTECTED]
> http://dialspace.dial.pipex.com/js.itemkey
------------------------------
From: "Cowles, Steve" <[EMAIL PROTECTED]>
Subject: Re: Redirection Of Port to Internal Network
Date: Wed, 8 Sep 1999 19:26:30 -0500
EXT_IP is the "external" IP address of my Linux box. EXCH_IP is the Exchange
servers "internal" IP address.
Steve Cowles
SWCowles at gte dot net
<[EMAIL PROTECTED]> wrote in message news:7r5lev$b9l$[EMAIL PROTECTED]...
> Thanks for the info,
> I finally figured out I needed to get Ipmasqadm installed and finally
> found it and installed it.
> The $EXT_IP is the IP of the outside NIC on the firewall correct? Or is
> this a remote internet site?
------------------------------
From: Tony Green <[EMAIL PROTECTED]>
Subject: Problems with Sendmail
Date: Thu, 09 Sep 1999 08:22:34 +0100
All,
Has anyone ever seen the error messages
'Bad Community'
in /var/adm/messages from Sendmail.
I am trying to receive a file from another company and we keep getting
this error. I'm no sendmail guru and can't figure it out. We can
receive some stuff from the - but not others. There does not seem to be
an obvious pattern so I am thinking it may be some manner of
network/routing problem.
However I am willing to hear other ideas.........
Let me know if you have any.
Thanks
Tony
------------------------------
From: Steve Heaven <[EMAIL PROTECTED]>
Subject: Re: Linux mdaemon equivalent?
Date: Thu, 09 Sep 1999 11:11:16 +0100
Graeme Love wrote:
>
> Does anyone know if there is a (free?) equivalent to the NT program Mdaemon
> for Linux?
>
> All the email for our domain is routed by our ISP into one POP3 account.
> Mdaemon checks this account and filters it into individual local POP3
> accounts that each user can log into to donwload their email.
>
Have a look at fetchmail
Steve
--
thorNET - Internet Consultancy, Services & Training
Phone: 01454 854413
Fax: 01454 854412
http://www.thornet.co.uk
------------------------------
From: "Henrik Andersson" <[EMAIL PROTECTED]>
Subject: replacing the routing table with ipchains?
Date: Thu, 9 Sep 1999 12:11:04 +0200
Hello!
I'am wondering if it is possible to replace the routing table with ipchains
commands?.
an example:
my computer have 2 NIC's.
192.168.10.1 (eth1) -----| MY COMPUTA| --- (eth0) 192.168.11.1
I want to enable routing between the two diffrent networks but without using
the route command.
the normal routing table will look something like this:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use
Iface
192.168.10.1 0.0.0.0 255.255.255.255 UH 0 0 0 eth1
192.168.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
192.168.11.1 0.0.0.0 255.255.255.255 UH 0 0 0 eth0
192.168.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 192.168.10.26 0.0.0.0 UG 1 0 0 eth1
The big question is now: Can I skip the route command and use ipchains to
build up the routing table instead??, and how whold those ipchans commands
look like?
you may wonder why I want to do this?, the reson is beacause I desperatly
needs a special routing command that can have source address as parameter
when making the routing dessision.
an example:
On my network I have 2 default gatways.
I want all trafic that comes from 192.168.65.0 to be routed to default
gatway1. and I want all trafic that comes from 192.168.66.0 to be routed to
default gateway2.
you can't solve this problem (with source address matching) with the normal
route command (because the routing command does not care about where the
packets are FROM, it justs care about where the packages are going TO). that
why I'm thinking about building up the routing table with ipchains (that
care where the packets are from).
maybe there is another solution on this problem???.
I would be very thankful if someone could help me.
Cheers from
/Henrik
------------------------------
From: [EMAIL PROTECTED]
Subject: Re: IP forwarding
Date: Thu, 09 Sep 1999 09:42:07 GMT
I was having a similar problem. I found out that the destination host
I was trying to ping sent out the ICMP response to another router in the
same segment.
Check the route table of the destination host to see if it is correct!
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
------------------------------
From: Ludger Solbach <[EMAIL PROTECTED]>
Subject: nslookup resolves, ping doesn't
Date: Wed, 08 Sep 1999 22:56:02 +0200
I can connect to most hosts on the internet through my SuSE 6.2
ppp-connection flawlessly. But I found a few that can be resolved via
nslookup, while I cannot use any other tool to connect to them (ping,
netscape etc., you name it). When I telnet to a host beyond the ppp
link, I can reach those hosts with no problem. Does anyone have an idea
where to look for the root of this strange problem?
Thanks,
Ludger.
------------------------------
From: Harri Porten <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup,comp.os.linux.x
Subject: Re: KPPP Causes X display to Lock
Date: Thu, 09 Sep 1999 10:56:58 GMT
In article <hvIB3.742$[EMAIL PROTECTED]>,
"Jim Ross" <[EMAIL PROTECTED]> wrote:
>
> Harri Porten <[EMAIL PROTECTED]> wrote in message
> news:7r5j4l$9si$[EMAIL PROTECTED]...
> > In article <[EMAIL PROTECTED]>,
> > Linux Hacker <[EMAIL PROTECTED]> wrote:
> > >
> > > I have just upgraded my AMD K6-2 400Mhz to a SuSE-6.2. I have an
ATi
> > > Xpert '98 Video card. The video setup is set to a 1280x1024
32bpp.
> > > When I launched the KPPP, I could still launch any X-apps before
the
> > > KPPP makes a connection. Once the KPPP established a connection,
no
> > > more X-apps can be launched. However, if I set the display with
> > "xhost
> > > +" before I launched the KPPP, any X-apps can be launched even
after
> > the
> > > KPPP has established the connection.
> > >
> > > So, what causes the KPPP to lock the X display?
> >
> > That's covered in the FAQ section. Uncheck the "Auto-configure
hostname"
> > option.
> >
>
> For me it still happens and I don't have Auto-configure hostname
checked.
Are you using RedHat ? Then rename your /etc/ppp/ip-up and
/etc/ppp/ip-down scripts. The seem to change the hostname as well. Does
anyone have some background knowledge on that ? I don't have a RH
install here right now.
Harri.
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
------------------------------
From: "M.C. van den Bovenkamp" <[EMAIL PROTECTED]>
Subject: Re: inconsistent ethernet MAC addresses
Date: Thu, 09 Sep 1999 13:27:01 +0200
Raf Meeusen wrote:
> I would think that the "linux arp" is reliable, but why then gives the
> dos program another MAC?
So would I, especially if it actually works like that, i.e. you can ping
back and forth. Why the config program reports something else? Beats
me...
Regards,
--
Marco van den Bovenkamp.
CIO EMEA Network Design Engineer,
Lucent Technologies Nederland.
Room: HVS BGK 25
Tel.: (+31-35-687)2724
Mail: [EMAIL PROTECTED]
------------------------------
From: Jimmy Lio <[EMAIL PROTECTED]>
Subject: ICQ server on Linux
Date: Tue, 07 Sep 1999 19:56:31 +0800
Any idea if such thing exists on Linux? If it does, where can I
download it?
Jimmy
------------------------------
From: E Vernhes <[EMAIL PROTECTED]>
Crossposted-To: comp.sys.laptops,comp.os.linux.portables
Subject: modem or pppd problem on S220
Date: Thu, 09 Sep 1999 12:21:44 +0100
Hi,
I recently installed SuSe Linux 6.2 on my Toshiba
S220.
I cannot make the PCMCIA modem work however. It seems
that I can connect to my provider, but something goes
wrong.
I even get his IP number and can ping him, but I don't
recognize anything else.
Please help,
thankx,
Christophe
Included are the error messages.
Sep 9 10:33:01 india pppd[293]: pppd 2.3.8 started by root, uid 0
Sep 9 10:33:01 india kernel: CSLIP: code copyright 1989 Regents of the
University of California
Sep 9 10:33:01 india kernel: PPP: version 2.3.7 (demand dialling)
Sep 9 10:33:01 india kernel: PPP line discipline registered.
Sep 9 10:33:01 india kernel: registered device ppp0
Sep 9 10:33:02 india chat[295]: report (CONNECT)
Sep 9 10:33:02 india chat[295]: abort on (ERROR)
Sep 9 10:33:02 india chat[295]: abort on (BUSY)
Sep 9 10:33:02 india chat[295]: abort on (NO CARRIER)
Sep 9 10:33:02 india chat[295]: abort on (NO DIALTONE)
Sep 9 10:33:02 india chat[295]: send (ATZ^M)
Sep 9 10:33:02 india chat[295]: expect (OK)
Sep 9 10:33:03 india chat[295]: ATZ^M^M
Sep 9 10:33:03 india chat[295]: OK
Sep 9 10:33:03 india chat[295]: -- got it
Sep 9 10:33:03 india chat[295]: send (AT&F1^M)
Sep 9 10:33:03 india chat[295]: expect (OK)
Sep 9 10:33:03 india chat[295]: ^M
Sep 9 10:33:03 india chat[295]: AT&F1^M^M
Sep 9 10:33:03 india chat[295]: OK
Sep 9 10:33:03 india chat[295]: -- got it
Sep 9 10:33:03 india chat[295]: send (ATDT0033134582778^M)
Sep 9 10:33:04 india chat[295]: expect (CONNECT)
Sep 9 10:33:04 india chat[295]: ^M
Sep 9 10:33:10 india su: (to root) ckoudell on /dev/pts/3
Sep 9 10:33:10 india su: pam_unix session started for user root,
service su
Sep 9 10:33:27 india chat[295]: ATDT0033134582778^M^M
Sep 9 10:33:27 india chat[295]: CARRIER 21600^M
Sep 9 10:33:27 india chat[295]: ^M
Sep 9 10:33:27 india chat[295]: PROTOCOL: LAP-M^M
Sep 9 10:33:27 india chat[295]: ^M
Sep 9 10:33:27 india chat[295]: COMPRESSION: V.42BIS^M
Sep 9 10:33:27 india chat[295]: ^M
Sep 9 10:33:27 india chat[295]: CONNECT
Sep 9 10:33:27 india chat[295]: -- got it
Sep 9 10:33:27 india chat[295]: send (^M)
Sep 9 10:33:27 india chat[295]: expect (ogin:)
Sep 9 10:33:27 india chat[295]: 115200^M
Sep 9 10:33:29 india chat[295]: ^M
Sep 9 10:33:29 india chat[295]: Login:
Sep 9 10:33:29 india chat[295]: -- got it
Sep 9 10:33:29 india chat[295]: send (clubint/evernhes^M)
Sep 9 10:33:30 india chat[295]: expect (ssword:)
Sep 9 10:33:30 india chat[295]: clubint/evernhes^M
Sep 9 10:33:30 india chat[295]: Password:
Sep 9 10:33:30 india chat[295]: -- got it
Sep 9 10:33:30 india chat[295]: send (us8gmegi^M)
Sep 9 10:33:30 india pppd[293]: Serial connection established.
Sep 9 10:33:30 india pppd[293]: Using interface ppp0
Sep 9 10:33:30 india pppd[293]: Connect: ppp0 <--> /dev/modem
Sep 9 10:33:31 india pppd[293]: sent [LCP ConfReq id=0x1 <asyncmap 0x0>
<magic 0x49c62ebe> <pcomp> <accomp>]
Sep 9 10:33:31 india pppd[293]: rcvd [LCP ConfReq id=0x1 <mru 1500>
<asyncmap 0x0> <magic 0xeb6d19d1> <pcomp> <accomp>]
Sep 9 10:33:31 india pppd[293]: sent [LCP ConfAck id=0x1 <mru 1500>
<asyncmap 0x0> <magic 0xeb6d19d1> <pcomp> <accomp>]
Sep 9 10:33:31 india pppd[293]: rcvd [LCP ConfAck id=0x1 <asyncmap 0x0>
<magic 0x49c62ebe> <pcomp> <accomp>]
Sep 9 10:33:31 india pppd[293]: sent [LCP EchoReq id=0x0
magic=0x49c62ebe]
Sep 9 10:33:31 india pppd[293]: sent [IPCP ConfReq id=0x1 <addr
0.0.0.0> <compress VJ 0f 01>]
Sep 9 10:33:32 india kernel: PPP BSD Compression module registered
Sep 9 10:33:32 india kernel: PPP Deflate Compression module registered
Sep 9 10:33:32 india pppd[293]: sent [CCP ConfReq id=0x1 <deflate 15>
<deflate(old#) 15> <bsd v1 15>]
Sep 9 10:33:32 india pppd[293]: rcvd [IPCP ConfReq id=0x1 <compress VJ
0f 00> <addr 194.158.113.4>]
Sep 9 10:33:32 india pppd[293]: sent [IPCP ConfAck id=0x1 <compress VJ
0f 00> <addr 194.158.113.4>]
Sep 9 10:33:32 india pppd[293]: rcvd [LCP EchoRep id=0x0
magic=0xeb6d19d1]
Sep 9 10:33:32 india pppd[293]: rcvd [IPCP ConfNak id=0x1 <addr
194.158.114.32>]
Sep 9 10:33:32 india pppd[293]: sent [IPCP ConfReq id=0x2 <addr
194.158.114.32> <compress VJ 0f 01>]
Sep 9 10:33:32 india pppd[293]: rcvd [CCP ConfRej id=0x1 <deflate 15>]
Sep 9 10:33:32 india pppd[293]: sent [CCP ConfReq id=0x2 <deflate(old#)
15> <bsd v1 15>]
Sep 9 10:33:32 india pppd[293]: rcvd [CCP ConfReq id=0x1 < 11 05 00 01
04>]
Sep 9 10:33:32 india pppd[293]: sent [CCP ConfRej id=0x1 < 11 05 00 01
04>]
Sep 9 10:33:32 india pppd[293]: rcvd [IPCP ConfAck id=0x2 <addr
194.158.114.32> <compress VJ 0f 01>]
Sep 9 10:33:32 india pppd[293]: Cannot determine ethernet address for
proxy ARP
Sep 9 10:33:32 india pppd[293]: local IP address 194.158.114.32
Sep 9 10:33:32 india pppd[293]: remote IP address 194.158.113.4
Sep 9 10:33:32 india pppd[293]: Script /etc/ppp/ip-up started (pid 308)
Sep 9 10:33:32 india pppd[293]: rcvd [CCP ConfRej id=0x2 <deflate(old#)
15>]
Sep 9 10:33:32 india pppd[293]: sent [CCP ConfReq id=0x3 <bsd v1 15>]
Sep 9 10:33:32 india pppd[293]: rcvd [CCP ConfReq id=0x2 < 11 05 00 01
03>]
Sep 9 10:33:32 india pppd[293]: sent [CCP ConfRej id=0x2 < 11 05 00 01
03>]
Sep 9 10:33:32 india pppd[293]: rcvd [CCP ConfRej id=0x3 <bsd v1 15>]
Sep 9 10:33:32 india pppd[293]: sent [CCP ConfReq id=0x4]
Sep 9 10:33:32 india pppd[293]: rcvd [CCP ConfReq id=0x3 < 11 05 00 00
00>]
Sep 9 10:33:32 india pppd[293]: sent [CCP ConfRej id=0x3 < 11 05 00 00
00>]
Sep 9 10:33:32 india pppd[293]: Script /etc/ppp/ip-up finished (pid
308), status = 0x0
Sep 9 10:33:33 india pppd[293]: rcvd [CCP ConfReq id=0x4 < 12 06 00 00
00 01>]
Sep 9 10:33:33 india pppd[293]: sent [CCP ConfRej id=0x4 < 12 06 00 00
00 01>]
Sep 9 10:33:35 india pppd[293]: sent [CCP ConfReq id=0x4]
Sep 9 10:33:36 india pppd[293]: rcvd [CCP TermReq id=0x6]
Sep 9 10:33:36 india pppd[293]: sent [CCP TermAck id=0x6]
Sep 9 10:33:38 india pppd[293]: sent [CCP ConfReq id=0x4]
Sep 9 10:33:38 india pppd[293]: rcvd [CCP TermReq id=0x0]
Sep 9 10:33:38 india pppd[293]: sent [CCP TermAck id=0x0]
Sep 9 10:33:41 india pppd[293]: sent [CCP ConfReq id=0x4]
Sep 9 10:33:42 india pppd[293]: rcvd [CCP TermReq id=0x0]
Sep 9 10:33:42 india pppd[293]: sent [CCP TermAck id=0x0]
Sep 9 10:33:44 india pppd[293]: sent [CCP ConfReq id=0x4]
Sep 9 10:33:45 india pppd[293]: rcvd [CCP TermReq id=0x0]
Sep 9 10:33:45 india pppd[293]: sent [CCP TermAck id=0x0]
Sep 9 10:33:47 india pppd[293]: sent [CCP ConfReq id=0x4]
Sep 9 10:33:48 india pppd[293]: rcvd [CCP TermReq id=0x0]
Sep 9 10:33:48 india pppd[293]: sent [CCP TermAck id=0x0]
Sep 9 10:33:50 india pppd[293]: sent [CCP ConfReq id=0x4]
Sep 9 10:33:51 india pppd[293]: rcvd [CCP TermReq id=0x0]
Sep 9 10:33:51 india pppd[293]: sent [CCP TermAck id=0x0]
Sep 9 10:33:53 india pppd[293]: sent [CCP ConfReq id=0x4]
------------------------------
From: "Holger Bunkradt" <[EMAIL PROTECTED]>
Subject: routing dial on demand
Date: Thu, 9 Sep 1999 13:24:46 +0200
hi,
now everything is working. my problem is, I'm using two win98 clients and
the server dial every 15 min to my isp. I think there is a problem with some
udp request from the win 98 clients.
is it possible to see what happends on the network with linux SuSe 6.1 K.
2.2.7?
regards
Holger Bunkradt
[EMAIL PROTECTED]
------------------------------
From: "Holger Bunkradt" <[EMAIL PROTECTED]>
Subject: routing,dial on demand
Date: Thu, 9 Sep 1999 13:29:10 +0200
Von: Holger Bunkradt <[EMAIL PROTECTED]>
Betreff: routing dial on demand
Datum: Donnerstag, 9. September 1999 13:24
hi,
now everything is working. my problem is, I'm using two win98 clients and
the server dial every 15 min to my isp. I think there is a problem with some
udp request from the win 98 clients.
is it possible to see what happends on the network with linux SuSe 6.1 K.
2.2.7?
regards
Holger Bunkradt
[EMAIL PROTECTED]
------------------------------
Date: Thu, 09 Sep 1999 10:55:58 +0000
From: J�n Gu�mundsson <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Subject: Write access to NT- files
Hi,
I'm using Slackware to access our NT server and I log in via smbmount,
but I only have read access to my files on the server.
What do I have to do so I can write my files to the NT disk?
I am the local sysadmin on the NT server so I just have to know what to
do.
--
The idea that Bill Gates has appeared like a knight in shining armour
to lead all customers out of a mire of technological chaos neatly
ignores the fact that it was he who, by peddling second-rate
technology, led them into it in the first place. (Douglas Adams)
------------------------------
From: J�n Gu�mundsson <[EMAIL PROTECTED]>
Subject: Re: oops! Write access to NT- files
Date: Thu, 9 Sep 1999 11:40:19 -0500
�ann Thu, 09 Sep 1999, rita�i J�n Gu�mundsson:
>Hi,
>I'm using Slackware to access our NT server and I log in via smbmount,
>but I only have read access to my files on the server.
>What do I have to do so I can write my files to the NT disk?
>I am the local sysadmin on the NT server so I just have to know what to
>do.
>
I found it out myself, the root has write access to the NT- share, I can give
the -u and -g commands with smbmount to give the appropriate uid and gid to the
files on the NT- share
--
=============================================
"what a dream!"
"Louie Armstrong was trying to kill me"
(Throw momma of the train)
------------------------------
From: Jimmy Lio <[EMAIL PROTECTED]>
Subject: Using Apache as a proxy server...
Date: Tue, 07 Sep 1999 20:05:16 +0800
I've been using Apache as a proxy server for quite a while. It does
cache the webpages I access when the linux box is connecting to the
Internet thru my ISP. But whenever the linux box goes off-line, the
proxy server doesn't seem to be able to retrieve the webpages it cached
previously, and an error message appears on the clients' browser. What
should I do to make the webpages retrievable from the cache when the
linux box is off-line?
Jimmy
------------------------------
Date: 09 Sep 1999 12:36:00 +0200
From: [EMAIL PROTECTED] (=?ISO-8859-1?Q?Claus_F=E4rber?=)
Crossposted-To: alt.os.linux,comp.os.linux.setup
Subject: Re: Browsers and Linux
Ernest <[EMAIL PROTECTED]> schrieb/wrote:
> I just thought it rude. But, before I open my mouth I did some research. If
> you take some of the tools written mainly for the MS/IBM world they start off
> with the cursor at the top of page (after the quoted data).
That's plain wrong. Good programmes on every system allow you to set the
cursor correctly. Writing the reply below the quote has been the
standard on all systems even before Netscape and Microsoft noticed the
Usenet existed at all. Yes, even for networks that originated in the DOS
world (e.g. Fido).
So you're just using broken software, which is your problem. You still
have the option to work around manually or switch to a true newsreader.
Another reason for not putting the reply on top of the message is that
such users tend to violate the Netiquette by quoting the whole original
message -- including the signature:
>> David Magda wrote:
>> >
>> > Chauzie <[EMAIL PROTECTED]> writes:
>> >
>> > [...]
>> > >if the X server sucks. Who wants linux without a GUI.
>> > I do.
>> >
>> > P.S. Can you please put your reply *after* the message you are quoting?
>> > Thanks.
>> >
>> >
>> --
>> Norman Levin
>> vm/dynAmIX inc.
>>
>>
--
Claus Andr� F�rber <http://www.faerber.muc.de>
PGP: ID=1024/527CADCD FP=12 20 49 F3 E1 04 9E 9E 25 56 69 A5 C6 A0 C9 DC
------------------------------
From: "FEEB" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.x
Subject: Re: xdm while NCD to RedHat6.0 - no response
Date: Thu, 09 Sep 1999 07:59:50 -0400 (EDT)
Reply-To: "FEEB" <[EMAIL PROTECTED]>
On Wed, 08 Sep 1999 15:25:39 -0400, Jeffery Browning wrote:
>FEEB wrote:
>>
>> I have an NCD terminal that connects regularly to HP-UX box. I can
connect
>> with it to all kinds of other *NIX boxes like SUN and SGI without
problems
>> just by changing the NCD's configuration and using 'bt' monitor command.
>>
>> Now I am trying to connect to RedHat6.0. I can connect to tftpd, read
in
>> all software and fonts (no error messages), then the terminal screen
>> becomes shaded with a little cross in the middle (it moves with the
mouse)
>> and that's it. No xdm, no login screen. I checked /var/log - no errors.
>> No errors on NCD either. I tried to completely relax /etc/pam.d/xdm in
>> case the problem had something to do with the PAM. I read NCD-X
Terminal
>> mini HOWTO back and forth and searched dejanews for any clues. Nothing.
>>
>> Could please someone help me out here?
>>
>> Thanks
>>
>> P.S. When I hit SETUP on NCD, I can telnet to the host.
>> X works fine on the console (including xdm).
>comment out the following line in /etc/X11/xdm/Xservers
>
>:0 local /usr/X11R6/bin/X
Unfortunately, that did not work. But I upgraded to the newer version of
the NCD software (3.3.2) and I am getting the CHOOSER screen with a menu of
about 20 *NIX boxes I can connect to EXCEPT the one I want to connect to.
If I force the address of the RedHat6.0 box in CHOOSER I get:
asking host "the.RedHat.box" for XDMCP session
and after a while
XDMCP error - login host not responding
Any hints, please?
Frank Bures, [EMAIL PROTECTED] (use this address for replies)
http://frank.chem.utoronto.ca/electronics
Warning: Received flame-mail will be reposted on the UseNet in full
------------------------------
From: "Rivi" <[EMAIL PROTECTED]>
Subject: Ftp Server
Date: Thu, 9 Sep 1999 12:00:12 +0200
I'm really new on linux and i really know very little...
Could you tell me how to st up the ftp server on a slackware version?
It is installed but i have no idea of how to have it charged and running
Thanks
------------------------------
** 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
******************************