Linux-Networking Digest #52, Volume #11           Wed, 5 May 99 20:13:34 EDT

Contents:
  Re: How to control ip-up execution depending on whether I dial out to ISP or in to 
my own box? (Richard A Nelson)
  VPN over IP Masqurade???? ("Tony Muckleroy")
  Newbie making network ("JESPER ALBRECHT MADSEN")
  Re: Trouble setting up IntelEtherExpress PRO/10+ ISA ("Jeffrey S. Gavin")
  The truth about the Pentium III chip and ID --- **boycott info** (Intel No Privacy)
  Re: network services ("Arne B. Olsen")
  Is it possible for aol to run under linux? (SMinor)
  port forwarding in 2.2.x ([EMAIL PROTECTED])
  dns reverse lookup ([EMAIL PROTECTED])
  Re: restarting network services... continued (Geri)
  Re: viewing Linux Xserver Xfree86 on NT ? ("Larry Brasfield")
  Re: Linuxconf  http access error?? (Thomas Zimmerman)
  ISDN Dial On Demand sendmail half working? ("David Travers")
  Re: Linux on Compaq ("Lee Sharp")
  Re: Direct Cable PPP connection between Linux and Win95 ("Jeremy L. Buchmann")
  Where can I find /usr/sbin/chat sources ? (FX)
  Netscape: broken pipe (misha)
  Probs with internet/lan conn. in rh6.0 ("Daniel Rehnstr�m")
  Re: dns reverse lookup ([EMAIL PROTECTED])
  PPP - Please no ppp how-to's ("The Pike's")
  Re: Get client machine's IP-address (AKK)
  Re: dns reverse lookup (Luca Filipozzi)

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

From: [EMAIL PROTECTED] (Richard A Nelson)
Subject: Re: How to control ip-up execution depending on whether I dial out to ISP or 
in to my own box?
Date: 5 May 1999 17:05:03 GMT

I find using the ipparam option in /etc/ppp/peers/xxx works very well:
For work, I use this -
  ipparam ign
And for my ISP -
  ipparam mindspring

IPPARAM is, iirc, parameter six to the ip-up scripts, so you can use
the value in if/select clauses

-- 
Rick Nelson
C:\WINDOWS C:\WINDOWS\GO C:\PC\CRAWL

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

From: "Tony Muckleroy" <[EMAIL PROTECTED]>
Subject: VPN over IP Masqurade????
Date: Wed, 5 May 1999 15:29:55 -0500

Can you do it?

I asked this about a week ago, and my message is gone!  This is a very
active list.  Sorry if I missed the answer. :o(

Tony



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

From: "JESPER ALBRECHT MADSEN" <[EMAIL PROTECTED]>
Subject: Newbie making network
Date: Wed, 5 May 1999 23:02:47 +0200

Hi!
I'm trying to connect my Linux and W98 machines, but of course I'm having
problems!
I'm Using Ne2000 compitable Netcards on both machines, and I can make a
connection and share folders/printers in Windows98.
But I want Linux to work as a server (document, printer and Internet
connection server). But first of all I want to configure it so I can connect
from the w98 machine.
If you can help me but need more infomation about ...(?) something. (Netcard
etc.) feel free to mail me, or if you have a doc or HOWTO I can read and
use.
I have read some of the Howto that came with my RH51. but I'm still having
problems.

Any help is of course aperciated...    Thanks in advance
Jesper



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

From: "Jeffrey S. Gavin" <[EMAIL PROTECTED]>
Subject: Re: Trouble setting up IntelEtherExpress PRO/10+ ISA
Date: Wed, 05 May 1999 16:06:28 -0500

You should download the latest drivers from Intel for this card and verify
that your card is configured with these settings.  Also, isn't irq 3 used by
one of the serial ports?

I'm trying to configure an IntelEtherExpress Pro/10+ ISA as a second card.  It
works fine by itself, but I cant get it to be recognized as a second card.
(the first card is an Intel Pro/100 PCI).

Jeff

Roy Magne Gjemble wrote:

> I am having trouble setting up my network card. my /etc/conf.modules says:
>
> alias eth0 eepro
> options eth0  io=ox300 irq=03
>
> When I boot I have no problem (i have also tried eepro100 but with that
> module the "bringing up interace eth0" fails.) with the eth0, it says:
>
> bringing up interface eth0       [OK]
>
> I can also ping localhost and the cards IP-adress but none of the other
> machines in the network.
>
> dmesg says:
>
> eth0: Set Rx mode to 1 adress
> eth0: Set Rx mode to 1 adress
> eth0: Set Rx mode to 1 adress
>
> And I don't know what to do from here so I hope some of You can help me
>
> /Roy Magne Gjemble


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

From: [EMAIL PROTECTED] (Intel No Privacy)
Crossposted-To: 
comp.lang.perl.misc,comp.lang.python,comp.lang.tcl,comp.mail.sendmail,comp.os.linux.setup,comp.os.ms-windows.advocacy
Subject: The truth about the Pentium III chip and ID --- **boycott info**
Date: Wed, 05 May 1999 21:08:33 GMT

Take the Pentium III Boycott Survey
http://mail.infotrieve.com/isurvey/index.cfm?vendorid=6045&formid=F0006045
        

        Pentium III chip with the individual serial number that can
track your web surfing and buying habits can now have the ID number
turned on and off by software.  Following some links I found the
www.fightdivx.com website and noticed that they have a Intel Boycott
page with links, quotes and info on why you should boycott the
invasion of privacy Pentium III chips. Just like everyone suspected,
the ID number can be taken without a customers knowledge. Just like
cellular phone fraud, once someone has your unique ID number, they
could pose as you on the internet.  Do not be fooled by reports that
this problem is fixed because Intel disabled this feature by software
on their up coming chips.  Information is power. They want to know
your surfing and buying habits. That is what this is all about. Here
is the link to the page with the boycott info and links. 

http://www.fightdivx.com/intelboycott.htm

Also you will find a Boycott Intel screen saver and banner on their
page above. Spread it around.








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

From: "Arne B. Olsen" <[EMAIL PROTECTED]>
Subject: Re: network services
Date: Wed, 5 May 1999 20:38:53 +0200


Chris Snyder <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> I have changed the configuration for samba. How do I restart the service
> without rebooting?
> I tried /etc/rc.d/init.d/samba stop
>           /etc/rc.d/init.d/samba start
> bash says that samba is not a valid command. Am I missing something here
> or did I get some bad beta from these guys?

normally (on redhat) the script wich starts/stops samba is called
/etc/rc.d/init.d/smb
and not samba. I think that should solve your problem.

> How does one rescan (restart) all the networking services?

/etc/rc.d/init.d/network restart
/etc/rc.d/init.d/inet restart

> Thanks in advance,
> -Chris Snyder




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

From: [EMAIL PROTECTED] (SMinor)
Subject: Is it possible for aol to run under linux?
Date: 5 May 1999 18:42:25 GMT

nt

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

From: [EMAIL PROTECTED]
Subject: port forwarding in 2.2.x
Date: Wed, 05 May 1999 18:26:51 GMT

hi everyone !!

i'm searching for some documentation and/or experience with the port
forwarding features in the current linux kernels.

i had a look at IPPORTFW and MARKFW but could find any documentation
how to setup and use these features.

if any one knows a link or has some more information on these topics,
please send me a mail

TIA,

olli



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

From: [EMAIL PROTECTED]
Subject: dns reverse lookup
Date: Wed, 05 May 1999 17:51:32 GMT

I have an old slackware. I have THE dns reverse lookup problem,
I asked about this here before and I received some suggestions that
didn't work.
I looked at dejanews and tried things found there.

When I connect to internet using a modem I've seen delays in
connections caused by dns reverse lookup.
I've put in /etc/hosts entries for the PCs IP's. I'm not
running a DNS server, it's a small lan.

I've been playing with /etc/nsswitch.conf. I removed it,
I made sure the entries are:
hosts:  files dns

I upgraded libc.so.5.4.46, kernel-2.2.6, net. everything
that need to be upgraded that's in linux/doc/Changes.txt

my /etc/resolv.conf is:
nameserver my.isp.dns.server # real numbers edited here

I noticed I have not the problem if I remove the resolv.conf file.

What am I missing please ?

============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own    

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

From: Geri <[EMAIL PROTECTED]>
Subject: Re: restarting network services... continued
Date: Wed, 05 May 1999 16:48:20 +0000


==============8F60194F0B4A2F4024B329B9
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Chris Snyder wrote:

> Perhaps this question is a bit of a newbie question but I will ask any
>
> way.
> If one changes configurations for Samba (or any other networking
> service) how can one restart the services with the new configuration
> without rebooting?
> Thanks in advance,
> -chris snyder
>
>
> Maybe I don't have a handle on all this but when I issue the command
> "samba stop" while in the /etc/rc.d/init.d directory bash comes back
> with "samba command not found".
> Also, suppose that perhaps samba is not the only service that I wish
> to restart. Is there a command that will rescan initd and get the
> whole ball rolling over again?
> Thanks,
> -chris snyder

Use /etc/rc.d/init.d/smb restart
Gilles

==============8F60194F0B4A2F4024B329B9
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
Chris Snyder wrote:
<BLOCKQUOTE TYPE=CITE>
<I>Perhaps this question is a bit of a newbie question
but I will ask any</I>
<BR><I>way.</I>
<BR><I>If one changes configurations for Samba (or any other networking</I>
<BR><I>service) how can one restart the services with the new configuration</I>
<BR><I>without rebooting?</I>
<BR><I>Thanks in advance,</I>
<BR><I>-chris snyder</I>
<BR>&nbsp;
<P>Maybe I don't have a handle on all this but when I issue the command
"samba stop" while in the /etc/rc.d/init.d directory bash comes back with
"samba command not found".
<BR>Also, suppose that perhaps samba is not the only service that I wish
to restart. Is there a command that will rescan initd and get the whole
ball rolling over again?
<BR>Thanks,
<BR>-chris snyder</BLOCKQUOTE>
Use /etc/rc.d/init.d/smb restart
<BR>Gilles</HTML>

==============8F60194F0B4A2F4024B329B9==


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

From: "Larry Brasfield" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc,comp.os.linux.x
Subject: Re: viewing Linux Xserver Xfree86 on NT ?
Date: Wed, 05 May 1999 22:13:30 GMT

Arne B. Olsen <[EMAIL PROTECTED]> wrote in message news:7gq4dm$f20$[EMAIL PROTECTED]...
> It is not possible to get another window manager to run since MiX already
> have one built in!  You will find that information on MiX's homepage !

Guess what?  It is possible!  I've got KDE running
on my Linux box right now while connected to a
MiX server running on my NT box!  As I stated
earlier, " I do 'startkde'."!  Try it!

Here is what MicroImages actually says in their FAQ:
  Q: Can I use a window manager other than twm with MI/X?
  A: Yes, however twm is the window manager we support.
   We can't tell you how to configure other window managers,
   or even guarantee that they'll work.

--
--Larry Brasfield
Above opinions may be mine alone.
(Humans may reply at unundered [EMAIL PROTECTED] )




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

From: Thomas Zimmerman <[EMAIL PROTECTED]>
Subject: Re: Linuxconf  http access error??
Date: Wed, 05 May 1999 15:18:20 -0700
Reply-To: [EMAIL PROTECTED]

Les Hazelton wrote:
[snip]
> I am not aware of doing this.  I can see a file called
> /etc/conf.linuxconf which looks like the place to put such an entry, but
> no information on the sybtax of the entry or which stanza/section should
> receive it.
> 
> I have checked a major portion of the html in
> /usr/lib/linuxconf/help.eng...  looking for the answer and so far,
> nothing looks even close.  can you tell me where this is documented, Or
> the syntax of what I need to do?


You may want to run Linuxconf on the console first (a nicer interface
than that supplied by the web, IMHO). Add an ip number under the
Networking-->(misc?)-->Linuxconf Network Access option (your version of
Linuxconf will vary). If you have X-windows working then when running a
xterm, try Linuxconf there, and you should get a GUI interface for
administering you computer.

Joy,
Qubes

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

From: "David Travers" <[EMAIL PROTECTED]>
Crossposted-To: comp.mail.sendmail
Subject: ISDN Dial On Demand sendmail half working?
Date: Wed, 5 May 1999 23:27:28 +0100

I have managed to setup sendmail so that it only sends non-local emails at
preset times by issuing the sendmail -q command.

This works great, dials up the ISP at preset times and send and receives the
mail. However if there is no e-mail in the queue, sendmail doesn't dial the
ISP thus not receive possible incoming mail.

I have written a script which does the following to always force it open the
connection upon sendmail -q to check incoming mail by doing the following

    ping -c 5   mailserver |& sendmail -q

This pings the external email server, opening the connection as the IP
address is non-local, and upon connection any waiting mail is downloaded.

Is there any better way of doing this. Any tips would be most appreciated.





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

From: "Lee Sharp" <[EMAIL PROTECTED]>
Subject: Re: Linux on Compaq
Date: Wed, 5 May 1999 14:38:35 -0500

[EMAIL PROTECTED] wrote in message
<7go737$bpn$[EMAIL PROTECTED]>...
|In article <z_oW2.2669$2J5.558067@insync>,
|  "Lee Sharp" <[EMAIL PROTECTED]> wrote:

|>    That is what that little partition you deleted was for.  Go to
|> www.compaq.com, and download the f10 setup disks.  Boot them, and change
|> away your BIOS.  If you have a tlan nic, <the netflex> you will need to
|> "insmod tlan duplex=2" to bring up eth0, and then configure it.  This
will
|> have to be done with each reboot, so put it in the boot scripts.

|Yes ,
|but when i try insmod tlan duplex=2 on mine (RH 6.0)
|i have invalid argument
|i never never have netflex 3/P on Compaq 6000 5166 work fine :((

   I may have a typo in the duplex portion...  I seem to remember quotes
somewhere...  Anyway, try just "insmod tlan" and see if it works.  If so,
you can check how to make it full duplex later.  I have several Tlans
working on Deskpro 4000s, and ENs.

            Lee

--
SCSI is *NOT* magic. There are *fundamental technical reasons* why it is
necessary to sacrifice a young goat to your SCSI chain now and then. *
Black holes are where God divided by zero. - I am speaking as an individual,
not as a representative of any company, organization or other entity.  I am
solely responsible for my words.





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

From: "Jeremy L. Buchmann" <[EMAIL PROTECTED]>
Subject: Re: Direct Cable PPP connection between Linux and Win95
Date: 5 May 1999 19:51:58 GMT

Bono <[EMAIL PROTECTED]> wrote:
: I have been trying to connect my Win95 notebook and Linux box through direct
: serial cable called nullmodem.
: Getty connection was successful, so I could login linux from win95 box.
: However, pppd don't work.

This question has been asked many times in this newsgroup.  If you do a
DejaNews search, you will probably find hundreds of answers.  The short
answer is this:
You don't need a getty.  pppd knows how to do all that by itself.  Read
the pppd docs (look in /usr/doc/ somewhere) and read the pppd manpage.
You first start pppd by typing something along the line of 

"pppd /dev/ttyS1 38400 crtscts 192.168.1.1:192.168.1.2"

assuming that:
/dev/ttyS1 is the serial port you are using.
38400 is the speed you want to use.
You want to use rtscts hardware handshaking.
192.168.1.1 is the IP address of the Linux machine.
192.168.1.2 is the IP address of your Win95 laptop.

Then, run Win95's DUN, and you should have it.  The pppd man page has
examples of this sort of thing.  Read it.   

-- 
===================================================================
Jeremy Buchmann       "Those who trade freedom for safety deserve
[EMAIL PROTECTED]   neither freedom nor safety." -- Ben Franklin
===================================================================

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

From: FX <[EMAIL PROTECTED]>
Subject: Where can I find /usr/sbin/chat sources ?
Date: Wed, 05 May 1999 16:11:20 +0200

Hello,

I want to find /usr/sbin/chat working with pppd Daemon, to customize it
for a specific application !
First, is it allowed ? And then, where can I find the source code ?

Thanks

FX


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

From: misha <[EMAIL PROTECTED]>
Subject: Netscape: broken pipe
Date: Wed, 05 May 1999 18:14:01 +0000

Hi everyone!

I'm running Netscape 4.04 on Linux RedHat v.5.2. Each time as I try to
send an e-mail (through Netscape) with a relatively large attachment, I
receive a message : *broken pipe*. Attachment can be as small as 50kb to
trigger such a condition. Messages without attachments fare well.

Receiving messages however big is not a problem.


I would really appreciate help from those who knows the secret.


Mike




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

From: "Daniel Rehnstr�m" <[EMAIL PROTECTED]>
Subject: Probs with internet/lan conn. in rh6.0
Date: Thu, 6 May 1999 01:16:36 +0200

I just can�t get it to work...I�m trying to connect to internet through lan.
I�ve tried to read some faq�s and howto�s but they don�t descripe it very
well, mostly ppp...
My network card works just fine according to "ifconfig eth0", I�ve filled
out everything I can imagine in the network setup stuff in xwindows (i.e the
ip adress, dns, netmask, domain name, hostname and so on, the only thing I
didn�t know was the broadcast number...).
Are there any additional drivers I have to add? Btw I use redhat 6.0 and
chose the workstation install...
My network card= realtek 8019 pnp (disabled pnp)
ip#= 194.47.218.90
netmask=255.255.252.0
DNS=130.235.132.90
hostname=h55p113.delphi.afb.lu.se (Does it matter what it stands here??)
Domain name= lu.se (Does it matter what it stands here??)
Gateway=194.47.216.1

Any help is very, very appreciated ..



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

From: [EMAIL PROTECTED]
Subject: Re: dns reverse lookup
Date: Wed, 05 May 1999 20:23:10 GMT

In article <[EMAIL PROTECTED]>,
        [EMAIL PROTECTED] (Luca Filipozzi) writes:
> Put this at the top of resolv.conf
> order hosts bind
> 
> This tells your machine to look in /etc/hosts first, then to use dns.

Shouldn't this go in host.conf?  I have:

$ cat /etc/host.conf
order hosts, bind
multi on

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

From: "The Pike's" <[EMAIL PROTECTED]>
Subject: PPP - Please no ppp how-to's
Date: Wed, 5 May 1999 17:22:13 +1000

The question I am asking is probably the most common asked on the face of
the planet.  Does anyone have a txt file on setting up ppp?  The so-called
PPP-How To's are so useless I dont think that it was worth the hard drive
space.  I am in Red Hat and really want to know the answer of this.  I once
got a file that was very easy, it was a small, 20k txt file on it.  It
worked sweet, but then I had to reformat...  Please help, I know this is a
very common problem but I really want to knoow this answer to this.  If you
could please reply to this I will be very thankful.

Thanx

Dan.



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

From: AKK <[EMAIL PROTECTED]>
Crossposted-To: 
it.comp.linux.development,comp.os.linux.development.system,comp.os.linux.development.apps,comp.programming,comp.protocols.tcp-ip,comp.protocols.tcp-ip.domains,comp.unix.programmer,comp.unix.sco.programmer
Subject: Re: Get client machine's IP-address
Date: Wed, 05 May 1999 19:44:56 GMT



Iond Research Srl wrote:

> Hi, world
>
> Does anybody know how can I get in a stand-alone C/C++ program, running
> on a server machine
> but started during a telnet/rlogin session, the IP-address of the client
> machine that launched the
> telnet session ?
>
> Obviously the program doesn't anything know about the client machine.
>

In unix all logins are recorded in the /etc/utmp file. You could find out
the
format (man utmp) of the file and read the IP address of the client which
started current session(using current pty as the key)  from it or use
"system" system call to run a script which returns the IP address to an ENV
variable and read it into the C code

$who -R am i  | awk { print $6 } /who with some option depending on the
                                                  / implemetation should
return the IP of
                                                 /client that started the
current session

There should be a better way of doing it..any suggestions......


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

From: [EMAIL PROTECTED] (Luca Filipozzi)
Subject: Re: dns reverse lookup
Date: Wed, 5 May 1999 13:41:23 -0700

In article <7gq7br$[EMAIL PROTECTED]>, kite@NoSpam.%inetport.com says...
> Luca Filipozzi ([EMAIL PROTECTED]) wrote:
> : > my /etc/resolv.conf is:
> : > nameserver my.isp.dns.server # real numbers edited here
> : > 
> : > I noticed I have not the problem if I remove the resolv.conf file.
> : Put this at the top of resolv.conf
> : order hosts bind
> 
> : This tells your machine to look in /etc/hosts first, then to use dns.
> 
> Not unless things have really changed recently.  The /etc/host.conf file is
> where  "order hosts bind"  belongs.

You're absolutely correct. Sorry for the misleading post.
-- 
Luca Filipozzi <[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
******************************

Reply via email to