Linux-Networking Digest #961, Volume #11 Wed, 21 Jul 99 08:13:24 EDT
Contents:
netscape (Holczhammer Mark)
ppp0 and internet connection problems ("Onbekend")
ppp0 and eth0 ip address problem ([EMAIL PROTECTED])
missing modules during boot -- redhatppp & inittab (Max)
Re: Gateway to connect my home network to Internet doesn't work! (Kevin Martin)
Re: How to split a TCP connection ? (Alan.J.Thackray)
Interface eth0 is permanently down (RedHat6.0) (Achille Valisolalao)
Interface eth0 is permanently down (RedHat6.0) (Achille Valisolalao)
Re: DHCP for 2 addresses on the same ethernet card? ("Greg")
Re: Linux file server questions (Tobias Vancura)
nmbd won't run? ("G Walton")
PLIP with 2.2.10 kernel (Matthias Juchem)
Re: e-mail ("Cowles, Steve")
----------------------------------------------------------------------------
From: Holczhammer Mark <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc,comp.os.linux.x
Subject: netscape
Date: Wed, 21 Jul 1999 09:31:09 GMT
Huh,
I use netscape (4.5) under linux. When I click on a mailto-tag, netscape
close itself automatically. Why?
(It was funny when I downloaded 35M from an 42M file)
What is the solution?
- Don't click on it?
- Patch it?
- Change it to iexplorer? (sorry, dumb joke :-)
- What else?
thank U for assistance.
garfield (cats never eats pinguin)
================== Posted via SearchLinux ==================
http://www.searchlinux.com
------------------------------
From: "Onbekend" <[EMAIL PROTECTED]>
Subject: ppp0 and internet connection problems
Date: Wed, 21 Jul 1999 13:20:44 +0200
Can someone help me for the following problems?
1 GIVEN: Under X the program minicom works very good; but in a normal
textconsole the program minicom doesn't work:
# minicom //textconsole
minicom WARNING: configuration file not found, using defaults
DEVICE /dev/modem is locked
QUESTION: how can I unlock the device /dev/modem ? The symbolic link to the
device /dev/modem is of course OK. Ik have a dynalink V1433VQE modem.
2 # ifconfig ppp0 is in order (all values except MTU (=1500) �n Metric
(=1) are 0, but the de interface is not yet "up")
#ifconfig ppp0 up
SIOCSIFFLAGS: device not configured
QUESTION: how can I configure this ppp0 interface , knowing that this
device by netcfg (X)(cfr. http://users.skynet.be/jmi/netcfg is configured
and that the automatic made script /etc/sysconfig/network-scripts/chat-ppp0
seems to be completely OK)
3 GIVEN: if I "ACTIVATE" with netcfg (X) in the tabpage interfaces the
interface ppp0 , then after saving, each time she is automatic desactivated?
QUESTION: how can I KEEP the interface ppp0 ACTIVE ?
4 GIVEN: Netscape doesn't recognize my hosts (there is for instance not an
entry to home.netscape.com)
QUESTION: what am I suppose to do that Netscape should recognize my
hosts and that the server could localise home.netscape.com ?
5 GIVEN: telnet pop.skynet.be 110
QPOP (version 2.4b2) at foxbert starting
user ........
pass ..........
QUESTION: which is the "help"-commando that I can use for finding what are
the command's that the mailpakket QPOP (version 2.4b2) is using? Can I find
in the Internet a helpfile (http://......) for the mailpacket QPOP (version
2.4b2) that is describing that the commands?
I hope really that someone can help me:
"who helps someone, will be helped"
[EMAIL PROTECTED]
------------------------------
From: [EMAIL PROTECTED]
Subject: ppp0 and eth0 ip address problem
Date: Wed, 21 Jul 1999 10:24:04 GMT
when dialing in on a NT RAS Server I have the problem that the local
address it gives me for the ppp0 device is the eth0 address.I call in
on a nt RAS server.
This works according to /var/log/messages
Jul 20 12:13:53 mobajs1 pppd[746]: local IP address 194.171.168.107
Jul 20 12:13:53 mobajs1 pppd[746]: remote IP address 192.168.1.130
The strange thing is that ppp gives me the eth0 ip address as local.
When I call in from WINNT it does work, but I want to get rid of WINNT
I dial with pppd. I use pppd call sol0. Here is my sol0 script:
modem
crtscts
lock
asyncmap 0
defaultroute
/dev/ttyS3
38400
crtscts
ipcp-accept-remote
ipcp-accept-local
name <name>
remotename <remotename>
-detach
defaultroute
connect '/usr/sbin/chat -v ABORT "BUSY" ABORT "NO
ANWER" ""
ATDT<number>CONNECT'
ifconfig gives me
eth0 Link encap:Ethernet HWaddr 00:80:C7:24:05:6B
inet addr:194.171.168.107 Bcast:194.171.168.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
collisions:0 txqueuelen:100
Interrupt:3 Base address:0x300
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:3924 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
ppp0 Link encap:Point-to-Point Protocol
inet addr:194.171.168.107 P-t-P:192.168.1.130
Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
RX packets:11 errors:0 dropped:0 overruns:0 frame:0
TX packets:10 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:10
netstat -r gives me
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
192.168.1.130 * 255.255.255.255 UH 0 0 0 ppp0
mobajs1.solvisi * 255.255.255.255 UH 0 0 0 eth0
localhost * 255.255.255.255 UH 0 0 0 lo
194.171.168.0 * 255.255.255.0 U 0 0 0 eth0
default 192.168.1.130 0.0.0.0 UG 0 0 0 ppp0
ping 192.168.1.2 works (dialin server/win server/dns server)
ping 192.168.1.130 works
ping 192.168.1.1 does not work as also all other ip addresses in this
net.
this all is very weird to me. What's happening? shouldn't the ppp0-local
address be something else? It is when dialing in with NT.
Can somebody help me with this?
Andre
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
------------------------------
From: [EMAIL PROTECTED] (Max)
Subject: missing modules during boot -- redhatppp & inittab
Date: 21 Jul 1999 06:25:43 -0400
[ Article crossposted from comp.os.linux.misc ]
[ Author was Max ([EMAIL PROTECTED]) ]
[ Posted on 20 Jul 1999 23:39:48 -0400 ]
[ Article crossposted from linux.redhat.misc ]
[ Author was Max ([EMAIL PROTECTED]) ]
[ Posted on 20 Jul 1999 23:31:56 -0400 ]
Greetings all,
Recently, I've started getting error messages during my boot
process. They are:
Module redhatppp does not exist
Module inittab does not exist
I think they came about when I installed some later version of linuxconf
and then reinstalled the one from the Redhat5.2 CD.
Any help in fixing this problem would be greatly appreciated.
Thanks!
Max Pyziur
[EMAIL PROTECTED]
------------------------------
From: [EMAIL PROTECTED] (Kevin Martin)
Subject: Re: Gateway to connect my home network to Internet doesn't work!
Date: Wed, 21 Jul 1999 10:42:34 GMT
What Lew said. You see, Carlos, your "client" machine is sending out
packets that say "these packets should come back to 192.168.0.2" -- but
when they arrive anywhere outside your own LAN, the recipient says "Oh,
those are local, non-routable, do-not-put-onto-the-Internet packets." And
promptly drops them on the floor. Which is GOOD. You don't want your
local LAN trafffic running around the Internet. You did the right thing in
assigning your local LAN addresses the way you did.
IP Masquerade will translate those local addresses on the way out of
the machine that has an Internet connection, so when they arrive at the
remote site, they will have a return address that points back to your DSL
connection (I'm jealous! Want one!). That machine will in turn change the
address back to 192.168.0.2 and send it out the other NIC to the machine
they originally came from.
It's very important that you use only Internet addresses that have been
assigned to you; otherwise your traffic will get hopelessly lost (and
whoever owns the random address you picked out of a hat will come looking
for you with a baseball bat, if not a warrant.)
In article <3jbl3.326$[EMAIL PROTECTED]>, it says "Lew"
<[EMAIL PROTECTED]> wrote:
>Carlos-
>Since you are using Class C addresses (ie, not real registered IP addresses)
>then you need to enable IP masquerading in RH5.2. The best place to get the
>full scoop is in the IP Masquerading HOWTO. You will end up adding some
>ipfwadm rules in your rc.local (I created an rc.firewall script that is
>called by rc.local) that look something like this:
>
>echo "1" > /proc/sys/net/ipv4/ip_forward
>echo "1" > /proc/sys/net/ipv4/ip_dynaddr
>ipfwadm -M -s 7200 10 60
>ipfwadm -I -a accept -S 0/0 68 -D 0/0 67 -W eth1 -P udp
>ipfwadm -F -p deny
>ipfwadm -F -a m -S 192.168.0.0/24 -D 0.0.0.0/0
>
>You will also want to load some of the modules that allow typical client
>services from behind the firewall. These modules are loaded by modprobe
>*BEFORE* I enable the ip masquerading above (through ipfwadm) and precede
>the ipfwadm commands in the same script file mentioned above.
>
>/sbin/depmod -a
>/sbin/modprobe ip_masq_ftp
>/sbin/modprobe ip_masq_raudio
>/sbin/modprobe ip_masq_irc
>/sbin/modprobe ip_masq_cuseeme
>
> Good luck,
> *Lew*
>
>
>Carlos Moreno <[EMAIL PROTECTED]> wrote in message
>news:[EMAIL PROTECTED]...
>> Hi there,
>>
>> I have RedHat 5.2, and I'm trying to use it as a gateway to connect
>> my local home network (3 computers) directly to the Internet.
>>
>> I have a service provider that gives me ADSL using DHCP.
>>
>> Things doesn't seem to work, and I think I've narrowed it down
>> to a software/configuration problem. Here's what I have:
>>
>> My Linux machine has two identical network cards compatible
>> with the ne2k-pci device driver.
>>
>> For the first NIC (eth0), I configure it as "DHCP", and that is
>> the one that I connect to my service provider. That works fine
>> (in fact, right now I'm running Linux and I'm connected online
>> to Internet).
>>
>> For the second NIC, I configure it as "Specify IP address", and
>> I set its IP to 192.168.0.1 (supposedly an address reserved for
>> local networks use).
>>
>> Now, I installed Linux on a second machine, with another ne2k-pci
>> card. In that case, I configured the (only) NIC as "Specify IP
>> address", and set its IP address to 192.168.0.2; in addition to
>> that, I specified that the default gateway is 192.168.0.1 (that
>> is, the machine that is connected to my ISP).
>>
>> Now, if I sit on the main machine (the one connected to my ISP)
>> and do:
>>
>> ping 192.168.0.2
>>
>> The other machine responds. Also, if I sit in the other machine and
>> I ping 192.168.0.1, the main machine does respond. In fact, if I
>> sit in the second machine and ping the main machine using the
>> dynamically address given by my ISP, it still responds!
>>
>> From the main machine, if I ping any random machine on the Internet,
>> it responds (provided that I ping a machine that is alive and
>> responding :-)).
>>
>>
>> BUT THE PROBLEM IS:
>>
>> If I sit on the second machine and try to ping a machine that is
>> on the Internet, I get no response). The weirder thing is that when
>> I do that, I see the LEDs of my ADSL modem blinking -- it seems that
>> the main machine (the gateway) is actually forwarding the packets
>> through the other NIC (the one connected to my ISP), but it looks
>> like it it's corrupting the packages or something like that...
>>
>> Any ideas of what's wrong or missing?
>>
>> As I understand, Linux works automatically as a gateway, provided
>> that it has two NICs properly configured. I've checked the
>> configurations, and they seem fine, according to my limited
>> kwnowledge on networking stuff... I must be overlooking something.
>>
>> Thanks for any hints/info/pointers!!
>>
>>
>> Carlos
>> --
>> My correct e-mail address is moreno at mochima dot com
>
>
------------------------------
From: [EMAIL PROTECTED] (Alan.J.Thackray)
Subject: Re: How to split a TCP connection ?
Date: Wed, 21 Jul 1999 10:17:46 GMT
I didn't understand the question, so I guess some others
didn't either !
What do you mean by "splitting " a TCP connection ?
TCP is not a wire !
And what is a "network emulator" ? Do you mean hub ?
On Tue, 20 Jul 1999 17:45:32 +0100, Julien Godard
<[EMAIL PROTECTED]> wrote:
>Hi again ;-)
>
>I would like to split a TCP connection into two connections using linux.
>I have two PC-linux connected through a TCP connection via a network
>emulator. For test prupose, I want to have 2 TCP connections, one via 1
>Network emulator, 1 via another network emulator.
>Of course this is a proxy work, but someone know a software able to do
>that ? (open src, if possible...). Will I need three PC's ?
>
>Thank you
>julien
>--
>----------------------------------------------------
>Please CC your reply to my personal address :
> [EMAIL PROTECTED]
>----------------------------------------------------
------------------------------
From: Achille Valisolalao <[EMAIL PROTECTED]>
Subject: Interface eth0 is permanently down (RedHat6.0)
Date: Wed, 21 Jul 1999 12:42:39 +0000
Hello,
Interface eth0 cannot start on my machine which uses AMD 79C970 Ethernet
controller, because this controller is implemented on the same board as
the SCSI controller, so that the two devices share the same IRQ number.
Does someone know if there is a later release of the Linux kernel which
supports this paticularity and where I can find it ? The current version
of my RedHat 6.0 kernel is 2.2.5.
Than you very much,
Achille Valisolalao
------------------------------
From: Achille Valisolalao <[EMAIL PROTECTED]>
Subject: Interface eth0 is permanently down (RedHat6.0)
Date: Wed, 21 Jul 1999 12:59:00 +0200
Hello,
Interface eth0 cannot start on my machine which uses the AMD 79C970
Ethernet controller, because this controller is implemented on the same
board as the SCSI controller, so that the two devices always share the
same IRQ number.
Does someone know if there is a later release of the Linux kernel that
supports this particularity, and where can I find it ? The current
version of my RedHat6.0 kernel is 2.2.5.
Thank you very much.
Achille Valisolalao
------------------------------
From: "Greg" <[EMAIL PROTECTED]>
Crossposted-To: comp.security.firewalls
Subject: Re: DHCP for 2 addresses on the same ethernet card?
Date: Wed, 21 Jul 1999 07:05:29 -0400
Have you taken a look at the IP Aliasing How-to ?
Seems this ought to cover what you need to do.
Didn't see it mention so I thought I'd ask :)
Greg
Rudolf Potucek <[EMAIL PROTECTED]> wrote in message
news:7n1613$[EMAIL PROTECTED]...
>
>
> I admit I haven't done enough reading yet, but is it impossible to
> get the 2nd IP because the DHCP protocol uses hwaddr or is it just
> because the client won't do it?
>
> Rudolf
>
------------------------------
From: [EMAIL PROTECTED] (Tobias Vancura)
Subject: Re: Linux file server questions
Reply-To: tvancura at solid.phys.ethz.ch
Date: 21 Jul 1999 13:42:45 +0100
On Thu, 08 Jul 1999 18:58:09 GMT, KeyMaster <[EMAIL PROTECTED]> wrote:
>First off, we are engineering office using Autocad.
>
>Because we are expanding and the high cost of a NT file server, we
>are considering using a Linux file server. But we have some concerns.
>I was wondering if any1 had any comments/experience in this area.
We are running a Linux file server serving Macs, Windows
95/98 and of course Linux. We us Samba for the Windows part
and Netatalk for the Mac part.
Samba is relatively easy to configure, there is a nice tool
called SWAT that makes it possible to set it up via a
web browser interface. If you dont have any Linux/Unix
experience, it wont be a one day thing, but I guess thats
also true for NT.
Stability is as good as it can be with Linux, i.e., the
only reboots necessary are when I upgrade the kernel. We
have the server runnning for about half a year now.
Someone else mentioned that you might want to migrate
gradually from NT to Linux.
Give it a try, you will love it.
Good luck (though you wont need good luck wit hLinux,
itworks without it)
Tobias
>
>The first is OS crash recovery. Right now we are using 98 as our file
>server and it crashes every other day, BUT we have NEVER in the 4 years
>of using 9x as a file server had our server stay down because of a
>OS melt down. Its just a 5 minute reboot downtime for our users.
>Right now we are afraid of using a NT server and
>getting a blue screen of death and the file server would be down.
>There is no "safe mode" in NT. This has happened to a few NT
>workstations and it took a full workstation install again to get it
>going again. Anyways the boss is concerned about down time.
>I have no idea as to how the disaster recovery works on Linux.
>
>The second is domain controlled file / directory access. Does linux
>have any kind directory services? Even NT has your basic domain
>user groups and its easy to set a directory or file to whatever user/user
>group that you want. Once we installed a PDC and domain services on our
>98 server box, we could control domain rights. What does linux
>have in this regard? Will Linux respect a Microsoft PDC? Or do
>we need to run another machine as a Linux PDC? If so this would
>mean converting to a Linux proxie/mail server and domain controller.
>That would mean the experiment would be on two machines instead
>of just one.
>
>Last is a little feature that NT offers over 98 is the "who has the file open"
>feature. After many many "users running around the office saying
>who has the file open and every1 says not me", we want the ability to see/control
>what user is accessing what files. NT offers this, but what does Linux
>offer.
>
>I can't think of any other issues of using Linux instead of NT as a network
>file server. Is there any other issues that I should be concerned with? If
>these 3 issues are covered, I can't see why we should stay with microsoft?
>NT servers just don't seeM to make any sense dollar wise and stability wise.
>
>Any comments?
>
>Thankx for reading....
>
>
--
*********************************************************************
Tobias Vancura Email: tvancura at solid.phys.ethz.ch
------------------------------
From: "G Walton" <[EMAIL PROTECTED]>
Subject: nmbd won't run?
Date: Wed, 21 Jul 1999 13:12:37 +0200
I have set up a machine to run as a server using SuSE 6.1; the first time I
did it as an experiment everything ran fine. Now I have set up the final
machine - P233 with an 8Gb hard drive. Linux loaded fine, but I can not
get nmbd to run i.e. doesn't show up as running on SWAT or with PS X.
Anyone have any suggestions please?
Grant.
[EMAIL PROTECTED]
------------------------------
From: Matthias Juchem <[EMAIL PROTECTED]>
Subject: PLIP with 2.2.10 kernel
Date: Wed, 21 Jul 1999 13:15:43 +0200
Hi.
Has anyone tried to use the PLIP support of the 2.2.10 kernel? I tried
the module "version" and the "built-in" one, but I only get this 'devise
or resource busy' message.
Matt
------------------------------
From: "Cowles, Steve" <[EMAIL PROTECTED]>
Subject: Re: e-mail
Date: Wed, 21 Jul 1999 06:32:43 -0500
Lee,
By default, most distro's of linux disable sendmail from being what is
called an "open relay". This is a good thing, considering that >50% of all
email servers on the internet still allow relaying. This is how the spammers
of the world send their trash to your inbox. They simply use your email
server (as a relay) to send thier S@%T.
To fix the problem you described, you will need to edit one or more of the
following files to allow your clients and/or network address (i.e.
192.168.0.0/24) to "relay" email off of your server. I'm going from memory
on RH5.2, but most of the files in /etc/mail directory have some comments
within describing their purpose in life.
/etc/mail/access (RH6.0)
/etc/mail/ip_allow (RH5.2)
/etc/mail/name_allow (RH5.2)
This should get you headed in the right direction
Steve Cowles
Lee <[EMAIL PROTECTED]> wrote in message
news:7n379n$2i0$[EMAIL PROTECTED]...
> Question I've got my linux box setup as the mail/dns/web server all works
> but the mail..users can recieve email fine. How ever when they try to
send
> mail they get the following message using outlook express
>
> the message could not be sent because one of the recipients was rejected
by
> the server. The rejected email address was '[EMAIL PROTECTED]'. Subject
> 'subject', Account: 'usersaccount', Server: 'mail.domain.com',Protocal:
> SMTP, Server Response: '550 <[EMAIL PROTECTED]>... Relaying denied',Port:
25,
> Secure(SSL): No, Server Error: 550, Error Number: 0x800CCC79
>
> Ok say relaying was denied but how to fix it so its not denied??
>
> Thanks
>
> Burton
>
>
------------------------------
** 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
******************************