Linux-Networking Digest #376, Volume #10 Thu, 4 Mar 99 06:13:44 EST
Contents:
Re: /dev/ttyS1, /dev/cua1 and linux-2.2.2 (Villy Kruse)
Re: pppd not 8-bit clean Please help! ([EMAIL PROTECTED])
setting the date (Tony Pyszk)
HELP!!! ("Ju")
Re: IIS 4 behind Linux Firewall? (Derek Ealy)
Re: Linux firewall software recommendation. ([EMAIL PROTECTED])
Re: Ethernet Problems (Paul Lambert)
^^^ Strange Sendmail Problem ^^^ ("Alvin")
Hylafax ???????????? ("Marcel Lorenz")
Re: ICQ + firewall (2) (Ralf Dieterle)
Re: ifconfig eth0:1 problem (Klaus Sachsenhauser)
Re: Slow Win95 client Logins with Samba 2.0.2 as PDC in small office LAN
([EMAIL PROTECTED])
Re: Are you new to Linux? Thne read this (Enkidu)
winmodem code cracked? ("Rene Leeuwen")
----------------------------------------------------------------------------
From: [EMAIL PROTECTED] (Villy Kruse)
Subject: Re: /dev/ttyS1, /dev/cua1 and linux-2.2.2
Date: 4 Mar 1999 10:27:40 +0100
In article <[EMAIL PROTECTED]>,
I.R. <[EMAIL PROTECTED]> wrote:
>
>Hello,
>
>
>I'd like to know if there's a FAQ/docu available that can help me configure
>my /dev/ttyS1 for the use with chat and pppd.
>
>I am currently using an "upgraded" RedHat4.2 with linux-2.2.2 kernel.
>Surprisingly /dev/cua1 is no longer supported (results in some "Network down"
>message, when you try it anyway).
>
>One symptom is that, e.g. 'stty ispeed 115200 < /dev/ttyS1' or
>'chat "" ATZ OK ATDT$NUMBER ... < /dev/ttyS1 > /dev/ttyS1' won't return.
Some of these utilities might not work for ttySx devices, but current
versions does. Try an upgraded chat utility. Probably should upgrade
everything to RH5.2 level, as the current chat also requires glibc,
which requires an upgraded ......
The stty command won't return until carrier is present from the modem,
and that is the expected behaviour from most unix versions as well.
Villy
------------------------------
From: [EMAIL PROTECTED]
Subject: Re: pppd not 8-bit clean Please help!
Date: Wed, 03 Mar 1999 20:05:44 GMT
Thanks, I will look into your suggestions. I'm running RH 5.1, ppp
was installed, , some addition info, is that there's a timeout, before
the error occurs
The /var/log/messages has the following in it:
11:10:09 lingate pppd[368]: Connect: ppp0 <--> /dev/ttyS2
11:10:39 lingate pppd[368]: LCP: timeout sending Config-Requests
11:10:39 lingate pppd[368]: Connection terminated.
11:10:39 lingate pppd[368]: Receive serial link is not 8-bit clean:
11:10:39 lingate pppd[368]: Problem: all had bit 7 set to 0
11:10:39 lingate pppd[368]: Hangup (SIGHUP)
11:10:39 lingate pppd[368]: Exit
I bet this will tell you exactly what is wrong. As for me it tells me
nothing. I know just enough to be dangerous, but I'm trying to remedy
that.
------------------------------
From: Tony Pyszk <[EMAIL PROTECTED]>
Subject: setting the date
Date: Wed, 03 Mar 1999 15:12:33 -0500
Reply-To: [EMAIL PROTECTED]
I have a mixed environment with a Linux mail
server, Sun and SGI workstations.
I'm setting the date on my Linux e-mail
server with xntp.
I want to be able to set the time on all of
my workstations from the Linux mail server.
Any suggestions???
[EMAIL PROTECTED]
------------------------------
From: "Ju" <[EMAIL PROTECTED]>
Subject: HELP!!!
Date: Thu, 4 Mar 1999 02:08:29 -0700
a newbie who messed things up. i had RH5 installed and working but had to
tinker.
well, on trying to re-install it, while configuring a local printer i get
this error that says can't run /bin/insmod.
install contiues until setting up LILO. i get the same error. LILO doesn't
get installed.
whaaaaa!?!?!?!
lots of thanks
jullian
------------------------------
From: Derek Ealy <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Subject: Re: IIS 4 behind Linux Firewall?
Date: Thu, 04 Mar 1999 00:07:41 -0800
==============76585A7D1F0A052A565DCBC1
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
Klaus,
I've installed the virtual server, and have not been able to get it to work. I
see no error messages, but I cannot reach my IIS box inside the firewall. I
used the following command for port forwarding:
ippfvsadm -A -t 24.130.79.29:80 -R 192.168.1.1:80
When I hit my website at 25.130.70.29 nothing happens unless I have httpd
running on my linux box, which is what I don't really want to do. I'm using
RH Linux 5.1 with the 2.0.36 kernel. So far nothing that I've tried as
successfully routed my http requests to my internal IIS 4 box. I've tried the
following:
rinetd, ipautofw, ipportfw, and now the Virtual Server program. Does anyone
have any thoughts about how I should go about systematically testing to see
where the failure lies. As you can see I'm pretty new at setting up web
servers and routing http packets.
Thanks in advance, Derek
Klaus Sachsenhauser wrote:
> Hi Derek!
>
> We also use IIS4 behind a linux gateway. We forward our http - traffic
> via a port - forwarder that can also do loadbalancing. You could get it
> under http://proxy.iinchina.net/~wensong/ippfvs
> Set the linux box as default gateway for the NT servers and it works.
>
> There are also other ways to forward requests (but I didn�t try them)
> The loadbalancing code I mentioned above is based on the portforwarder
> by Steve Clarke.
> You can get a overview under
> http://www.monmouth.demon.co.uk/ipsubs/portforwarding.html
>
> If you use Kernel 2.2.x there is also a module doing the port
> forwarding, but it is still declared as
> experimental. When you select IP Masquerading special modules support in
> the Kernel configuration menue you can select a mudule called ipportfw.
> Then you need a tool called ipmasqadm, which is available under
> http://juanjox.linuxhq.com/ . There is a little Readme under
> ftp://ftp.compsoc.net/users/steve/ipportfw/linux21/ip_masq-v0.20.README.txt
>
> As I told you, we only code we use is the loadbalancer mentioned first.
> I only heard of the other possibilities and read a few things about it.
>
> Hope this helps
>
> I�m sure there are also other ways to forward traffic (Maybe the proxy
> squid ??), maybe someone else has suggestions ?
>
> Klaus
>
> Derek Ealy wrote:
>
> > Hi,
> >
> > I've decided to bring my website to our own servers (our webhosting
> > ISP is doing a crappy job). I'd like to host our site under IIS 4, but
> > our NT Server is behind a firewall on RH Linux 5.1. All the machines
> > on our internal network use 192.168.*.* for their IP addrs. I'm using
> > the firewall and IP Masquerading that comes with Linux. The problem is
> > that I haven't been able to figure out how to have the http traffic
> > forwarded to our NT Server. Is their a way to do this or am I going to
> > have to make everything run under Apache on the Linux gateway box?
> >
> > Derek
> >
> > --
> > Please remove the anti-spam (nospam) device from my reply address.
> > My actual email address is [EMAIL PROTECTED]
> >
> > Need consultants for Win32 C++ VB Java DCOM and Unix development? Check
> > us out at http://www.grandprixsw.com
> >
> >
--
Please remove the anti-spam (nospam) device from my reply address.
My actual email address is [EMAIL PROTECTED]
Need consultants for Win32 C++ VB Java DCOM and Unix development? Check
us out at http://www.grandprixsw.com
==============76585A7D1F0A052A565DCBC1
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Klaus,
<p>I've installed the virtual server, and have not been able to get it
to work. I see no error messages, but I cannot reach my IIS box inside
the firewall. I used the following command for port forwarding:
<p>ippfvsadm -A -t 24.130.79.29:80 -R 192.168.1.1:80
<p>When I hit my website at 25.130.70.29 nothing happens unless I have
httpd running on my linux box, which is what I don't really want to do.
I'm using RH Linux 5.1 with the 2.0.36 kernel. So far nothing that
I've tried as successfully routed my http requests to my internal IIS 4
box. I've tried the following:
<p>rinetd, ipautofw, ipportfw, and now the Virtual Server program. Does
anyone have any thoughts about how I should go about systematically testing
to see where the failure lies. As you can see I'm pretty new at setting
up web servers and routing http packets.
<p>Thanks in advance, Derek
<p>Klaus Sachsenhauser wrote:
<blockquote TYPE=CITE>Hi Derek!
<p>We also use IIS4 behind a linux gateway. We forward our http - traffic
<br>via a port - forwarder that can also do loadbalancing. You could get
it
<br>under <a
href="http://proxy.iinchina.net/~wensong/ippfvs">http://proxy.iinchina.net/~wensong/ippfvs</a>
<br>Set the linux box as default gateway for the NT servers and it works.
<p>There are also other ways to forward requests (but I didn´t try
them)
<br>The loadbalancing code I mentioned above is based on the portforwarder
<br>by Steve Clarke.
<br>You can get a overview under
<br><a
href="http://www.monmouth.demon.co.uk/ipsubs/portforwarding.html">http://www.monmouth.demon.co.uk/ipsubs/portforwarding.html</a>
<p>If you use Kernel 2.2.x there is also a module doing the port
<br>forwarding, but it is still declared as
<br>experimental. When you select IP Masquerading special modules support
in
<br>the Kernel configuration menue you can select a mudule called
ipportfw.
<br>Then you need a tool called ipmasqadm, which is available under
<br><a href="http://juanjox.linuxhq.com/">http://juanjox.linuxhq.com/</a>
. There is a little Readme under
<br><a
href="ftp://ftp.compsoc.net/users/steve/ipportfw/linux21/ip_masq-v0.20.README.txt">ftp://ftp.compsoc.net/users/steve/ipportfw/linux21/ip_masq-v0.20.README.txt</a>
<p>As I told you, we only code we use is the loadbalancer mentioned first.
<br>I only heard of the other possibilities and read a few things about
it.
<p>Hope this helps
<p>I´m sure there are also other ways to forward traffic (Maybe the
proxy
<br>squid ??), maybe someone else has suggestions ?
<p>Klaus
<p>Derek Ealy wrote:
<p>> Hi,
<br>>
<br>> I've decided to bring my website to our own servers (our webhosting
<br>> ISP is doing a crappy job). I'd like to host our site under IIS 4,
but
<br>> our NT Server is behind a firewall on RH Linux 5.1. All the machines
<br>> on our internal network use 192.168.*.* for their IP addrs. I'm using
<br>> the firewall and IP Masquerading that comes with Linux. The problem
is
<br>> that I haven't been able to figure out how to have the http traffic
<br>> forwarded to our NT Server. Is their a way to do this or am I going
to
<br>> have to make everything run under Apache on the Linux gateway box?
<br>>
<br>> Derek
<br>>
<br>> --
<br>> Please remove the anti-spam (nospam) device from my reply address.
<br>> My actual email address is [EMAIL PROTECTED]
<br>>
<br>> Need consultants for Win32 C++ VB Java DCOM and Unix development?
Check
<br>> us out at <a href="http://www.grandprixsw.com">http://www.grandprixsw.com</a>
<br>>
<br>></blockquote>
<pre>--
Please remove the anti-spam (nospam) device from my reply address.
My actual email address is [EMAIL PROTECTED]
Need consultants for Win32 C++ VB Java DCOM and Unix development? Check
us out at <A HREF="http://www.grandprixsw.com">http://www.grandprixsw.com</A></pre>
</html>
==============76585A7D1F0A052A565DCBC1==
------------------------------
From: [EMAIL PROTECTED]
Subject: Re: Linux firewall software recommendation.
Date: Wed, 03 Mar 1999 19:11:03 GMT
On Tue, 2 Mar 1999 15:15:09 +1100, "Glenn Mathison"
<[EMAIL PROTECTED]> wrote:
>Hi,
>
>I am setting up a linux server that I want to put a firewall onto. Could
>anyone please suggest a good firewall package that I could use?
>
>Thanks in advance...
>
>Glenn
>
>
ya..the built in firewall works pretty good
just select firewalling in the make menuconfig(or xconfig)
then use ipfwadm to configure it.
------------------------------
From: Paul Lambert <[EMAIL PROTECTED]>
Subject: Re: Ethernet Problems
Date: Thu, 4 Mar 1999 09:54:10 +0000
Reply-To: [EMAIL PROTECTED]
I was expecting a fast result. I have heard great things about linux newsgroups.
At least when I post to a Microsoft newsgroup I get a timely helpfull response.
I don't see how the linux community can even pretend to challenge Microsoft when they
aren't even willing to make suggestions to their fellow linux users. Microsoft (who
aren't renowned for their tech support) are generally more helpful.
Any suggestions on my original posting?
TIA,
Paul.
Previously, Paul Lambert wrote in comp.os.linux.networking:
> Previously, Erik Hensema wrote in comp.os.linux.networking:
> > Paul Lambert wrote:
> > >Hi,
> > >
> > > I am relatively new to linux, but have configured a couple of machines in
> > > the past.
> > > We have a RedHat 5.1 installation, and in the past I have used it with
> > > success. However, I now have a new PC. It is a PII 350, with a bx(100mhz)
> > > chipset. For some reason, I am now unable to use any ethernet controller. PCI
> > > ethernet controllers (Dlink with a 21140 - tulip and a 3com905) are detected
> > > but unfortunately, once I have installed the OS, they just don't work. I have
> > > also tried an ISA NE200 (non plug and prey) with no success (however I am not
> > > sure about the integrity of the card:-( )
> >
> > What steps did you take to make the card work? Remember that Linux isn't Plug
> > and Play at all. You must load drivers, assign IP's etc.
>
> I know linux isn't plug and play but it should be able to detect (and does in the
>installation procedure) a PCI tulip(DLink DFE500-TX) card. I know the 3com card wont
>work because it is a 905B.
>
> I followed the on screen instructions (as I have before) and the system is failing
>to network. I have used a valid IP address, netmask etc. but I cannot get the system
>to network.
>
> I have also tried changing the card and altering the /etc/conf.modules file
>appropriately.
>
> Are there any diagnostic utilities on the system the might tell me what is going on
>(I will check /tmp/syslog)
>
> I am confused!
>
> Any more ideas?
> Paul.
>
> >
> > --
> > Erik Hensema ([EMAIL PROTECTED])
> >
> >
>
>
------------------------------
From: "Alvin" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: ^^^ Strange Sendmail Problem ^^^
Date: Thu, 4 Mar 1999 17:59:25 +0800
Hi,
I've been trying to setup sendmail for local and internet mailing. I have a
dialup account with an ISP.
So far, I've managed to get internal mails working and sending out internet
mails to my ISP for re-routing.
My problem is the receiver of my internet mail can't reply to me as the
reply address is my Linux Server.
How do I configure sendmail such that mails going out to the Internet have
reply headers of my internet account??
Thanks in advance for your help.
------------------------------
From: "Marcel Lorenz" <[EMAIL PROTECTED]>
Subject: Hylafax ????????????
Date: Mon, 1 Mar 1999 00:11:25 +0100
Hi !!!
I installed Hylafax-Server and Susefax under SuSE 5.3.
The Problem :
If I want to login to the hylafax-server or want to send a fax Iget the
message: login incorrect. Where is the problem ???
Who can help me ???
Marcel
[EMAIL PROTECTED]
------------------------------
From: Ralf Dieterle <[EMAIL PROTECTED]>
Subject: Re: ICQ + firewall (2)
Date: Wed, 03 Mar 1999 21:32:29 +0100
Reply-To: [EMAIL PROTECTED]
Hi,
http://users.nais.com/~nevo/masq/chat.html#icq
---
ICQ
Submitted by: many many people.
ipautofw -A -r tcp AAAA BBBB -h www.xxx.yyy.zzz
I have taken some discretion here as we've gotten lots of
different solutions to this program. I will summarize
what I have seen as the best method. I would like to thank
everyone who was contributed in getting this working
properly. --Lee
First you will need to run the previous ipautofw command for
each computer that will be running ICQ. You want
AAAA and BBBB to be at least 11 ports apart. That is the
minimum that ICQ will accept without complaining.
Try to seperate the port ranges so the problems with ipautofw
aren't noticed so badly (i.e. 2000-2010). You
want to change www.xxx.yyy.zzz to the ip of the machine running
ICQ.
Then disconnect from the ICQ network. Go into the Preferences
folder/Connections tab and select "Permanent
LAN" and "I'm behind a proxy server/firewall." Then click on
"Firewall Settings" and set ICQ to use the range of
tcp ports from AAAA to BBBB not the default automatic selection
of ports. Finally, reconnect to the ICQ
network to apply the new settings.
Brian Manning has suggested adding a forward for port 4000 to
allow the client machines to go through the
registration process
----
Here you can find all the infos you need. I used the settings described
above and all worked fine.
Haaino Beljaars wrote:
>
> Hi,
>
> First of all thank you for your great respons to my previous question
> about ICQ. I have got it almost running, I thing.
>
> I am currently trying to solve my problem. I have a RH 5.2 machine
> configured as a router to my NT machine which is running ICQ. Now I try
> to get ICQ working.
>
> My commands are:
>
> ICQ_PORTS="2000:4000"
>
> # ICQ
> # ---------------
>
> ipfwadm -I -a accept -P udp -k -W $EXTERNAL_INTERFACE \
> -S $ANYWHERE 22 -D $IPADDR $ICQ_PORTS
>
> What do I do wrong?
>
> ps. please also post an answer to me personally.
>
> Haaino Beljaars
--
Bye
Ralf
===============================================
If at first you don't succeed, redefine success
===============================================
------------------------------
From: Klaus Sachsenhauser <[EMAIL PROTECTED]>
Subject: Re: ifconfig eth0:1 problem
Date: Thu, 04 Mar 1999 11:00:35 +0100
Hi
If your kernel can do IP - Alias, then try:
ifconfig eth0:1 12.168.3.12 broadcast 192.168.3.255 netmask 255.255.255.0 up
route add -host 192.168.3.12 eth0:1
Klaus
[EMAIL PROTECTED] wrote:
> Dear all,
> I have to problem to setup the second interface on the same NIC, I try the
> following command to add the second interface but I can't even do a ping that
> IP address.
>
> ifconfig eth0:1 inet 192.168.3.12 broadcase 192.168.3.255 netmask
> 255.255.255.0
>
> thanks in advance
> Ivan
>
> -----------== Posted via Deja News, The Discussion Network ==----------
> http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
------------------------------
From: [EMAIL PROTECTED]
Subject: Re: Slow Win95 client Logins with Samba 2.0.2 as PDC in small office LAN
Date: Thu, 04 Mar 1999 10:00:15 GMT
Hello Joel.
If you suspect the NTWS then you may want to run a packet decoder during the
login process and see where the delays are occuring. Since you're using NBT
(Netbios over TCP/IP) then a tool like tcpdump on Linux would be able to
capture the traffic.
daniel
In article <7bhsd9$gbe$[EMAIL PROTECTED]>,
Joel Mansford <[EMAIL PROTECTED]> wrote:
> I have setup a Samba server running on Redhat 5.2 in an attempt to get it
> running as a Primary Domain controller on the eight station network.
> Before I add the NT machines to the domain, I tried adding three of the
> Win95 machines, problem is:
> When the machines are set to authenticate with Domain, they take around 2-
> 3 mins to login, and I can't tell why, the server has loads of idle CPU,
> and the network is calm so it's not a profile transfer bottleneck, ideas?
> Could it be the NT4 Workstation machines on the net?
>
> Thanks
>
> Joel
>
> ------------------ Posted via SearchLinux ------------------
> http://www.searchlinux.com
>
============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
------------------------------
From: Enkidu <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup,comp.os.linux.hardware,alt.os.linux
Subject: Re: Are you new to Linux? Thne read this
Date: Thu, 04 Mar 1999 23:12:51 +1300
Reply-To: [EMAIL PROTECTED]
Allen wrote:
>
> ...and I really need something in hard copy, so I can read it when
> I CAN'T get the system to do what I want it to do, like get out of
> vi, or change my rez in X, how to shut down properly, etc... I
> literally rebooted and re-installed 3 times this weekend, because
> of little things like not knowing how to escape out of vi or some
> man page I'd gone to, and for once, I;d really like to have hard
> copy docs that were up too date, so I could read them even when the
> system is down.
>
Hmm, you are aware of alternate consoles, aren't you?
When you hit a snag, try hitting alt-f2 or alt-f3 and login again
at another console.
Cliff
------------------------------
From: "Rene Leeuwen" <[EMAIL PROTECTED]>
Crossposted-To: alt.os.linux
Subject: winmodem code cracked?
Date: Thu, 4 Mar 1999 11:09:38 +0100
I am so unfortunate to have an e-tech pci56rvp modem, built-in in my
computer and can,t get the bloody thing going under linux (Redhat 5.2,
kernel 2.2.1, ppp-2.3.5). I read that this is a so-called win-modem that
runs only on MS-specific software. Has anyone been succesfull in cracking
the drivercode yet, is this to be expected in the near future or will I
forever be stuck to windows for my internet connections?
Has anyone got an answer?
Thanks, Rene van Leeuwen, NL
------------------------------
** 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
******************************