Linux-Networking Digest #801, Volume #11 Tue, 6 Jul 99 17:13:42 EDT
Contents:
Re: proxy server configuration ("Andrey Smirnov")
Re: how to get local IP address ("Andrey Smirnov")
Re: RH6 networking sucks ... DHCP?!? (Rudolf Potucek)
Re: Anyone get Redhat 6.0 + Cable Modem working????? (root)
Re: Linux can not see more than one NIC card in one PC?? ("Andrey Smirnov")
Re: telling linux to use a gateway ("Andrey Smirnov")
Re: !!!!Logging on a DHCP netware LAN (Paul Godward)
Re: OK - I GIVE UP! - can't give users ftp access!!!!???? (M. Buchenrieder)
Re: Anyone get Redhat 6.0 + Cable Modem working????? (John Porsley)
Private network, 1 machine all RX packets "error" status as reported by ifconfig
("Jonathan Mau")
KPPP problems - can't get to the modem (John Coppens)
Re: Could Microsoft Cheat On The New Mindcraft Benchmark? (Paul D. Smith)
Re: Cross-over cable between NT and Linux ("Bob Glover")
Re: @ Home and Redhat 6 ^ Networking problem ("Anthony M. Abate")
Why ppp1 instead of ppp0 ("James")
Re: telnet nt > linux : Connection Failed! ("Bob Glover")
Re: Private DNS useless?? ("Nenad Taskovic")
----------------------------------------------------------------------------
From: "Andrey Smirnov" <[EMAIL PROTECTED]>
Subject: Re: proxy server configuration
Date: Tue, 6 Jul 1999 11:21:43 -0700
If you are running MS-Proxy server 2.0 on NT, then you can look at SOCKS
proxy (it's part of MSP 2.0).
There is a chapter in MS-Proxy docs on how to configure SOCKS clients.
Good luck!
terryf wrote in message
<[EMAIL PROTECTED]>...
>I am running SuSE3.5 . I have a fast ethernet card connecting this
>Linux box to an NT 4.0 server with a 56k modem which dials on demand.
>The NT machine uses a product called Proxy+ to allow dial up access from
>the other machines. The Linux machine is able to access HTTP and FTP
>through Netscape only, as Netscape has a proxy setup page; any services
>on the Linux box not done through Netscape are unable to access anything
>but the local network.
>What files need to be configured in order to use the proxy services on
>the NT box for FTP, Lynx, Pine, etc...?
>
------------------------------
From: "Andrey Smirnov" <[EMAIL PROTECTED]>
Subject: Re: how to get local IP address
Date: Tue, 6 Jul 1999 11:25:41 -0700
You should be able to use ifconfig ppp0 command even if not logged in as
root. The only trick is to use full path of ifconfig command
(/sbin/ifconfig).
Good luck!
root wrote in message <[EMAIL PROTECTED]>...
>I wote a GUI based FTP client application in Java1.2. Works fine in
>Windows 95/98 but has problems when it runs on Unix/Linux. Java has a
>built method to return the IP address of the local host. In Win 95/98
>this works fine but in Linux (not networked -- using a PPP connection
>with a dynamically assigned IP address) or on my school Unix acount
>this method returns 127.0.0.1 . In order to retreive files from a FTP
>server I have send a PORT command that includes the IP address to get to
>my machine from the outside world. I can get this on Linux (logged in
>as root) by running ifconfig ppp0 and doing the appropriate string
>parsing. I know there must be some better way i.e more general to get
>the local IPAddress. I can't find any way to do this on my Unix account
>because I don't have root privledges. Netscape and other programs seem
>to be to able to do this. Any help would be greatly appreciated.
>
------------------------------
From: [EMAIL PROTECTED] (Rudolf Potucek)
Subject: Re: RH6 networking sucks ... DHCP?!?
Date: 6 Jul 1999 15:21:26 GMT
That's what I thought ... and did. Pity that I had to hack the networking
code though ... not hard, but it means NEXT time I'll have to do it AGAIN!!
Rudolf
Steve ([EMAIL PROTECTED]) wrote:
: RedHat is probably thinking too much with their other head hence the word
: PUMP. What a silly name for DHCP server. What a ridiculous introduction of
: a broken product into a mainstream product.
: Just go back to the older DHCP server. Don't bother getting the RPM upgrade
: for PUMP.
: Steve Egbert
: ADSL Embedded Network Software Engineer.
: Efficient Network.
: http://www.efficient.com
: Rudolf Potucek wrote:
: > Has anyone out there noticed how the RH6 install doesn't support 'dhcpcd'
: > anymore? They substituted it with pump, and, for all I can see, pump
: > doesn't seem to have a hook for a user script ... sorry, but what *were*
: > they thinking?
: >
: > Rudolf
: >
: > --
--
------------------------------
Crossposted-To:
linux.redhat.announce,linux.redhat.digest,linux.redhat.install,linux.redhat.list,linux.redhat.misc,linux.redhat.rpm,linux.samba
Subject: Re: Anyone get Redhat 6.0 + Cable Modem working?????
From: root <[EMAIL PROTECTED]>
Date: 01 Jul 1999 02:40:44 -0400
Mark A <[EMAIL PROTECTED]> writes:
Here's what I did to get RH6.0-out-of-the-box to work with DHCP. During
install, I indicated that I had a network and to fetch an IP address via
DHCP. Worked fine except that `dnsdomainname' would return an error. After
mucking around a bit, I did the following:
0) Used linuxconf to set my FQDN (full qualified domain name)
1) ran /sbin/dhcpcd -D
This reconfigured eth0 with a *new* IP address and set some DNS server
values in /etc/resolv.conf
2) Made a copy of /etc/resolv.conf
...because the next step will remove the DHCPCD version
3) Killed DHCPCD with /sbin/dhcpcd -k
4) Replaced the saved copy of /etc/resolv.conf
Now, everything works just fine. In a previous life/install, I placed dhcpcd in
an `rc' script. However, this always seemd to give me an IP address different
than what was found in DNS. Since eth0 always had a valid IP address at boot, I
surmised that something was not quite right with my use of /sbin/dhcpcd. Anyone
else with some hints/tips here?
HTH...
Brad
------------------------------
From: "Andrey Smirnov" <[EMAIL PROTECTED]>
Subject: Re: Linux can not see more than one NIC card in one PC??
Date: Tue, 6 Jul 1999 11:39:10 -0700
http://metalab.unc.edu/LDP/HOWTO/Ethernet-HOWTO.html
Good luck!
[EMAIL PROTECTED] wrote in message <7ls96k$[EMAIL PROTECTED]>...
>this is red hat 6.0 (kernel 2.2).
>
>I am unable to make Linux see more than one NIC card.
>
>I added a second NIC to my PC, but now I am having a hard time
>telling Linux to use it. It seems it want to only use ONE NIC
>card.
>
>When I added a second NIC (NE2000 card), and rebooted, I find
>that eth0 now is the new NIC card I added, and Linux did not
>see the first card I had. I was expecting to see eth0 and eth1,
>since I have 2 NIC cards. one device per NIC card.
>
>Now, this is the output of dmesg showing that Linux saw the
>new Card I added but did not see the other one:
>
>>>>>>
>: ne.c:v1.10 9/23/94 Donald Becker ([EMAIL PROTECTED])
>: NE*000 ethercard probe at 0x280: 00 40 33 e0 95 af
>: eth0: NE2000 found at 0x280, using IRQ 5.
>>>>>>>
>
>Before I added the above NIC card, this is the dmseg output, showing
>the other NIC card I have in the PC :
>
>>>>
>: tulip.c:v0.89H 5/23/98 [EMAIL PROTECTED]
>: eth0: Lite-On 82c168 PNIC at 0x1400, c0 00 2c f0 1a 73, IRQ 11.
>: eth0: MII transceiver found at MDIO address 1, config 3100 status 7829.
>>>>>
>
>
>So, now When I do
>
>ifconfig eth1 <some IP address>
>
>Linux tells me that no such device exist.
>
>My first NIC card was a PCI card, this second card I added (NE2000)
>is an ISA card.
>
>I looked at Linux configuration (make xconfig) and did not see some
>option to allow more than one network interface to exist. (do I need
>to do something special to create eth1 device?) why did Linux not
>see the second NIC card now?
>
>any help will be appreciated.
>
>thanks,
>Mark
>
------------------------------
From: "Andrey Smirnov" <[EMAIL PROTECTED]>
Subject: Re: telling linux to use a gateway
Date: Tue, 6 Jul 1999 11:34:03 -0700
You can do it with route command and setup a default route to new Linux box
(man route), also you can modify network startup scripts to setup a defualt
gateway during system startup (I'm not sure where those files are in
Debian).
Good luck!
Doug Bryant wrote in message <[EMAIL PROTECTED]>...
>I just set up a RedHat 5.2 linux box as a fileserver and gateway to the
>internet.
>
>I have been using Debian 2.1 as a workstation have been connecting to
>the internet with a modem on that machine. How do I tell the Debian box
>to start using this other linux box for internet access?
>
>Thanks for any help. Doug Bryant
------------------------------
From: Paul Godward <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Crossposted-To: comp.os.netware.misc
Subject: Re: !!!!Logging on a DHCP netware LAN
Date: Tue, 06 Jul 1999 16:03:30 GMT
If you look in the Linux IPX how-to file(/usr/docs/howto ?) there is some info on
connecting to a Netware Server. I also have a RedHet 5.2 machine and have it
connected to my NW4.11 server. AFAIK, there is no NDS aware client for RedHat 5.2
(Caldera makes on that works with RedHat 5.1), but if you are willing to use a
bindery connection it will work.
HTH
Paul
"[EMAIL PROTECTED]" wrote:
> its NetWare 4.11 i believe my dad said
> but i am trying to get this configured thro linux, win98 is a breeze to set up
> ho i do believe i read somewhere that i would need a Netware client for linux to
> connect.. but our version of NetWare does not come with a linux version cuz linux
> was not out yet i think.. do u know of where i could pick this up if possible and
> if it costs anything?
>
> Roger Kresge wrote:
>
> > "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> >
> > >k i am getting the dhcp info from the NetWare Server. and i am logging in thw
> > >the red hat 5.2 box. I know what dhcp is and i am having troubles getting the
> > >netware server to assign my computer an IP address.. but I have no problems
> > >getting everything setup in win98.. so my question is after i get dhcp set up
> > >(if anyone know how to get the damn server to assign me an IP please tell me)
> > >how do i log on to the server?
> >
> > Still not enough info. Since DHCP is totally different between NetWare 4.x
> > and NetWare 5, I can't help you much without knowing what version of
> > NetWare you're using. If you're trying to login to NetWare from the Linux
> > box, I can't help. As for the Win 98 box, you can login to NetWare via IP
> > in two different ways, depending on the version of NetWare - or not at all,
> > depending on the version of NetWare.
> >
> > More info will allow us to guide you, but I won't be much help on the Linux
> > box.
------------------------------
From: [EMAIL PROTECTED] (M. Buchenrieder)
Subject: Re: OK - I GIVE UP! - can't give users ftp access!!!!????
Date: Tue, 6 Jul 1999 17:07:01 GMT
[EMAIL PROTECTED] (Bob) writes:
>[EMAIL PROTECTED] (M. Buchenrieder) wrote:
>>[EMAIL PROTECTED] (Bob) writes:
>>
>>Please add your comments below the cited text, not above.
>sorry.
No apologies needed. I just hate it, since it's completely broken (tm)
and - of course - a MS feature (OE does it, unless told otherwise).
[...]
>>If your do have a file /etc/shadow, you're using it.
>that much I figured out on my own - but was wondering -
>how are shadows turned "on & off" (in the OS)
The problematic part is that you need a recompiled /bin/login version
to get it using /etc/shadow instead of /etc/passwd, and possibly a
password file converter. The shadow password suite comes with all
the needed tools to do that, but if your distribution hasn't been
designed around shadow passwords, then it's up to you to find out all the
programs that need to access /etc/shadow (not that many, but the ftpd
client is amongst them, as is the XFree login program and its screen
saver) .
Michael
--
Michael Buchenrieder * [EMAIL PROTECTED] * http://www.muc.de/~mibu
Lumber Cartel Unit #456 (TINLC) & Official Netscum
Note: If you want me to send you email, don't munge your address.
------------------------------
From: John Porsley <[EMAIL PROTECTED]>
Crossposted-To:
linux.redhat.announce,linux.redhat.digest,linux.redhat.install,linux.redhat.list,linux.redhat.misc,linux.redhat.rpm,linux.samba
Subject: Re: Anyone get Redhat 6.0 + Cable Modem working?????
Date: Tue, 06 Jul 1999 19:38:52 GMT
My @home connection worked fine after the first try. Can't speak to the
rr issues, but the main trick seems to naming the host and domain
correctly.
I did it on the initial install, so I can't speak to linuxconf
adjustmewnts.
David Xu wrote:
>
> I am using RH 6.0 + Mediaone modem. You can try following steps to make things
> working:
> 1. If you have Windows access to the Mediaone service as well, you run"winipcfg"
> program. Start> Run> type "winipcfg"> click OK
> 2. after run winipcfg, you will get a winipcfg window. Select your ethernet card
> adapter menu > Click "more info" > you get a larger window > you can find all the
> IP address of DNS server, IP address, subnet mask, default gateway and DHCP> write
> down all these IP address
> 3. Start RH Linux 6, login as root > type "linuxconf" in shell prompt > open config
> > networking > client tasks > basic host information > type in host name as
> "your_email_name.we.mediaone.net" > Accept
> 4. still in same place click Adaptor 1 > select "Dhcp" >type
> "your_email_name.we.mediaone.net" in Primary name+domain
> 5. fill in netmask with the IP address you got earlier.
> 6. Net device and Kernel module should fill in already by system with"eth0" and
> "Your_NIC" >
> 7. open "Name Server specification > default domain = DNS server IP address > name
> server = DHCP IP address > click Accept
>
> After finish above set up, in your shell prompt type "ping xx.xx.xx.xx(your DNS IP
> address" to test the connection.
>
> Hope things will work for you
>
> Q. XU
>
> Dodd Jones wrote:
>
> > Matt Goebel wrote:
> >
> > > Hi, I'm trying in vain to get my Linux box connected to the outside world
> > > via my Mediaone Road Runner cable modem. The cable modem uses DHCP but no
> > > login software (some rr services use this.) I understand the 6.0 uses pump
> > > and not dhcpcd, I'm also aware of the updated version of pump (I don't think
> > > Mediaone uses NT though.) I also called Mediaone and asked about hooking up
> > > a different NIC card and was told as long as the protocals are setup and
> > > configured correct it shouldn't be a probelm. I had thought my cable modem
> > > was configured to work only with one MAC. Also, when I did a search for
> > > dhcp* and DHCP* on my drive I came up with only help files. Should I have
> > > these on my hd somewhere or do I not need them with pump?? From reading
> > > other posts it seems like if I set it up so I am using dhcpcd and not pump
> > > everything will work. I am only a beginner to all of this and have no idea
> > > whatsoever how to do this. If anyone out there has got a cable modem
> > > working with Redhat 6.0 please tell me how to do it. If I do have to use
> > > dhcpcd please give me a detailed and easy to follow plan on how to do this.
> > > HELP!!!!! Thanks all
> >
> > I use Mediaone as well and this same problem threw me at first during the
> > install of RH6, I did an "nslookup" command for mediaone.net and got the IP for
> > their name server. I used linux control panel and in the network options set my
> > hostname, domain name, and added the IP's I got from the "nslookup" command. It
> > worked perfectly ever since.................
------------------------------
From: "Jonathan Mau" <[EMAIL PROTECTED]>
Subject: Private network, 1 machine all RX packets "error" status as reported by
ifconfig
Date: 6 Jul 1999 16:23:14 GMT
Greetings:
I am new to setting up a network and can't get my 2 machines connected.
Or more precisely, I had connectivity at one point while playing, but
I can't get it back now that I am trying to formally set up the system.
Basically, the two machines are exchanging packets, but on one of them,
all received packets are "error" status as reported by ifconfig.
In desperation suspecting a hardware failure, I swapped ethernet cards
between the 2 machines, but no difference was noted.
I am using 3c503 cards.
The test noted below was done as follows:
boot both machines
On each machine, ifconfig >> aFile
On each machine route >> aFile
ping 192.168.0.1 (from 192.168.0.2)
On each machine, ifconfig >> aFile
ping 192.168.0.2 (from 192.168.0.1)
On each machine, ifconfig >> aFile
Combine and edit the files as done below.
Any ideas as to my catastrophic blunder? Is there any information in
my report that is missing?
All help greatly appreciated.
Jonathan
*************************************************************************
Machine 1, IP 192.168.0.1, a pentium with Redhat 4.2 Kernel 2.0.35(?)
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use
Iface
localnet * 255.255.255.0 U 0 0 0
eth0
loopnet * 255.0.0.0 U 0 0 0 lo
upon bootup
eth0 Link encap:Ethernet HWaddr 02:60:8C:3C:45:68
inet addr:192.168.0.1 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 error:0 dropped:0 over:0 frame:0
TX packets:0 error:0 dropped:0 over:0 carrier:0 coll:0
Interrupt:9 Base address:0x300 Memory:dc000-de000
after ping 192.168.0.1 (from 192.168.0.2)
eth0 Link encap:Ethernet HWaddr 02:60:8C:3C:45:68
inet addr:192.168.0.1 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:4 error:0 dropped:0 over:0 frame:0
TX packets:4 error:0 dropped:0 over:0 carrier:0 coll:0
Interrupt:9 Base address:0x300 Memory:dc000-de000
after ping 192.168.0.2 (from 192.168.0.1)
eth0 Link encap:Ethernet HWaddr 02:60:8C:3C:45:68
inet addr:192.168.0.1 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:6 error:0 dropped:0 over:0 frame:0
TX packets:39 error:0 dropped:0 over:0 carrier:0 coll:0
Interrupt:9 Base address:0x300 Memory:dc000-de000
***********************************************************************
Machine 2, IP 192.168.0.2, a 386 with Slackware 3.4 Kernel 2.0.35
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use
Iface
localnet * 255.255.255.0 U 0 0 0
eth0
loopback * 255.0.0.0 U 0 0 1 lo
upon bootup
eth0 Link encap:Ethernet HWaddr 02:60:8C:44:39:15
inet addr:192.168.0.2 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 coll:0
Interrupt:5 Base address:0x300 Memory:dc000-de000
after ping 192.168.0.1 (from 192.168.0.2)
eth0 Link encap:Ethernet HWaddr 02:60:8C:44:39:15
inet addr:192.168.0.2 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:5 dropped:0 overruns:0 frame:0
TX packets:5 errors:0 dropped:0 overruns:0 carrier:0 coll:0
Interrupt:5 Base address:0x300 Memory:dc000-de000
after ping 192.168.0.2 (from 192.168.0.1)
eth0 Link encap:Ethernet HWaddr 02:60:8C:44:39:15
inet addr:192.168.0.2 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:39 dropped:0 overruns:0 frame:0
TX packets:6 errors:0 dropped:0 overruns:0 carrier:0 coll:0
Interrupt:5 Base address:0x300 Memory:dc000-de000
***************************************************************************
------------------------------
From: John Coppens <[EMAIL PROTECTED]>
Subject: KPPP problems - can't get to the modem
Date: Tue, 06 Jul 1999 12:30:38 -0300
Hi...
Last resort - I've read Kppp docs, how-to's, etc. I have an internal
Robotics 33.6 modem which works with everything but Kppp (Windoze,
pppd, minicom etc).
* when in modem setup, executing query modem, the modem replies
to each ATI command either with I's, or with 1 2 3 4... to each
ATI 1 ATI 2 etc, varying a bit with the post/preinit delays.
* when in terminal mode, a single A appears on the screen (left
over from ATZ?) though not always - Kppp says the modem can't
be initialized.
* with minicom the modem behaves quite normal and can dial, etc.
* I've tried with and without locking, tried with /dev/modem
(correctly linked) and with /dev/ttyS3. No, the IRQs are NOT
in conflict.
* I had a pppd script a time ago, and it worked too.
* CD doesn't work, though I would suspect the Robotics should be
able to activate it.
Now where's my problem with Kppp?
Thanks in advance.
John
------------------------------
From: [EMAIL PROTECTED] (Paul D. Smith)
Crossposted-To:
omp.os.ms-windows.nt.advocacy,comp.os.linux.advocacy,comp.infosystems.www.servers.unix,comp.os.linux.misc
Subject: Re: Could Microsoft Cheat On The New Mindcraft Benchmark?
Date: 06 Jul 1999 12:33:53 -0400
Reply-To: [EMAIL PROTECTED]
%% De Messemaeker Johan <[EMAIL PROTECTED]> writes:
dmj> Jon Skeet wrote:
>> [EMAIL PROTECTED] wrote:
>> > Exactly *what* do you define WWII as? The war against Germany began
>> > when Britain and France declared war. As far as I am concerned, WWII
>> > began when the US declared war on Japan and Germany declared war on
>> > the US.
>> Presumably this means that as far as you're concerned, any wars in
>> which the US didn't participate never happened at all. How lovely
>> it must be to live in a world with a more peaceful history than the
>> real one.
dmj> Their is a rumour that the education-level in the states is much
dmj> lower than here in Europe. Stuff like above makes me believe it
dmj> ...
Maybe you guys should let go of your knee-jerk prejudices WRT the
intelligence and attitudes of U.S. posters, and try to think more
carefully about what you read before reacting to it.
Quite obviously the original comment meant that it wasn't a _world_
war until the U.S. declared war on Japan and Germany declared war on the
U.S. Before that, it was mainly a European war.
--
===============================================================================
Paul D. Smith <[EMAIL PROTECTED]> Network Management Development
"Please remain calm...I may be mad, but I am a professional." --Mad Scientist
===============================================================================
These are my opinions---Nortel Networks takes no responsibility for them.
------------------------------
From: "Bob Glover" <app1rtg_at_air.ups.com>
Subject: Re: Cross-over cable between NT and Linux
Date: Tue, 6 Jul 1999 18:52:53 +0100
Would reversing the ends of your cable be a useful diagnostic? You know:
take the end connected to NT and hook it instead the the Linux box and
vice-versa. If the Linux box was then able to receive only, it would mean
the cable was bad.
David Means wrote in message <7lte3a$abm$[EMAIL PROTECTED]>...
>From your partial report, you may well have a clobbered cable. The
>Linux box reports 0 packets received, even though it (successfully)
>transmitted 31. You should look at the equivalent statistics on the NT
>box (sorry, I know *nothing* about NT commands), and see if the
>packets are getting received at the NT box, and whether it thinks that it
>has
>successfully transmitted replies. This will tell you which half of your
>cable
>path is busted.
>
>Peter Seibel <[EMAIL PROTECTED]> wrote in message
>news:[EMAIL PROTECTED]...
>>
>> I hope this is a reasonable cross-post since I'm trying to connect a
>> Linux box to an NT box. This problem may well be due to some
>> deficiency in my general networking knowledge rather than my knowledge
>> of either OS. But maybe someone here can point me in the right
>> direction.
>>
>> I'm trying to connect a Linux box to my NT notebook via a cross-wired
>> (cross-over, cross-patch, whatever you call it) ethernet
>> cable. (I.e. I have no hub.) As far as I can tell I have the ethernet
>> interfaces up on both boxes (ifconfig shows the right things and route
>> shows me what look like reasonable routes. I think.)
>>
>> From the Linux box:
>>
>> eth0 Link encap:Ethernet HWaddr 00:10:4B:30:51:37
>> inet addr:192.168.1.2 Bcast:192.168.1.255 Mask:255.255.255.0
>> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
>> RX packets:0 errors:0 dropped:0 overruns:0 frame:0
>> TX packets:31 errors:0 dropped:0 overruns:0 carrier:31
>> collisions:0
>> Interrupt:9 Base address:0x6500
>>
>>
>> Kernel IP routing table
>> Destination Gateway Genmask Flags Metric Ref Use
>Iface
>> 205.134.242.3 0.0.0.0 255.255.255.255 UH 0 0 0
>ppp0
>> 192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 2
>eth0
>> 127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 16
lo
>> 0.0.0.0 205.134.242.3 0.0.0.0 UG 0 0 31
>ppp0
>>
>> On the NT box route print gives me (among others):
>>
>> Network Destination Netmask Gateway Interface Metric
>> ....
>> 192.168.1.0 255.255.255.0 192.168.1.1 192.168.1.1 1
>> ....
>>
>> At any rate, can anyone give me any hints how to diagnose what's
>> actually going on? (One fear I have is that my cross-patch cable is
>> dorked up. I know I made it right because I've used it before but that
>> was a long time ago and it's conceivable that it's busted now. Is
>> there any easy way to check that?)
>>
>> Apologies if this is not a very interesting question. Pointers to docs
>> are certainly welcome; I'll gladly RTFM if I can know what the right
>> FM is.
>>
>> -Peter
>>
>> --
>> Peter Seibel Perl/Java/English Hacker [EMAIL PROTECTED]
>>
>> There's no good culture without a dash of bad taste; a monopoly of
>> good taste suggests restraint -- you're not pushing the envelope.
>>
>> -- Jean-Louis Gassee
>
>
------------------------------
From: "Anthony M. Abate" <[EMAIL PROTECTED]>
Subject: Re: @ Home and Redhat 6 ^ Networking problem
Date: Tue, 06 Jul 1999 16:33:00 GMT
ratz,
Thanks, for the help I got it working finally. I stuffed a new PCI ne2000
NIC in it and started pinging the gateway then I unplugged my cable modem
for 30 seconds and plugged it back in. It took a while but it reset and
poof !! I was up and running.
-Tony
P.S. I do have other questions if you feel like helping a newbie to Linux,
respond by e-mail thanks.
> Hi
>
> Try running tcpdump on your interface and look for outgoing and
> (perhaps) incoming icmp packets. Send an excerpt of it, so perhaps we
> can find the problem.
>
> ratz
------------------------------
From: "James" <[EMAIL PROTECTED]>
Subject: Why ppp1 instead of ppp0
Date: Sat, 26 Jun 1999 03:39:12 +0200
I have the problem that when I close a ppp connections and restart it, it
comes up as ppp1 then ppp2 etc. Why? I don't see any reason.
I don't have any access to the Internet anymore then.
I appreciate your help
James
--
==================
[EMAIL PROTECTED]
ICQ# 2808449
http://hpcomm.cjb.net
==================
------------------------------
From: "Bob Glover" <app1rtg_at_air.ups.com>
Subject: Re: telnet nt > linux : Connection Failed!
Date: Tue, 6 Jul 1999 15:52:35 +0100
Check /etc/inetd.conf. It that's okay, then check out /etc/hosts.deny.
SoftGen Australia wrote in message <[EMAIL PROTECTED]>...
>Greetings,
>
>I am trying to telnet into a Linux RedHat 5.2 machine on our LAN from an
>NT 4 Server on the same LAN, but it is immediately refused before even
>getting to the point of asking for a login name and password.
>The error returned is "Connection Failed!".
>The strange thing is that all other machines can telnet into linux no
>problem, and even the NT Server can ping and ftp the linux machine, just
>not telnet.
>We have checked the hosts file on each machine and the opposing number
>is listed in each.
>
>Any pointers please!!?
>
>Thanks for your help.
>
>Matt.
------------------------------
From: "Nenad Taskovic" <[EMAIL PROTECTED]>
Subject: Re: Private DNS useless??
Date: Tue, 6 Jul 1999 17:11:17 +0200
Manuel Zabelt <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Nicholas E Couchman <[EMAIL PROTECTED]> wrote:
> > /etc/hosts is great for Linux, if all you have is Linux, sure, why not.
What
> > about those Wintel machines, though? They can't use /etc/hosts. That's
why I
> > have a DNS server.
> > --Nick
>
> But Windows does have a c:\windows\hosts !!!
>
Windows NT has it also:
c:\winnt\system32\drivers\etc\hosts
------------------------------
** 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
******************************