Linux-Networking Digest #240, Volume #12         Mon, 16 Aug 99 01:13:33 EDT

Contents:
  Re: dip -t bash# command not found ("mikes")
  Re: can't rlogin or rsh from linux box ("Marvin (Georg Ortmanns)")
  Cable Modem and Netscape ("Joshua Mitnick")
  Re: Linux newbie vs. cable modem (Speedy Fast)
  RealTek8019 PnP Lan Adapter (Frederik Likaj)
  Re: Automatically dial the internet from my firewall/router? (Dale Pontius)
  Re: modules???? (Vladimir Florinski)
  PPP Help! (Steve Holmes)
  Help trying to setup masquerading for PPTP ("Peter Hacksel")
  Re: Cable Modem and Netscape (Vilmos Soti)
  Re: Help on subnetting ("Andrey Smirnov")
  Re: Network Card setup!! (Howard Mann)
  RealTek8019 PnP Lan adapter (Frederik Likaj)
  delaying eth1 initialization ("A Chawla")
  Re: which how-to? ("William B. Cattell")
  how to send mail in the /var/spool ([EMAIL PROTECTED])
  Failed to see my NIC (Simon Pallister)
  Re: Cable Modem and Netscape ("James Clement")

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

From: "mikes" <[EMAIL PROTECTED]>
Subject: Re: dip -t bash# command not found
Date: Sun, 15 Aug 1999 20:50:25 -0500
Reply-To: "mikes" <[EMAIL PROTECTED]>

Ha! It works! Thanks, Clifford..
And for the rest of you, I'd thought I'd tell you how I go about shutting
down my firewall and SMB server remotely.

telnet from Win95 machine to SMB server
login as normal user (ie not root)
type su -
type password
type dip -t
port /dev/ttyS0 <-- firewall is connected to SMB via null modem cable
speed 38400
term

(now logged into firewall)

login root <--- BTW, Clifford, is this correct? Normal user wont work
here...
type password
type shutdown -h now

(firewall begins shutdown)

reconnect telnet to SMB server
login as normal user (ie not root)
su root
type password
shutdown -h now

(SMB server begins shutdown)

All done.. power cut to home network...

Thanks again, Clifford...
-Mike

Clifford Kite wrote in message <7p6t5a$[EMAIL PROTECTED]>...
>Maybe because you need "su -" rather than just "su"?  "man su" for what the
>"-" does for you.




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

Date: Sat, 14 Aug 1999 16:47:14 +0200
From: "Marvin (Georg Ortmanns)" <[EMAIL PROTECTED]>
Subject: Re: can't rlogin or rsh from linux box

Pat wrote:

> I'm using Red-Hat 6.0, kernel 2.2.5-15smp
> I keep getting this message when I try to rlogin or rsh to another machine
> on the network:
>
> rcmd: socket: Permission denied
>
> I checked the dns server and everything is fine.  It doesn't work for any
> users, or root.  Any ideas?

Please read the manpages for rlogin, rhost. There you find
information about the files /etc/hosts.allow and ~/.rhosts.

On the machine you try to rlogin there must be an entry in /etc/hosts.allow
for your machine. In your home directory on both machines edit .rhosts
to look something like this:

linuxbox    [user]

If user is omitted you have to have the same username on both machines.

What should work is telnet -l user hostname.

Then you have only to know a valid user and password on the destination
machine.

Hope it helps.

--
Regards

          Georg Ortmanns (Marvin)   eMail [EMAIL PROTECTED]
   To get my PGP key send mail with subject "Send PGP key"




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

From: "Joshua Mitnick" <[EMAIL PROTECTED]>
Subject: Cable Modem and Netscape
Date: Mon, 16 Aug 1999 02:08:39 GMT

I just installed RedHat 6.0 and configured my @home cable modem(with intel
etherexpress pro pnp card).  I can type ping and ping my own IP and I get
responses so that means that something is working.  Unfortunately, when I
use Netscape(in Gnome) it appears as though it would load the page, but
rather netscape just sits there idly with a Looking up hostname...... thing
in the bottom of the window.  Also, when I try to use IRC or log onto FTPs,
nothing happens.  But I am able to ping myself, so what's wrong?!
Thanks,
[EMAIL PROTECTED]



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

From: [EMAIL PROTECTED] (Speedy Fast)
Subject: Re: Linux newbie vs. cable modem
Date: Mon, 16 Aug 1999 02:18:44 GMT

On Sun, 15 Aug 1999 17:10:06 -0400, Trancelucid
<[EMAIL PROTECTED]> wrote:

>Hi there,
>       I'm quite new to Linux, and I can't get my cable modem to work. I have
>Red Hat 6.0.. it detected my ethernet card fine, I gave it the right
>ip's, but when I open Netscape and enter a url, it says "Connect:
>Contacting Host: www.netscape.com..." and then stays there idling.
>
>Another exemple is with ping, if I do "ping www.netscape.com", it just
>idles there w/o writing anything to the screen (not even an error
>message).
>
>I read Net3-Howto, but it did'nt help me much, since I bought Linux
>Unleashed, and it has almost the same info..
>

You haven't set your route properly.  The packets are probably going
out but not coming back in.

Logon as root and type 'netcfg'.  Click on routing and add your info.
You might have to deactivate and activate your eth0 again.


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

From: Frederik Likaj <[EMAIL PROTECTED]>
Crossposted-To: redhat.config,redhat.networking.general
Subject: RealTek8019 PnP Lan Adapter
Date: Mon, 16 Aug 1999 02:30:47 GMT

I have tried to get it work but no matter how it does'nt seems to.
After downloaded from RealTek's homepage the linux text i tried to follow
it.So 1-The kernel is recompiled with (*)module support,(*)networking
support,(*)network device support,(*)ethernet and (*)ne2000/ne1000
(/usr/src/linux  make xconfig which i believe is the same as make
menuconfig)
2-Run make dep,make clean,make bzImage (I boot to the linux RedHat 6.0 with
a boot diskette.In the original linux.txt stands make zImage which i
believe should be make bzImage.zImage comes with some errors anyway if i
try it.)After copying bzImage to the boot diskette i boot with that and try
to st up an ethernet device (eth0)and i am sure i do it the right way.
But when i try to activate it from usernet it never get the green color.
If i boot with it i get the message "delaying eth0 initialisation"
I know that there are two ways of doing it (getting ne2000 driver):with
configuring the kernel (as subscribed above)answering "Y" that make it a
part of the kernel or answering "M" which make it a module that should be
loaded to the kernel.The linux.txt from realtek's seems to use the first
way.I don't know what i am doing wrong.From the linux.txt document "the
driver will be loaded and will scan 0x300,0x280,0x320,0x340,0x360 port to
see if card is there. but from windoze i have the following RTL8018PnP Lan
with Input/Output 0220-023F and IRQ 05."How can i see that the driver is
loaded?I cannot see any after i run "dmesg" to see the boot message.
as a p.s in the linux.txt "in some case , PNPISA may assign io ports not in
range you can use 'rset8019' (in DOS) to set the card in jumpless mode ,
ioport" Well i have tried to do this from linux with dosemulator but i
can't.How exactly should i run it from DOS.I have not the real DOS
installed.I have windoze98,windozeNT4.0 workstation,and linux RedHat 6.0
running on the same P.C.
Any suggestion and help is welcomed.I am really in the dark here.

thanks a lot. 


==================  Posted via CNET Linux Help  ==================
                    http://www.searchlinux.com

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

From: [EMAIL PROTECTED] (Dale Pontius)
Subject: Re: Automatically dial the internet from my firewall/router?
Date: Sun, 15 Aug 1999 17:31:33 -03-59

In article <[EMAIL PROTECTED]>,
        "Andrew Taylor" <[EMAIL PROTECTED]> writes:
> Diald is effective but the latest version of pppd supports demand dialing
> with just a few lines in the /etc/ppp/options file. Install the latest pppd
> package and read the pppd manual it explains it all.
>
But be careful if you're running any sort of DNS, because I've
heard no end of trouble with people getting spurious dials in
that circumstance. I'm running caching nameserver, so I haven't
even tried. Besides, the rest of the family appreciates some
determinism in telephone availabity.

Dale Pontius
DEPontius AT usa DOT net

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

From: Vladimir Florinski <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc,comp.os.linux.setup
Subject: Re: modules????
Date: Sun, 15 Aug 1999 19:07:56 -0700

Marc Ohmann wrote:
> 
> After struggling with installling this network card for 2 days, I have
> decided I need help.  I have a D-Link DFE530-TX 10/100 pci card.  I have
> the tulip driver and the de4x5 driver.  I have been trying to install
> either of them as modules with no luck.  modprobe never sees the card
> and eth0 never shows up in dmesg.  Everytime I try to "insmod tulip"  I
> get a message that says "device or resource busy".  Thinking that
> another driver was already attached to the nic I commented out every
> line in /etc/conf.modules with no luck (the device still comes up
> busy).  I have uncommented the line in /etc/rc.d/rc.modules for the
> tulip driver.  I have recompiled the kernel with module support.  If I
> knew how I would compile the kernel with the tulip driver installed but
> I don't.  Could somebody help me.  If I am just one step away from
> getting it to work as a module let me know.  Otherwise could you tell me
> how to recompile the kernel with the driver.  I have about 200 pages of
> kernel/ethernet/networking.... how-tos infront of me but they aren't
> very clear as to what I am doing wrong!!  Oh ya I am running slackware
> if that makes a difference.  And I have run the Slackware netconfig.
> 

Did you set up interrupts and IO ports for the NIC in your /etc/conf.modules?
Sometimes users forget this final step...
-- 


Vladimir

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

From: [EMAIL PROTECTED] (Steve Holmes)
Crossposted-To: comp.os.linux.setup
Subject: PPP Help!
Date: Sun, 15 Aug 1999 19:59:49 -0700

        I'm trying to get PPP going on my new Slackware 4.0 setup.
I've been using PPP for several years on my older linux stuff with
little incident but now... For some reason, I can't seem to get past
the successful login of userid and password.  All I get is some stuff
about LCP confreqs timing out or something to that effect.  I am using
the default scripts provided with Slackware 4.0 using kernel version
2.2.6 and PPP 2.3 (I think).  Keep in mind the chat script is working
fine; it gets through the modem setup and login and password prompts
with no problem but I never get the IP address from Primenet.com. When
I used the debug option in my ppp options, I see that it is exchanging
LPC messages but the number of sent far out numbers the ones received.
I don't think this is right.  The internals of PPP go over my head a
bit and I don't really know what to do beyond this point.  I guess I
could recompile PPP and the kernel and see what that might do for me.
Oh, I am using the ppp-go script provided by the slackward
distribution with no local changes.

Can anyone help me out with this one?
--
<Steve> Holmes
Tempe, Arizona  USA

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

From: "Peter Hacksel" <[EMAIL PROTECTED]>
Subject: Help trying to setup masquerading for PPTP
Date: Mon, 16 Aug 1999 02:45:49 GMT

Hello,

I have a Windows 98 box sitting behind a Linux firewall.  I'm trying to
understand how to set up PPTP connection from my Win98 box to an external
server.  I have RedHat 6.0 (kernel 2.2.5) and have IP masquerading working
fine.

Looking through documentation on the web, I'm getting confused.  If I
understand it, ipportfw and ipfwadm have been replaced in 2.2.x kernels with
ipmasqadm.  However, all the pages that I find that talk about VPN setup
discuss ipportfw and ipfwadm.

Is it possible to setup PPTP VPN with ipmasqadm and ipchains alone?

Any help would be appreciated,

Thanks

Peter



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

From: Vilmos Soti <[EMAIL PROTECTED]>
Subject: Re: Cable Modem and Netscape
Date: Mon, 16 Aug 1999 02:41:28 GMT

Joshua Mitnick wrote:
> 
> I just installed RedHat 6.0 and configured my @home cable modem(with intel
> etherexpress pro pnp card).  I can type ping and ping my own IP and I get
> responses so that means that something is working.  Unfortunately, when I
> use Netscape(in Gnome) it appears as though it would load the page, but
> rather netscape just sits there idly with a Looking up hostname...... thing
> in the bottom of the window.  Also, when I try to use IRC or log onto FTPs,
> nothing happens.  But I am able to ping myself, so what's wrong?!

Hi,

It seems you didn't have a correct dns setup. You have to create a file
called /etc/resolv.conf which should have the nameservers' ip address
something like this:

nameserver 192.168.1.2

Also, you need another file /etc/host.conf which tells your system how
to make name lookup. The relevant line is

order hosts,bind

Of course, for this to make sense, you would need an /etc/hosts file. I
would recommend check out the NAG, Linux Network Administrator's Guide.
It is available either as book or online (LDP, possibly on your machine
if you installed the docs). It is a gentle intro how to setup a network
and some network related config.

Vilmos

-- 
Looking for a job in British Columbia.
http://members.home.net/vilmossoti/resume.html

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

From: "Andrey Smirnov" <[EMAIL PROTECTED]>
Subject: Re: Help on subnetting
Date: Sun, 15 Aug 1999 20:11:59 -0700

Hello,

With network of your size you should not worry about subnetting. Just make
sure that your network backbone is switched (switches are linked!), server
should be connected via switch as well, and give each workgroup a switched
down link.

If you need to manage the bandwith in your switched network, you can learn
more about VLANs (virtual LANs).

Actually more and more networks everyday are moving from router based
networks to switched networks with VLANs.

Good luck!

CHAN Kin Poon <[EMAIL PROTECTED]> wrote in message
news:7p5jmr$ht$[EMAIL PROTECTED]...
> Greetings,
>
> Appreciate any help on subnetting a private LAN.
>
> This is my environment: -
> 1) My LAN consists of 20+ departments, each with about 10 PCs.
> 2) The LAN consists of only Hubs and Switches in Wiring Closets and our
> Computer room, no Routers.
> 3) All our servers are located in a server farm.
> 4) All users access 1 or more servers in the server farm
> 5) I use private Class B address
>
> Questions: -
> 1) Is it necessary to subnet my environment?
> 2) Can I subnet even if I've no Routers in my LAN?  That is, can
subnetting
> be deployed in a switched setup?  All the documentation I've seen shows
only
> Routers in their configurations and examples.
> 3) If subnetting can be done, how should I configure the routing table at
> the PC and server ends so that packets will find their way around and
back.
> 4) Can the network portion of an IP address be masked as the host portion?
> That is, if I've a Class C address of 192.168.1.0 can is use a mask value
of
> 255.255.0.0?
>
> Thank you in advance.
>
>
>
>
>
>
> --
> [EMAIL PROTECTED]
>
>




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

From: Howard Mann <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Re: Network Card setup!!
Date: 16 Aug 1999 03:31:00 GMT

In article <[EMAIL PROTECTED]>,
        "Carl" <[EMAIL PROTECTED]> writes:
> When I install Red Hat 6.0, I ignore the network card setting.
> Could anyone tell me how to set it up.  My network card is 3Com
> modal 3C905b.  Thks!
> 
> 
Review :   http://www.xmission.com/~howardm/ethernet.html

You may use "netcfg" or Linuxconf to configure an ethernet interface.

Regards, 

-- 
Howard Mann
http://www.newbielinux.com   
(a LINUX website for newbies)
Smart Linuxers search at: http://www.deja.com/home_ps.shtml


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

From: Frederik Likaj <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc,comp.os.linux.setup
Subject: RealTek8019 PnP Lan adapter
Date: Mon, 16 Aug 1999 03:30:48 GMT

I want to set up a network but my problems starts with getting my network
card running.From Windoze i have a "RealTek8019 PnP Lan with Input/output
0220-023F and IRQ 05.After downloaded from realtek's home page th linux.txt
i use it as a guide to set up my network card.So i do the
following:1-Recompile the kernel  by make xconfig from /usr/src/linux with
the options (*)enable module support,(*)networking support,(*)TCP/IP
networking,(*)network device support,(*)ethernet and (*)ne2000/ne1000.So i
try to boot with the new kernel (from floppy disc with bzImage on it)after
running "make dep" and "make clean".How should i know if the driver is
loaded or not.(with (*) for Y and not as "M" for modules it should be a
part of the new kernel right?)Anyway when i try to set up an ethernet
device eth0 from usernet (i am sure i do it the right way)it does'nt get to
work (the green light never comes).As a p.s from the linux.txt "in some
case,PNPISA may assign to port not in thr range you can use 'rset8019' (in
DOS) to set the card in jumpless mode and set ioaddr to one of these
ioport.Do i have to do it and if yes how do i do it?I do not have DOS
installed instead i have windoze98,windozeNT4.0 workststion and Linux
RedHat 6.0 on the same P.C. I have tried to run rset8019.exe from
dosemulator in Linux but i am not sure this is the way(????????)Any help is
welcomed. I am in the dark here. 

==================  Posted via CNET Linux Help  ==================
                    http://www.searchlinux.com

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

From: "A Chawla" <[EMAIL PROTECTED]>
Subject: delaying eth1 initialization
Date: Mon, 16 Aug 1999 03:57:04 GMT


I cannot seem to get a second card recognized which is a ISA  NE2000
compatible with a realtek8019 chipset.  My first card is also an ne2000
compatible D-Link card.


I upgraded to the 2.2.11 kernel (and also had to change to ISC's dhcp
client). But the DHCP address is really only for eth0.

cards are configured as follows:
eth0  interrupt=3, io=0x300
eth1  interrupt=5, io=0x320

I previously tried interrupt=9 and 0x280 but same problem. I did check that
there are no io conflicts.

On bootup I get:

NE*000 ethercard probe at 0x300: xx xx xx xx xx xx
eth0: NE2000 found at 0x300, using IRQ 3.

But no mention of eth1.

then later I get

"Delaying eth1 initialization"


questions
1) Any idea why on startup it can't see any detection of eth1? I read in
redhat linux secrets that it does not detect multiple cards. How can I
remedy this? When I pull out the eth0 card it  _does_ detect the eth1 card.

2)Any idea how I can get second card talking IP?

Thanks in advance for your help

Anoop



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

From: "William B. Cattell" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Subject: Re: which how-to?
Date: Mon, 16 Aug 1999 03:55:12 GMT

[EMAIL PROTECTED] wrote:
> 
> I am running SuSE 6.1 on box #1. I run win95 for
> the kids on box #2. I only have www access on box
> #1. Which how-to should I read for accessing the
> internet from box #2 through box #1?
> 
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.

You want to take a look at the HOWTOs dealing with
firewalls, IP masquerading. Ethernet, IPChains, ISP Hookup,
Net-3 and Networking.  that's alot of stuff but in effect
you need to set tour Linux system up to be a
router/gateway.  The firewall adn IP Masq. should give you a
good start.

Bill

-- 
==============================================================
http://members.home.com/wcattell
==============================================================
Park not thy Harley in the darkness of thine garage, that it 
may collect dust for want of being oft ridden. Ride thy
Harley 
with thy brethren, and rejoice in the spirit of the road.
==============================================================

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

From: [EMAIL PROTECTED]
Subject: how to send mail in the /var/spool
Date: Mon, 16 Aug 1999 04:06:58 GMT

As like subject.
How can i send mails that stored my spool directory to other person.



Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.

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

From: Simon Pallister <[EMAIL PROTECTED]>
Subject: Failed to see my NIC
Date: Sun, 15 Aug 1999 19:44:51 -0800

Just installing Caldera Open Linux 2.2 on a brand new
machine with no other OS (was 98, now wiped - best thing to
do with it!) but I'm having problems with the install not
being able to see my NIC. Nothing sepcial about it, just a
3COM card but when the install starts and does its scan, it
says "ethernet controllers........None". I've even tried re-
installing 98 to check that it's fully functioning, which
it is. I've tried adding it using the KDE interface and it
says eth0 cannot be found.

Apart from that the install is seamless and very good. Any
help greatly appreciated.



* Sent from RemarQ http://www.remarq.com The Internet's Discussion Network *
The fastest and easiest way to search and participate in Usenet - Free!

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

Reply-To: "James Clement" <[EMAIL PROTECTED]>
From: "James Clement" <[EMAIL PROTECTED]>
Subject: Re: Cable Modem and Netscape
Date: Mon, 16 Aug 1999 04:00:40 GMT


Joshua Mitnick <[EMAIL PROTECTED]> wrote in message
news:HoKt3.1444$[EMAIL PROTECTED]...
: I just installed RedHat 6.0 and configured my @home cable modem(with intel
: etherexpress pro pnp card).  I can type ping and ping my own IP and I get
: responses so that means that something is working.  Unfortunately, when I
: use Netscape(in Gnome) it appears as though it would load the page, but
: rather netscape just sits there idly with a Looking up hostname......
thing
: in the bottom of the window.  Also, when I try to use IRC or log onto
FTPs,
: nothing happens.  But I am able to ping myself, so what's wrong?!


You aren't getting DNS.  Trying pinging by IP, I bet it works..

When you ping yourself you are only pinging the loopback address, so this is
not a real test.





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


** FOR YOUR REFERENCE **

The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:

    Internet: [EMAIL PROTECTED]

You can send mail to the entire list (and comp.os.linux.networking) via:

    Internet: [EMAIL PROTECTED]

Linux may be obtained via one of these FTP sites:
    ftp.funet.fi                                pub/Linux
    tsx-11.mit.edu                              pub/linux
    sunsite.unc.edu                             pub/Linux

End of Linux-Networking Digest
******************************

Reply via email to