Linux-Networking Digest #867, Volume #10 Thu, 15 Apr 99 10:14:19 EDT
Contents:
DNS Problem Please HELP ([EMAIL PROTECTED])
Re: why so many people want to install 2 network card? ([EMAIL PROTECTED])
Re: Which way perform better? ("Curt")
I need your help!! PPP problem. (Minjung Kim)
FTP Server (Georg =?iso-8859-1?Q?Ungerb=F6ck?=)
Re: Using Linux instead of NT Server in home environment.... (Coy A Hile)
Re: NT faster than Linux? (Jamie)
Re: Firewall & two web-servers (Greg Weeks)
Re: how to use IP-adres in firewall script (Luca Filipozzi)
Re: Couple of quick questions (Nico Kadel-Garcia)
PPP problems using Redhat 5.2 Usernet (Thomas Lambert)
NT faster than Linux? (Laurie Brown)
Re: SUSE6.0 @ Pcmcia modem ("Aad")
Re: Downloading with Netscape ("J. Erixon")
Re: Printing From Linux to Netware with lpr ("Holger Wiese")
Re: NT faster than Linux? (Paul Black)
Help with 3C905-TX (Matt Fotter)
SIOCADDRT: Invalid argument (Javier Prieto)
Re: Defaultroute not set on ppp ("Curt")
Re: Couple of quick questions (James Stevenson)
Re: more PPP probs: server assigns ip 0.0.0.0 (James Stevenson)
Re: more PPP probs: server assigns ip 0.0.0.0 (James Stevenson)
----------------------------------------------------------------------------
From: [EMAIL PROTECTED]
Subject: DNS Problem Please HELP
Date: Thu, 15 Apr 1999 11:12:57 GMT
Hi,
Ive got RedHat 5.0 Linux set up as my Primary DNS server and Mail server
too. The secondary Name server is located at my ISP connected via Lease line.
The setup was workin fine till last week when the users started gettin a very
slow telnet and mail response from this server. After tracing it found that
there was some problem with the Primary name server as all the name resolution
was done by Secondary server located at my ISP. Only those clients
who had an entry in the /etc/hosts file seems to be connecting well.
When I do a nslookup, I get :
"Can't find server name for address 'my ip address': No information"
default server: 'My isp's domain name'
Ive also checked the scripts. But everything seems
fine.Can anybody figure out the problem and respond . Any help is highly
appreciated.
Thanks
SunilN
============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
------------------------------
From: [EMAIL PROTECTED]
Subject: Re: why so many people want to install 2 network card?
Date: Thu, 15 Apr 1999 07:54:08 GMT
In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] (Luca Filipozzi) wrote:
> In article <7f3uim$5i3$[EMAIL PROTECTED]>, [EMAIL PROTECTED]
> says...
> > Besides learning reason, does installing 2 network card really increase
> > the network performance?
> I think most people are installing a second network card so that they can
> set up a firewall/router.
...but in answer to the question you *actually* asked (rather than the one
you probably *meant*, which Luca just answered :), installing two network
cards *can* increase performance in some situations. If you are running two
different network-intensive processes (such as, say an NFS client and an HTTP
server) it might boost performance two bind each to a different interface.
This is presumably due to different ways of utilizing network buffering space
and interrupts from the device(s). I suspect that it may also increase
performance with a dual-processor machine (which will usually perform
*better* in single-processor mode with regards to networking on one device),
but I don't know enough about how SMP works to say that for sure.
Does anyone know enough about how device communication works down on the
assembly level (where SMP does its magic) to field that question? It's my
understanding that SMP works by alternating processors between every
instruction (the "S" as in "Symmetric" in SMP), and that device I/O on a
single network card doesn't allow itself to be "split" in this way (meaning
only one processor, getting half the clock cycles, is able to talk to the
card). Is this correct, and would it be possible (either by chance or
intention) to have each processor handle I/O to one of two cards?
-Bill Clark
============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
------------------------------
From: "Curt" <[EMAIL PROTECTED]>
Subject: Re: Which way perform better?
Date: Thu, 15 Apr 1999 06:20:15 -0500
You probably can't measure the difference on a 10MB LAN, but compiling into
the kernel
should perform better.
YC GUO wrote in message <7f3u14$5h9$[EMAIL PROTECTED]>...
>HI:
> Which way network performs better?
> compiling network driver into kernel or load network driver as modules
>in conf.modules?
>
>Thanks
>
>
------------------------------
From: Minjung Kim <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: I need your help!! PPP problem.
Date: Thu, 15 Apr 1999 21:09:21 +0900
Hi,
I'm a linux newbie.
I've installed RH5.2.
I couldn't make PPP connection but I don't have any idea to make it.
The messages are below.
=================================
Apr 15 20:48:35 localhost pppd[675]: pppd 2.3.5 started by root, uid 0
Apr 15 20:48:35 localhost ifup-ppp: pppd started for ppp0 on /dev/ttyS3
at 115200
Apr 15 20:48:36 localhost chat[677]: abort on (BUSY)
Apr 15 20:48:36 localhost chat[677]: abort on (ERROR)
Apr 15 20:48:36 localhost chat[677]: abort on (NO CARRIER)
Apr 15 20:48:36 localhost chat[677]: abort on (NO DIALTONE)
Apr 15 20:48:36 localhost chat[677]: abort on (Invalid Login)
Apr 15 20:48:36 localhost chat[677]: abort on (Login incorrect)
Apr 15 20:48:36 localhost chat[677]: send (ATZ^M)
Apr 15 20:48:36 localhost chat[677]: expect (OK)
Apr 15 20:48:36 localhost chat[677]: ATZ^M^M
Apr 15 20:48:36 localhost chat[677]: OK
Apr 15 20:48:36 localhost chat[677]: -- got it
Apr 15 20:48:36 localhost chat[677]: send (ATDT01431^M)
Apr 15 20:48:37 localhost chat[677]: expect (CONNECT)
Apr 15 20:48:37 localhost chat[677]: ^M
Apr 15 20:48:58 localhost chat[677]: ATDT01431^M^M
Apr 15 20:48:58 localhost chat[677]: CONNECT
Apr 15 20:48:58 localhost chat[677]: -- got it
Apr 15 20:48:58 localhost chat[677]: send (^M)
Apr 15 20:48:58 localhost pppd[675]: Serial connection established.
Apr 15 20:48:59 localhost pppd[675]: Using interface ppp0
Apr 15 20:48:59 localhost pppd[675]: Connect: ppp0 <--> /dev/ttyS3
Apr 15 20:49:35 localhost pppd[675]: No response to PAP
authenticate-requests
Apr 15 20:49:46 localhost pppd[675]: Modem hangup
Apr 15 20:49:46 localhost pppd[675]: Connection terminated.
Apr 15 20:49:47 localhost pppd[675]: Exit.
============================================================
Plz help me!!!
Good luck!
Thanks.
------------------------------
From: Georg =?iso-8859-1?Q?Ungerb=F6ck?= <[EMAIL PROTECTED]>
Subject: FTP Server
Date: Thu, 15 Apr 1999 14:08:15 +0200
I have a Redhat 5.2 server.
Where do i configure my ftp server?
george
------------------------------
From: [EMAIL PROTECTED] (Coy A Hile)
Crossposted-To: comp.os.linux.misc,comp.os.linux.setup
Subject: Re: Using Linux instead of NT Server in home environment....
Date: 14 Apr 1999 18:09:25 -0400
>Linuxcocf is a GUI that will let you configure most everything on a
>Linux box.
>
Though at times it's more of a pain in the ass than modifying /etc/rc.d/<put
appropriate name here>
>
>>
>> Also, time for a few facts
>>
>> 1. NO operating system is bug free
>> 2. Both Linux camps and MS spend considerable time locating and fixing bugs
>> 3. A properly configured NT box will not Blue Screen, and will be as stable
>> as a well configured Linux box.
>
>#3 is false.
>
I know. Whatever he was smoking, I want some.
Coy
--
Coy Hile
[EMAIL PROTECTED]
"Theirs not to reason why; theirs but to do...."
Tennyson, "Charge of the Light Brigade"
------------------------------
From: Jamie <[EMAIL PROTECTED]>
Crossposted-To: linux.samba,uk.comp.os.linux
Subject: Re: NT faster than Linux?
Date: Thu, 15 Apr 1999 13:29:39 +0100
This is not really a comparision from which any useful conclusions can
be drawn. I wish they had started with a single processor x86 and then
worked up. They should have made it clear how they set the system up
for multiple processors as this is a known problem with Linux 2.0.x that
was supposedly resolved in Linux 2.2.x. I do not think that we have
enough information here to make any informed conclusions.
Regards
Jamie (someone that had already buried this report after mentioning it
briefly to my Deputy Director)
Laurie Brown wrote:
> I received this pointer today. Comments anyone?
>
> http://www.mindcraft.com/whitepapers/nts4rhlinux.html
>
> Cheers, Laurie.
------------------------------
Reply-To: [EMAIL PROTECTED]
From: [EMAIL PROTECTED] (Greg Weeks)
Subject: Re: Firewall & two web-servers
Date: Wed, 14 Apr 1999 16:38:17 -0500
In article <[EMAIL PROTECTED]>,
"Lars A. Christensen" <[EMAIL PROTECTED]> writes:
> Hi
>
> Sorry if this is a newbie question, but I _am_ a complete newbie. I am
> drowning in documentations and howto's but none seems to deal with my
> problem.
>
> I have 2 web-server (f.ex. 192.168.17.1 & 192.168.17.2) behind a
> firewall.
> How do I make them accesible from the outside so that requests to
> 130.226.6.10 goes to 192.168.17.1 and requests to 130.226.6.20 goes to
> 192.168.17.2 ?
>
> At the moment there is access to one of the servers through a
> ipautofw -A -p tcp 80 192.168.17.1:80
> which works fine with only 1 server, but i am going to have 2 servers
> accesible now.
>
> Where should I look to find a describtion of howto do it?
> Or is there somthing completely wrong in what I am doing?
I'm not sure this will work. Take a look at the ipportfw patch. It
requires the IP address of the outside interface when setting up the
portfw. I think you can setup two different destinations based on
which IP address it came in on.
Greg Weeks
--
http://durendal.tzo.com/greg/
------------------------------
From: [EMAIL PROTECTED] (Luca Filipozzi)
Subject: Re: how to use IP-adres in firewall script
Date: Wed, 14 Apr 1999 14:43:35 -0700
[This followup was posted to comp.os.linux.networking and a copy was sent
to the cited author.]
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
says...
> On Wed, 14 Apr 1999 13:04:20 -0700, [EMAIL PROTECTED] (Luca
> Filipozzi) wrote:
>
> >[This followup was posted to comp.os.linux.networking and a copy was sent
> >to the cited author.]
> >
> >In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
> >says...
> >> >In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
> >> >says...
> >> >>
> >> >>
> >> >> >In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
> >> >> >says...
> >> >> >> I want to run a firewallscript from commandline.
> >> >> >>
> >> >> >> IPADDR=`/sbin/ifconfig ipp p0 | /bin/grep 'inet addr' | /usr/bin/cut
> >> >> >> -f >2 -d: | /usr/bin/cut -f 1 -d' '`
> >> >> >>
> >> >> >> ipchains -A input -p udp -j DENY -d $IPADDR 137:139 gives an error.
> >> >> >>
> >> >> >> How can i generate my ip-addres?
> >> >> >> What is the right syntax?
> >> >> >>
> >> >> >>
> >> >> >don't you need to export IPADDR to the environment.
> >> >> >
> >> >> >setenv IPADDR yadayada for csh or tcsh
> >> >> >export IPADDR=yadayada for sh, ksh, or bash
> >> >>
> >> >> Can you please be more specific.
> >> >> I am just a newbie, sorry
> >> >>
> >> >>
> >> >>
> >> >>
> >> >In a shell script, you can do the following assign to a variable (IPADDR)
> >> >and use it anywhere in the script as $IPADDR. This works in a shell
> >> >script because it has its own environment (inherited from the login shell
> >> >from which it was called, but definitely its own). When the shell
> >> >completes and you are returned to your login shell (the prompt), IPADDR
> >> >will no longer be valid.
> >> >
> >> >Similarly, if at the command prompt you simply type IPADDR=something,
> >> >IPADDR will not be valid after you press enter because a simple
> >> >assignment does not add IPADDR to the environment. If you want IPADDR to
> >> >remain valid in the login shell, you must "export" it to the environment.
> >> >How you export depends on which login shell you use.
> >> >
> >> >setenv is used with csh or tcsh
> >> >export is used with sh, ksh, or bash
> >> >
> >> >You need to buy a good book on shell programming and using shells. I'm
> >> >sure O'Reilly has a good selection.
> >> >
> >> >#!/bin/sh
> >> >IPADD
> >>
> >> Okay i understand, but one more question.
> >> When i do:
> >> /sbin/ifconfig ipp p0 | /bin/grep 'inet addr' | /usr/bin/cut
> >> -f >2 -d: | /usr/bin/cut -f 1 -d' '
> >> from the prompt i get the ipadres indeed. So the syntax is good.
> >>
> >> But when i put it in a script like:
> >> export IPADDR=/sbin/ifconfig ipp p0 | /bin/grep 'inet addr' |
> >> /usr/bin/cut -f >2 -d: | /usr/bin/cut -f 1 -d' '
> >> echo $IPADDR
> >>
> >> Then i get the whole string back instead of the ipaddres.
> >> So what is in IPADDR when the script executes?
> >> The string or the ipaddres?
> >It contains the string.
> >
> >Try this:
> >
> >export IPADDR=`stuff`
> >
> >surround the stuff you have above in back-ticks.
> >
> >This tells the shell to execute the stuff inside the quotes and to
> >assigne the result (the ip address) to the variable.
>
> Then i get the message: /usr/bin/cut: the deliminiter must be a single
> charachter.
>
> The last cut contains 1 space(" ").
> But it is a single char ! Im stumped.
>
>
Try this:
#!/bin/sh
IPADDR=`/sbin/ifconfig eth0 | /bin/grep 'inet addr' | /usr/bin/cut -f 2
-d: | /usr/bin/cut -f 1 -d' '`
echo $IPADDR
--
Luca Filipozzi <[EMAIL PROTECTED]>
------------------------------
From: [EMAIL PROTECTED] (Nico Kadel-Garcia)
Crossposted-To: alt.os.linux,comp.os.linux,comp.os.linux.misc
Subject: Re: Couple of quick questions
Date: Thu, 15 Apr 1999 12:19:11 GMT
On Wed, 14 Apr 1999 14:34:55 -0500, Aaron Dershem <[EMAIL PROTECTED]> wrote:
>I downloaded a small program from AT&T called VNC. It's an X server that
>has a client that can run on Windows (among other OSs) boxes and display the
>X session - they also has a Java client. It's pretty cool (tested it on a
>machine other than my home on). The problem I have is that I can't use it
>on my Linux server at home! It uses TCP port 5900+ for its listening port.
>When I try to connect, I can't. How do I check which ports I can make a
>connection to? Also, which configuration file to I change to allow/disallow
>TCP connections on specific ports?
Start the VNC server up as:
vncserver :1
And use the URL:
http://hostname:5901
>Another, unrelated question: How do I change the default path for all
>users? I use the set command to see the path, but I can't figure out how to
>change it.
Depends on the shell. For /bin/tcsh, you can alter /etc/csh.cshrc.
For /bin/sh or /bin/bash, look for /etc/profile and /etc/bashrc and
Read The Fine Manuals.
--
------------------------------
From: Thomas Lambert <[EMAIL PROTECTED]>
Subject: PPP problems using Redhat 5.2 Usernet
Date: Wed, 14 Apr 1999 17:03:06 -0500
I'm using redhat 5.2
Usernet version 1.0.8-1 to start/stop my ppp connection.
I get connected fine and can surf the net.
But, once connected I can no longer start applications.
Everything is locked up!!!
I keep getting the following error:
Xlib: connection to ":0.0" refused by server
Xlib: Client is not suthorized to connect to Server
netscape: can't open display :0.0
Any help would be greatly appreciated.
------------------------------
From: Laurie Brown <[EMAIL PROTECTED]>
Crossposted-To: linux.samba,uk.comp.os.linux
Subject: NT faster than Linux?
Date: Thu, 15 Apr 1999 10:32:23 +0100
Reply-To: [EMAIL PROTECTED]
I received this pointer today. Comments anyone?
http://www.mindcraft.com/whitepapers/nts4rhlinux.html
Cheers, Laurie.
------------------------------
From: "Aad" <[EMAIL PROTECTED]>
Crossposted-To:
alt.os.linux.dial-up,alt.comp.tkdesk,comp.os.linux,de.alt.comp.kde,nl.comp.os.linux,rainbow.mailing-lists.linux.vger.ppp
Subject: Re: SUSE6.0 @ Pcmcia modem
Date: Thu, 15 Apr 1999 12:21:31 +0200
===== Original Message =====
From: Adam reith <[EMAIL PROTECTED]>
<knip>
> Yes it is possible, but you shold compile support for PCMCIA
> periopherals into your kernel (2.0.36, i suppose)
>
> c'ya
>
>
> Felice,
> Napoli - Italia
That's not necessary if you're using the original 2.0.36 kernel from SuSE.
If you have installed the PCMCIA utilities from your SuSE-cd's, you just
have to fill in your chipset (Intel or TI mostly) in Yast, and pcmcia
service will be started at boot-up.
Greeting, Aad
------------------------------
From: "J. Erixon" <[EMAIL PROTECTED]>
Subject: Re: Downloading with Netscape
Date: Thu, 15 Apr 1999 14:19:59 +0200
"K.A. Steensma" wrote:
I've already tried that with no luck. The downloaded file isnt in
tar-gzipped format. =
=
> Hold down the SHIFT key when you click on the link. KAS
> =
> Otroligt skicklig p=E5 sendmail och kernel-hacking wrote:
> =
> > Hi,
> > At kde.themes.org there's a cgi-script that's supposed to automagical=
ly
> > transform the *.cgi files (the downloadable themes) on the fly to
> > *.tar.gz when you click on the links. However, all I get is a lot of
> > garbage. I suppose I have to tell Netscape to download the files inst=
ead
> > of just showing them, but how do I do that ? I've even tried to
> > right-click the link and then "save as" *.tar.gz, which didnt work
> > because the file isnt a gzipped tar file. Im using Netscape 4.5.
> > Any ideas ?
> > // J. Erixon
------------------------------
From: "Holger Wiese" <[EMAIL PROTECTED]>
Subject: Re: Printing From Linux to Netware with lpr
Date: Thu, 15 Apr 1999 10:15:27 +0200
Christian <[EMAIL PROTECTED]> schrieb in im Newsbeitrag:
7f2c83$cjh$[EMAIL PROTECTED]
> I�m trying to print from a LINUX box ( SuSE 6.0 installed ) to a
Postscript
> Printer attached to a Novell Server.
> When I�m trying to print a file with lpr , i get an Error - Message
> " /usr/bin/nprint: Server Unknown when initializing connection " or
> " No Server found in ncp_open ".
Have had the same problem. Seems to be related to the lpr package.
Somewhere i found the same problem described but i do not know where.
The solution is to use another printer package. plp works fine for me,
give it a try.
So long,
Holger
------------------------------
From: Paul Black <[EMAIL PROTECTED]>
Crossposted-To: uk.comp.os.linux
Subject: Re: NT faster than Linux?
Date: Thu, 15 Apr 1999 10:45:22 +0100
Laurie Brown <[EMAIL PROTECTED]> wrote:
>
> I received this pointer today. Comments anyone?
>
> http://www.mindcraft.com/whitepapers/nts4rhlinux.html
Have a look at Slashdot for some interesting comments. Also, look to
see who sponsored the comparison (it's under Mindcraft Certification).
Paul
linux.samba removed 'cos I can't post to it.
------------------------------
Date: Thu, 15 Apr 1999 09:11:31 -0400
From: Matt Fotter <[EMAIL PROTECTED]>
Subject: Help with 3C905-TX
Hi,
I am trying to get my 3com 3C905-TX (Gateway 2000 edition) to function
correctly under RedHat 5.2 with kernel 2.0.32. It is a 10/100 card. I
am trying to connect my computer to RoadRunner cable service.
When I first booted Linux, I could see that the card was detected and
infact received an IP address from RoadRunner's DHCP server. I was not
required to login to the DHCP server, which I usually need to do. I was
able to access all parts of the RR network that I usually do. After
shutting down and restarting, I was unable to access RoadRunner. I
obtained and compiled a proggy that allows me to login to RR's DHCP
server and it is working correctly.
The card however, is no longer working correctly. While it is still
recognized when I load Linux (it is recognized as a 3C905b (?) 100Mb
card - I'm at work) it doesn;t work under the CLI or X. When I run
netconfig I can see eth0, but no IP is assigned even when it's status is
active. ifconfig only shows the local (lo) info, nothing ever appears
for eth0.
I am wondering if I am having an issue with the 100Mb detection of the
card. The RoadRunner cable modem and the hub I have it connected to are
both 10Mb. Is there someway I can tell Linux to see the NIC as a 10Mb
card? Is this even a reasonable solution to my problem?
I appreciate any help. While the thought of going back to Win9x is
distasteful, even less appetizing is the thought of using a POTS
connection to the Internet.
m-
--
Matt Fotter P: 207/775-8638
Fairchild Semiconductor
[EMAIL PROTECTED]
------------------------------
From: Javier Prieto <[EMAIL PROTECTED]>
Subject: SIOCADDRT: Invalid argument
Date: Thu, 15 Apr 1999 11:46:52 GMT
Whenever I try to add a route ("route add -net 127.0.0.1"), I get that error
message: "SIOCADDRT: Invalid argument". Anyway the card seems to work
perfectly.
My NIC is a Kingston EtherX KNE100TX using DE4x5 driver (I should use tulip
driver, but it doesn't work).
Any help?
Javier Prieto
Optima Technologies, Sevilla (Spain)
[EMAIL PROTECTED]
============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
------------------------------
From: "Curt" <[EMAIL PROTECTED]>
Subject: Re: Defaultroute not set on ppp
Date: Thu, 15 Apr 1999 06:27:34 -0500
You don't want the default route to be your local net, even when your not
connected via ppp.
You only want a route to your local net. i.e.
route add -net 192.168.0.0 netmask 255.255.255.0 device net0
Your default route should be 0.0.0.0, so that when you make your ppp
connection it can take
over that route.
[EMAIL PROTECTED] wrote in message <7f3npv$j1o$[EMAIL PROTECTED]>...
>1. I got ppp dialup working, but it's not setting my defaultroute. If i set
>it manually after connecting (with a "route add default ppp0") I can ping
and
>get outside to the net. I'm passing the defaultroute parameter in my ppp
>scripts. How can I set it automatically? Is is being set to my net0 (I run
a
>small home net with one RH 52 server and 3 win98s)? How can I tell? If so,
>how do I remove it from net0 (where do I look)? What startup/init scripts
>would I look at in RH 52?
>
>2. I downloaded diald to a subdirectory on my linux server, and ried
>installing, but get an error when running "make depend". The error states:
>Makefile:46: *** commands commence before first target. stop.
>
>What does this mean? How do I correct?
>
>
>-----------== Posted via Deja News, The Discussion Network ==----------
>http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
------------------------------
From: [EMAIL PROTECTED] (James Stevenson)
Crossposted-To: alt.os.linux,comp.os.linux,comp.os.linux.misc
Subject: Re: Couple of quick questions
Date: Thu, 15 Apr 1999 02:04:19 +0000
Reply-To: [EMAIL PROTECTED]
Hi
to see what ports are open on your linux machine try at a shell
netstat -t -n -a |grep LISTEN
you can also use tcpdump to debug things
man tcpdump
On Wed, 14 Apr 1999 14:34:55 -0500, Aaron Dershem <[EMAIL PROTECTED]> wrote:
>I downloaded a small program from AT&T called VNC. It's an X server that
>has a client that can run on Windows (among other OSs) boxes and display the
>X session - they also has a Java client. It's pretty cool (tested it on a
>machine other than my home on). The problem I have is that I can't use it
>on my Linux server at home! It uses TCP port 5900+ for its listening port.
>When I try to connect, I can't. How do I check which ports I can make a
>connection to? Also, which configuration file to I change to allow/disallow
>TCP connections on specific ports?
>
>Another, unrelated question: How do I change the default path for all
>users? I use the set command to see the path, but I can't figure out how to
>change it.
>
>Thanks!
>
>Aaron Derhsem
>
>
--
Check Out: http://www.users.zetnet.co.uk/james/
E-Mail: [EMAIL PROTECTED]
------------------------------
From: [EMAIL PROTECTED] (James Stevenson)
Subject: Re: more PPP probs: server assigns ip 0.0.0.0
Date: Thu, 15 Apr 1999 02:06:26 +0000
Reply-To: [EMAIL PROTECTED]
Hi
do you get a server assgined ip adress or not
if you do not that would cause problems
On Wed, 14 Apr 1999 21:40:33 +0200, smjones <[EMAIL PROTECTED]>
wrote:
>This is a multi-part message in MIME format.
>--------------8C97A0957B8FD24AA2E82924
>Content-Type: text/plain; charset=us-ascii
>Content-Transfer-Encoding: 7bit
>
>Im going through all the fun of setting up a PPP connection to my ISP.
>When I connect using minicom I am assigned the address 0.0.0.0, PPP then
>starts up their side.
>On my side I can ping the server and nameserver only and only with ip
>addresses. The HOW-TO puts this down to a routing problem. Is the
>0.0.0.0 address at the root of this?
>
>TIA
>S
>
>--
>-----------------------------
>Simon M Jones Ph.D.
>8 Place Gabriel Peri
>Lyon 69007 FRANCE
>
>** remove 'nospam' from return address **
>[EMAIL PROTECTED]
>+33.04.72.71.36.68
>
>
>--------------8C97A0957B8FD24AA2E82924
>Content-Type: text/x-vcard; charset=us-ascii;
> name="seven.wonders.vcf"
>Content-Transfer-Encoding: 7bit
>Content-Description: Card for smjones
>Content-Disposition: attachment;
> filename="seven.wonders.vcf"
>
>begin:vcard
>n:Jones;Simon M
>x-mozilla-html:FALSE
>adr:;;;;;;
>version:2.1
>email;internet:[EMAIL PROTECTED]
>x-mozilla-cpt:;0
>fn:Simon M Jones
>end:vcard
>
>--------------8C97A0957B8FD24AA2E82924--
>
--
Check Out: http://www.users.zetnet.co.uk/james/
E-Mail: [EMAIL PROTECTED]
------------------------------
From: [EMAIL PROTECTED] (James Stevenson)
Subject: Re: more PPP probs: server assigns ip 0.0.0.0
Date: Thu, 15 Apr 1999 02:08:12 +0000
Reply-To: [EMAIL PROTECTED]
Hi
ignore other message i read it wrong
have you tried to ping other sites??
not just the nameserver
and have you set up the entries in /etc/resolv.conf
sorry about the double post
On Wed, 14 Apr 1999 21:40:33 +0200, smjones <[EMAIL PROTECTED]>
wrote:
>This is a multi-part message in MIME format.
>--------------8C97A0957B8FD24AA2E82924
>Content-Type: text/plain; charset=us-ascii
>Content-Transfer-Encoding: 7bit
>
>Im going through all the fun of setting up a PPP connection to my ISP.
>When I connect using minicom I am assigned the address 0.0.0.0, PPP then
>starts up their side.
>On my side I can ping the server and nameserver only and only with ip
>addresses. The HOW-TO puts this down to a routing problem. Is the
>0.0.0.0 address at the root of this?
>
>TIA
>S
>
>--
>-----------------------------
>Simon M Jones Ph.D.
>8 Place Gabriel Peri
>Lyon 69007 FRANCE
>
>** remove 'nospam' from return address **
>[EMAIL PROTECTED]
>+33.04.72.71.36.68
>
>
>--------------8C97A0957B8FD24AA2E82924
>Content-Type: text/x-vcard; charset=us-ascii;
> name="seven.wonders.vcf"
>Content-Transfer-Encoding: 7bit
>Content-Description: Card for smjones
>Content-Disposition: attachment;
> filename="seven.wonders.vcf"
>
>begin:vcard
>n:Jones;Simon M
>x-mozilla-html:FALSE
>adr:;;;;;;
>version:2.1
>email;internet:[EMAIL PROTECTED]
>x-mozilla-cpt:;0
>fn:Simon M Jones
>end:vcard
>
>--------------8C97A0957B8FD24AA2E82924--
>
--
Check Out: http://www.users.zetnet.co.uk/james/
E-Mail: [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
******************************