Linux-Networking Digest #581, Volume #10         Sun, 21 Mar 99 16:13:46 EST

Contents:
  Re: Win98 - linux TCP/IP connectivity ("L. & P. Pauer")
  Denver Area LINUX Consultant Wanted (Tom DeGerlia)
  Re: Compile error on pcmcia-cs 309 > Redhat 5.2 ?? (Wasim Juned)
  Re: How to get Linux machine to appear in Windows Network? (Wasim Juned)
  Firewall GATEWAY (Thomas Lepkowski)
  netstat hangs for gateway (Ken)
  Knowledge Base ([EMAIL PROTECTED])
  ip aliasing ("Dan Candela")
  Re: 4mb Ram 386 router (Geoff Short)
  Re: In need of VT320 terminal emulation on Linux ("T.E.Dickey")
  mgetty question(s) ("Brian E. Parker")
  NTP ...? (Desmond Coughlan)
  Re: How to get Linux machine to appear in Windows Network? (Thomas Lepkowski)
  Re: 4mb Ram 386 router (Greg Weeks)
  Routing from Linux through an NT server (Adam C. Emerson)
  Re: WYSE terminal connection to linux box ([EMAIL PROTECTED])
  Linux - NT RAS Problems: Working now Not (Darren Enns)

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

Reply-To: "L. & P. Pauer" <[EMAIL PROTECTED]>
From: "L. & P. Pauer" <[EMAIL PROTECTED]>
Subject: Re: Win98 - linux TCP/IP connectivity
Date: Sun, 21 Mar 1999 17:55:54 GMT

Looking at your route table in win is simple, start a dos window and enter
"ROUTE PRINT" this will dump the current table.
"ARP -A" will dump the loaded  arp table if any, if things are working right
you should have a dynamic entry for your Linux adapter here.

Mine is empty because I am having the same Eth0 routing problem.

--
L. & P. Pauer
Silver Wind Studio
HTTP://www.angelfire.com/biz2/silverwind/
O'Loughlin <[EMAIL PROTECTED]> wrote in message
news:7d33b1$pua$[EMAIL PROTECTED]...
> I was wondering . How do you look up the routering tables in win 98?? Or
con
> you do it? Because I have the exact same problem . I have a box running
Red
> Hat 5.1 networked to another box via a cross over cable to a 98 box. I
can't
> get ether to ping each other?
>
> Idea's any one ? or is there like a HOWTO on this ?
>
> Dee.
>
> [EMAIL PROTECTED]
>
> L. & P. Pauer wrote in message ...
> >Exactly my case, same problem, same o/s's too and win98 &^% up.
> >That last line
> >255.255.255.255    255.255.255.255    192.168.1.2 0.0.0.0 1
> >is the same too.
> >If I dial with PPP it changes to
> >255.255.255.255 255.255.255.255 xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx 1
> >and ip works OK over modem.
> >
> >When I check another machine running win95 there be valid addresses in
the
> >last line not zeros. Have not able to change it with settings, and have
not
> >been able to find anything in the registry for try to tweek it.
> >
> >Man-Oh-Man do I wait for the day there is a stable Lotus-Notes/smartsuite
> >for Linux, and I can ditch winblows.
> >
> >--
> >L. & P. Pauer
> >Silver Wind Studio
> >HTTP://www.angelfire.com/biz2/silverwind/
> >Mark T <[EMAIL PROTECTED]> wrote in message
> >news:lAtx2.279$[EMAIL PROTECTED]...
> >>
> >> Hi all,  I have been lurking around the c.o.l newsgroups for awhile and
> >> haven't seen a problem like this one asked.
> >>
> >> I have two computers we'll call them COMP-A and COMP-B for talk sake.
> >>
> >> COMP-A is running Linux Only.
> >> COMP-B is a tri-boot Win98-WinNT 4.0-Linux (Don't ask)
> >>
> >> Anyway when COMP-B is booted to Linux or WinNT I have no networking
> >problems
> >> at all; however Win98 is unable to send or receive ping packets to/from
> >> COMP-A
> >>
> >> This tells me the hardware is working and seated in the slot correctly.
> >>
> >>
> >> I think I have it narrowed down to Win98's routing table.  Here it is..
> >>
> >> Active Routes:
> >>
> >>   Network Address     Netmask                 Gateway Address
Interface
> >> Metric
> >>   0.0.0.0                       0.0.0.0
192.168.1.254
> >> 192.168.1.2       1
> >>   127.0.0.0                  255.0.0.0                127.0.0.1
> >> 127.0.0.1            1
> >>   192.168.1.0             255.255.255.0        192.168.1.2
> >> 192.168.1.2        1
> >>   192.168.1.2             255.255.255.255    127.0.0.1
> >> 127.0.0.1           1
> >>   192.168.1.255         255.255.255.255   192.168.1.2
> >> 192.168.1.2        1
> >>   224.0.0.0                  224.0.0.0                 192.168.1.2
> >> 192.168.1.2        1
> >>   255.255.255.255    255.255.255.255    192.168.1.2
0.0.0.0
> >> 1
> >>
> >>
> >> (I'm terribly sorry if the format gets lost)
> >>
> >>
> >> According to BillyWare's help files everything seems ok until the last
> >line
> >> where the interface is  0.0.0.0    The help file says that is the way
> >Win98
> >> sends packets to the network.
> >> If thats the case then it's wrong it should be  192.168.1.2  but the
> >> question is how do I change it? if I try to delete it using:
> >> route delete 255.255.255.255
> >> it says : bad destination address 255.255.255.255
> >> if I try to add it again using:
> >> route add 255.255.255.255  mask 255.255.255.255  192.168.1.2  metric 1
> >> it says: bad destination address 255.255.255.255
> >>
> >>
> >> Win 98 will ping loopback (127.0.0.1) and its IP (192.168.1.2)
> >> so TCP/IP seems to be installed correctly
> >>
> >> By the way .. On Win NT here is the last line
> >> 255.255.255.255  255.255.255.255  192.168.1.2  192.168.1.2
> >> so NT is correct. (and it works).
> >>
> >>
> >> Here is what I've done so far: (SEVERAL TIMES)
> >> uninstalled all networking, pulled the ethernet card, rebooted
> >> reinstalled the ethernet card, reinstalled all networking, rebooted
> >>
> >> If anyone has any suggestions on other things to try or need more info
> >> please ask, I've tried to include as much info as I can.  I am new to
> >> networking so if I've overlooked something please let me know
> >>
> >> Thanks,
> >> Mark
> >>
> >>
> >>
> >
> >
>
>



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

From: Tom DeGerlia <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Crossposted-To: 
comp.os.linux.admin,comp.linux,comp.os.linux.questions,apana.lists.os.linux.redhat,alt.uu.comp.os.linux.questions,alt.os.linux,alt.comp.linux.isp
Subject: Denver Area LINUX Consultant Wanted
Date: Sun, 21 Mar 1999 10:08:02 -0700

Hello,

I was wondering if anyone could refer me to someone in the Denver area
that would be willing to do a day or two of contract LINUX/network
consulting (experienced).  I run a small LAN (2 pc's, Pentium w/ Win98,
and 486 100Mhz w/ LINUX) which is connected to the Internet via an ADSL
connection.  The network is currently working, however I need help in
the following areas:

1) Properly configuring the network (addresses, domain name, etc...)
2) NFS and SAMBA configuration
3) Security (Proxy,firewall)
4) Router Configuration (Cisco 675 router)
5) SendMail - Mail server setup

I'm fairly good with LINUX, however I don't have the time to research
and figure this stuff out myself.  If you can recommend anyone please
let me know or forward this message to the appropriate individual(s).

Thank you very much.

Tom DeGerlia


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

From: Wasim Juned <[EMAIL PROTECTED]>
Subject: Re: Compile error on pcmcia-cs 309 > Redhat 5.2 ??
Date: Sun, 21 Mar 1999 20:33:21 GMT

On RH the path is usually /usr/src/redhat/linux/BUILD
However the source code needs to be installed (you can find it on 
your RH CD). 
So the steps are:
1. Install the sources 
("rpm -Uvh kernel-x.x.xx-src.rpm")
2. Configure the sources 
("rpm -bp /usr/src/redhat/SPECS/kernel-x.x.xx.spec")
3. Check the sources are in place at:
/usr/src/redhat/linux/BUILD
4. Compile the pcmcia sources giving this path at the appropriate time

Cheers Wasim

Frederick M Periquet wrote:
> I downloaded tarball pcmcia-cs-3.0.9. Untarred it in /usr/src per the
> readme file. However, when I ran make config (first step), it cannot
> find /usr/src/linux. Where is it?

-- 
Wasim Juned 
[EMAIL PROTECTED]

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

From: Wasim Juned <[EMAIL PROTECTED]>
Subject: Re: How to get Linux machine to appear in Windows Network?
Date: Sun, 21 Mar 1999 20:37:03 GMT

Yes to both questions.
Use SAMBA and check out the details in /etc/smb.conf
"man smb.conf" gives you all the answers.
BTW - Samba is now in version 2.x so use that if possible. 

Matt G wrote:
> Is this possible. If so, is it then possible to copy from my Windows machine
> to shared folders on the Linux machine?


-- 
Wasim Juned 
[EMAIL PROTECTED]

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

From: Thomas Lepkowski <[EMAIL PROTECTED]>
Subject: Firewall GATEWAY
Date: Sun, 21 Mar 1999 15:35:58 -0500

Hello,

I have a private network and a firewall network both connected to a Linux 
server/router.

The firewall Linux box is supposed to forward and masquerade IP packets to the internet

but this does not happen.

For this firewall box what should be the GATEWAY AND GATEWAYDEV settings in the

/etc/sysconfig/network file?  Access to the internet is through the modem connection

so should the GATEWAYDEV=ppp0 ?

Can somebody help me with this or have any general comments on what files to check

on a typical firewall box?

Thanks,  TML

--
         _____________________________________________
        |  In a free World who needs gates?   LINUX!  |
        |           http://www.redhat.com             |
        |_____________________________________________|




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

From: Ken <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Crossposted-To: comp.os.linux
Subject: netstat hangs for gateway
Date: Sun, 21 Mar 1999 20:49:38 GMT

Hello,

I'm using Redhat 5.1 with kernel 2.0.35...

I can't seem to get my gateway route to work. I'm using the scripts
that come along with Redhat (/etc/sysconfig/network-scripts/*), and
all seems well when I boot up. I have added comments to the scripts
and I see the route command executed:

        route add default gw xxx.xxx.xxx.xxx eth0

I also can check /proc/net/route and see that there are four entries:

        eth0 - the external network
        eth1 - my internal network
        lo   - loopback
        eth0 - gateway (destination = 0.0.0.0, gw = xxx.xxx.xxx.xxx)
                       (flags = 3)

However, when I try "netstat -r" or "route" to look at the route table
I get the first three entries, and then nothing... I have to CNTRL-C
to get my prompt back.

I can ping internally (on eth1), I see ARP messages going out when
I ping the xxx.xxx.xxx.0 network (as I would expect since it's not
connected to the external network), but nothing when I try to ping
through to addresses beyond the gateway (anything but the two
nets defined for the interfaces)... no ARP requests, nothing.

Any thoughts ?

Ken

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

From: [EMAIL PROTECTED]
Subject: Knowledge Base
Date: Sun, 21 Mar 1999 14:49:44 -0600

Does anyone know of a good site for a LINUX beginner.

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

From: "Dan Candela" <[EMAIL PROTECTED]>
Subject: ip aliasing
Date: Sun, 21 Mar 1999 19:20:23 GMT

I'm running RedHat 5.2 with kernel 2.2.2.  I've configured the kernel to
statically link the network aliasing and ip aliasing modules.  My ethernet
card is a intel ethernet pro 10/100.

I've followed the IP-Aliasing mini-howto, but have been unable to get ip
aliasing working.  After issuing the following command:

/sbin/ifconfig eth0:0 192.0.0.3 netmask 255.255.255.0 up

ifconfig did not show an interace for eth0:0 and there isn't a
/proc/net/aliases file.

Sound familiar?  Any ideas?

Thanks,
Dan



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

From: [EMAIL PROTECTED] (Geoff Short)
Subject: Re: 4mb Ram 386 router
Date: 21 Mar 1999 20:50:04 GMT

mike dombrowski ([EMAIL PROTECTED]) wrote:
: I'm currently using a 386sx with 4mb ram to route between my two
: networks. The software is dos based and requires that you register it
: or it only will run for an hour. So I was wondering if Linux could do
: the job. I headed over to the linux router project and it says that a
: 486 with 12mb ram is needed. Now the 386 has a hard disk so couldn't
: an 8mb swap partition do the trick? It doesn't need to be high
: performance, just around 200kbs so mp3 transferrs won't take so long.

If you just want to route between two networks (without firewalling,
masquerading or whatever) then your machine will be OK.  Any modern
distribution needs 8 meg to install though, and if you don't have much
disk then you'll need some trail and error to squeeze everything you
need on.  You best bet is to put the hard drive in a fast machine,
install and/or compile what you need, then transfer the disk back.

If you can get another 4 meg it will make the machine a lot nicer to
work on, but won't make it route any faster.

Good luck,
 
        Geoff
-- 
============================================================================
Ever sit and watch ants? They're always busy with                Geoff Short
something, never stop for a moment.  I just          [EMAIL PROTECTED]
can't identify with that kind of work ethic. http://kipper.york.ac.uk/~geoff

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

From: "T.E.Dickey" <[EMAIL PROTECTED]>
Crossposted-To: comp.protocols.kermit.misc
Subject: Re: In need of VT320 terminal emulation on Linux
Date: 21 Mar 1999 17:08:59 GMT

In comp.os.linux.networking Frank da Cruz <[EMAIL PROTECTED]> wrote:
> There are several aspects to VT terminal emulation:

>  2. To map the PC keyboard to the VT terminal keyboard and then send what
>     the PC keys would have sent.

This is a point that most people miss - XFree86 xterm usually is run
on a PC keyboard, so people expect it to do odd things with the delete
(and backarrow) keys.  Numlock is another problem.  (No one's entirely
happy with the compromises).

-- 
Thomas E. Dickey
[EMAIL PROTECTED]
http://www.clark.net/pub/dickey

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

From: "Brian E. Parker" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc
Subject: mgetty question(s)
Date: Mon, 15 Mar 1999 17:37:41 -0600

Hello!

  I have been dinking with PPP, and have RedHat 5.2 on a laptop that dials
into a PPP server just fine.  My next step is getting one of my RedHat 5.2
boxes set up to answer incoming PPP calls.  I've dropped 3 modems in it, and
set up a rollover group (on the 3 lines) to handle the calls coming in.

  I thought I remembered that someone said to use MGETTY to handle my
incoming calls.  The incoming calls will be from Win '9x machines, and using
PAP, I guess.

1) Where should I get MGETTY from?

2) Is it the 'best' program for what I need?  By best, I mean easy to use
and stable.  This machine isn't going to get a lot of calls, just one or 2 a
night.  I don't need any bloatware that does accounting, etc.

Thanks in advance for any advice you can give.
-BEP



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

From: Desmond Coughlan <[EMAIL PROTECTED]>
Subject: NTP ...?
Date: 21 Mar 1999 20:23:30 +0100

I have a feeling I'm going to have to install Kernel 2.2 as few
programmes install now ... does anyone know where I can get a copy of
an NTP daemon *known* to work with Slackware 3.5 (kernel 2.0.34)?

-- 
Desmond Coughlan                |Restez zen ... Linux peut le faire
[EMAIL PROTECTED]
[www site under construction]
                                

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

From: Thomas Lepkowski <[EMAIL PROTECTED]>
Subject: Re: How to get Linux machine to appear in Windows Network?
Date: Sun, 21 Mar 1999 15:49:25 -0500

Matt G wrote:

> Is this possible. If so, is it then possible to copy from my Windows machine
> to shared folders on the Linux machine?
>
> Realtive newbie....
>
> Matt

Yes,
You must sign-onto the Win computer with username and password equal to a user
and passwork on the Linux box.
The workgroup setting in /etc/smb.conf my be equal to the workgroup setting the
Win computer.

>From a typical /etc/smb.conf file:

[global]

# workgroup = NT-Domain-Name or Workgroup-Name
   workgroup = WORKGROUP

...


# Enable this if you want Samba to be a domain logon server for
# Windows95 workstations.
   domain logons = yes

There are other settings in /etc/smb.conf that are activated and deactivated.
With my RedHat distribution
I only needed to change what I indicated above.

        -TML


--
         _____________________________________________
        |  In a free World who needs gates?   LINUX!  |
        |           http://www.redhat.com             |
        |_____________________________________________|




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

Reply-To: [EMAIL PROTECTED]
From: [EMAIL PROTECTED] (Greg Weeks)
Subject: Re: 4mb Ram 386 router
Date: Sun, 21 Mar 1999 13:21:51 -0600

In article <[EMAIL PROTECTED]>,
        [EMAIL PROTECTED] (mike dombrowski) writes:
> I'm currently using a 386sx with 4mb ram to route between my two
> networks. The software is dos based and requires that you register it
> or it only will run for an hour. So I was wondering if Linux could do
> the job. I headed over to the linux router project and it says that a
> 486 with 12mb ram is needed. Now the 386 has a hard disk so couldn't
> an 8mb swap partition do the trick? It doesn't need to be high
> performance, just around 200kbs so mp3 transferrs won't take so long.
> If so how should I go about setting it up? Or is my best bet to stick
> with DOS?

If you can put more memory in that's best. Slackware can be installed
with 4 meg of ram, but you have to manually configure swap before the
installer will work. The LRP requires 12 meg because it doesn't use
swap and runs entirely out of RAM. I have installed slackware on a 4
meg 386 before. I wasn't configuring it as a router though. With an
install like this you will need to recompile the kernel. The 386 with
4 meg will need 30+ hours to do a kenel recompile. I use a faster
machine for this.

Greg Weeks
-- 
http://durendal.tzo.com/greg/


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

From: Adam C. Emerson <[EMAIL PROTECTED]>
Subject: Routing from Linux through an NT server
Crossposted-To: comp.os.ms-windows.nt.misc
Date: Sun, 21 Mar 1999 20:57:48 GMT

I have a machine running Debian GNU/Linux 2.0 connected to a
private LAN (10.0.0.0) on which is a box running NT Server 4
with a PPP link to our ISP.  The NT Server has forwarding on,
and the Windows 95 machines also on the network can reach the
ISP, yet after doing:
route add -net default gw 10.0.0.1
all my packets are dropped.
The Linux machine is getting its IP address and all that via DHCP
from the NT Server.

Thank you

-- 
Adam C. Emerson                             [EMAIL PROTECTED]
http://www.calvin.edu/~aemers19/
"Oh no!  Something slithered up behind you and feasted on your person!"

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

From: [EMAIL PROTECTED]
Subject: Re: WYSE terminal connection to linux box
Date: Sun, 21 Mar 1999 19:32:43 GMT

Just do the following.........
pico or vi your initab files to read
6:2345:respawn:/sbin/getty ttyS1 9600 vt100

Now be sure your term is set up for communication at 9600 and that
your using vt100 emulation.  This was all it took to get my linksys
terms hooked upto a RedHat 5.1 box..

Mike



On Sun, 21 Mar 1999 23:42:58 +1000, "rastus"
<[EMAIL PROTECTED]> wrote:

>I salvaged a WYSE dumb terminal from our local dump today :)
>
>I have a null cable (25pin and 9 pin connectors @ both ends), and have
>connected the 25pin to the terminal, and the 9 pin to a comm port. (tty1) of
>the linux box.
>
>    I tried following the how-to serial doc., but i still get no login
>prompt on the terminal...
>
>Am I being naive in connecting different connectors with the null cable (ie.
>9 pin --> 25 pin)  or should this work just fine ?
>
>
>    Regards,
>    Mike / Rastus
>[EMAIL PROTECTED]   send me no junk (mail) and I'll send you no e-mail
>dictionaries :)
>
>


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

From: [EMAIL PROTECTED] (Darren Enns)
Subject: Linux - NT RAS Problems: Working now Not
Date: 21 Mar 1999 15:05:03 -0600

Until the other day, I was able to connect to my employer's
NT network from home using Linux.  My work uses RAS.  In order
to avoid problems (?), I was 'moved' to another box (now GREY
and not TAN).  My password was also changed.  I was able to get W98
to connect just fine with the new password, but I did have to add
the domain to the 'domain' box on the signin prompt.  So the color
change of the server does not seem to be relevant to whatever they
did to me.  But the bottom line is that my Linux connection no
longer works.  Here is what some of the diagnostic messages are:

Mar 21 14:50:14 frodo1 pppd[361]: Serial connection established.
Mar 21 14:50:14 frodo1 chat[362]:  -- got it
Mar 21 14:50:15 frodo1 kernel: ppp_tty_ioctl: set flags to 70000
Mar 21 14:50:15 frodo1 kernel: ppp_tty_ioctl: set flags to 70000
Mar 21 14:50:15 frodo1 pppd[361]: Using interface ppp0
Mar 21 14:50:15 frodo1 pppd[361]: Connect: ppp0 <--> /dev/cua1
Mar 21 14:50:15 frodo1 kernel: ppp_tty_ioctl: set xasyncmap
Mar 21 14:50:15 frodo1 kernel: ppp_tty_ioctl: set xmit asyncmap ffffffff
Mar 21 14:50:15 frodo1 kernel: ppp_tty_ioctl: set flags to 70000
Mar 21 14:50:15 frodo1 kernel: ppp_tty_ioctl: set mru to 5dc
Mar 21 14:50:15 frodo1 kernel: ppp_tty_ioctl: set rcv asyncmap ffffffff
Mar 21 14:50:15 frodo1 kernel: ppp_tty_ioctl: set flags to 70000
Mar 21 14:50:15 frodo1 kernel: ppp: successfully queued 27 bytes, flags =
f070000
Mar 21 14:50:15 frodo1 kernel: ppp: successfully queued 16 bytes, flags =
f070000
Mar 21 14:50:15 frodo1 kernel: ppp_tty_ioctl: set xmit asyncmap 0
Mar 21 14:50:15 frodo1 kernel: ppp_tty_ioctl: set flags to f070003
Mar 21 14:50:15 frodo1 kernel: ppp_tty_ioctl: set mru to 5dc
Mar 21 14:50:15 frodo1 kernel: ppp_tty_ioctl: set rcv asyncmap ffffffff
Mar 21 14:50:15 frodo1 kernel: ppp_tty_ioctl: set flags to f070003
Mar 21 14:50:15 frodo1 kernel: ppp: successfully queued 15 bytes, flags =
f070003
Mar 21 14:50:18 frodo1 kernel: ppp: successfully queued 15 bytes, flags =
f070003
Mar 21 14:50:18 frodo1 pppd[361]: Remote message: E=691 R=1
Mar 21 14:50:18 frodo1 pppd[361]: CHAP authentication failed

Now, the E=961 error will repeat itself until I hang up.  I am assuming
that the only thing I needed to change in 'CHAP-SECRETS' was my password
references.  I have also tried adding (and then removing) a new option
to my startup pppd script i.e. 'domain mycompanydomain \'.  Even if I
try to change the color to the supposed 'new' color, it hangs up 
immediately.

How can I find out what error messages (like 691) mean?  Could they
have changed things in some even more bizarre way that I could not
even imagine?

Please help!

Thanks

Dare


-- 
Darren Enns
EMAIL: [EMAIL PROTECTED]
HTTP:  www.pangea.ca/~dmenns


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


** 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