Linux-Networking Digest #45, Volume #10 Fri, 29 Jan 99 15:13:52 EST
Contents:
Re: AOL with IP masq (Lonny Schwartz)
Re: problem with ppp not connecting (Clifford Kite)
Re: ppp interface not being deleted! (Clifford Kite)
Re: PAP problem Please Help!! (Clifford Kite)
Re: knfsd stable (compared to nfs-server-2.2beta40) ? (Duncan Simpson)
ppp hangs too soon (Francesc Guasch)
Re: How do I get my IP addresses in multiple NIC conf. (Vladimir Peric)
Re: 3c905tx 10/100 Redhat 5.2 ("Terry Fielder")
Re: Pipeline 75/NAT/dynamic ip (jmcknight)
Kernel via tftp (Dan Ellis)
Re: Linux better than NT 4.0 for file and print? (Jeff Fox)
Re: connecting to Netware ([EMAIL PROTECTED])
Re: problem with ppp not connecting (Clifford Kite)
how do you out dial on a modem from the server prompt (Daddy Rabbit)
Http loadbalancing for linux ("Jeff Ellis")
Re: Samba and file permissions... (Steeve)
Printing problem ! ("greg")
Re: TCP/IP connectivity for NT and Linux ("phantom")
Re: realaudio heavy CPU loading (Eric Potter)
Problem with rsh not running login scripts (Ken Corbin)
Re: Track down ping problems with 2 linux machine network. (James Youngman)
Re: Masquerading and battle.net/Diablo (Don O'Connell)
Re: help with script to temporarily reconfig net (jamie)
Re: Which 'flavor' of Linux best for a M$ Separatist ([EMAIL PROTECTED])
Re: rpc errors and kernel 2.2.1 (Darrell Tangman)
----------------------------------------------------------------------------
From: [EMAIL PROTECTED] (Lonny Schwartz)
Subject: Re: AOL with IP masq
Date: Fri, 29 Jan 1999 16:03:35 GMT
I've run AOL with IPMasq on my linux box with no problems. Just set
AOL to use TCP/IP and your all set.
[EMAIL PROTECTED]
On Tue, 19 Jan 1999 17:26:14 -0500, Josh Rusko <[EMAIL PROTECTED]>
wrote:
>I will soon be setting up a network at work, and everyone will be
>sharing an internet connection, most likely either ISDN or cable with a
>Linux box masquerading for a gateway. Some people there use (ughh...)
>AOL in addition to your standard netscape and M$ Outlook and whatnot.
>Are there any special masquerading rules I must set to allow AOL to
>connect through masquerade? I ask this because at home I have 2
>computers sharing a connection through a windoze PC running wingate, and
>AOL didn't work until I got a licensed version. The unlicensed version
>allows the computer it's running on, along with one other computer to
>share a connection. I'm assuming that AOL opens a socket on the client
>computer, making wingate think there's 3 computers sharing and it won't
>let it through. If so, I thought maybe I'd need some weird settings for
>masquerading too. If anyone has set up AOL behind an IP masquerade,
>please let me know if you had to do anything special.
>thank you
>
------------------------------
From: [EMAIL PROTECTED] (Clifford Kite)
Subject: Re: problem with ppp not connecting
Date: 29 Jan 1999 09:30:31 -0600
William Parr ([EMAIL PROTECTED]) wrote:
: I'm having trouble trying to connect to my ISP using the PPP protocol
: using RedHat v5.1
: I'm trying to connect with the following script
: #!/bin/sh
: pppd debug /dev/cua0 connect 'chat -t 20 -v "" atdt0570889001 "CONNECT"'
..
: my options file looks like this (* used; but really contains my account
: name)
: 115200
: name Internet.****.****
: noauth
: defaultroute
: noipdefault
: my pap-secrets file looks like this (* used; but really contains my
: account name and password)
: # Secrets for authentication using PAP
: # client server secret IP addresses
: "Internet.****.****" * "****"
: the /var/log/messages file looks like this
: Jan 22 19:24:36 localhost kernel: PPP: version 2.2.0 (dynamic channel
: allocation)
: Jan 22 19:24:36 localhost kernel: PPP line discipline registered.
: Jan 22 19:24:36 localhost kernel: registered device ppp0
: Jan 22 19:24:37 localhost pppd[369]: pppd 2.3.3 started by root, uid 0
: Jan 22 19:24:38 localhost chat[370]: send (atdt0570889001^M)
: Jan 22 19:24:38 localhost chat[370]: expect (CONNECT)
: Jan 22 19:24:56 localhost chat[370]: atdt0570889001^M^M
: Jan 22 19:24:56 localhost pppd[369]: Serial connection established.
: Jan 22 19:24:56 localhost chat[370]: CONNECT
: Jan 22 19:24:56 localhost chat[370]: -- got it
: Jan 22 19:24:57 localhost pppd[369]: Using interface ppp0
: Jan 22 19:24:57 localhost pppd[369]: Connect: ppp0 <--> /dev/cua0
: Jan 22 19:25:04 localhost pppd[369]: Hangup (SIGHUP)
Look in /var/log/debug for the ppp negotiation messages for more
information. Put
*.=debug /var/log/debug
in /etc/syslog.conf if this file doesn't exist. "man syslog.conf" explains.
It might be that because of the "."'s you need quotes with the
pppd option name, i.e.,
name "Internet.****.****" * "****"
but at this point it could be a lot of other things.
--
Clifford Kite <[EMAIL PROTECTED]> Not a guru. (tm)
/* Better is the enemy of good enough. */
------------------------------
From: [EMAIL PROTECTED] (Clifford Kite)
Crossposted-To: comp.os.linux
Subject: Re: ppp interface not being deleted!
Date: 29 Jan 1999 09:47:30 -0600
Chris Eng ([EMAIL PROTECTED]) wrote:
: after upgrading from the 2.0.35 kernel to 2.2.0, when
: i run '/sbin/ppp/ppp-off', the ppp0 interface is still
: listed if i run 'ifconfig -a'. i have a bunch of
: scripts that use the output of 'ifconfig -a' to
: determine whether i am online or not, and this is
: messing those scripts up. before updating the kernel
: the ppp0 interface would ONLY be present if the modem
: was connected to the ISP.
Strange, it happens for me too with 2.0.35 and a new ifconfig for use
with 2.1.131 . You can revert to an older ifconfig though, or drop
the -a . Works for me.
: does anybody have any ideas why this might be
: happening?
Nope.
--
Clifford Kite <[EMAIL PROTECTED]> Not a guru. (tm)
/* I gave up on politics when no matter who I voted for, I regretted it.
* -- Pepper...and Salt, WSJ */
------------------------------
From: [EMAIL PROTECTED] (Clifford Kite)
Subject: Re: PAP problem Please Help!!
Date: 29 Jan 1999 09:11:33 -0600
Partha Sri ([EMAIL PROTECTED]) wrote:
: After the IRQ change, there is some progress though. I am able to get a connect
: using minicom. pppd still dies the same way.. but with minicom after the connect,
: all the characters i get are garbled up and illegible. Does this mean a I/O port
: conflict. I am currently using 0x2e8. How do I find out the right I/O port to use
: besides the BIOS setup??
If it died the same way then it's very likely something is wrong with
the chat script. If minicom works, then you have the right port - in fact
to dial out even with the wrong IRQ you have to have the right port.
--
Clifford Kite <[EMAIL PROTECTED]> Not a guru. (tm)
/* I gave up on politics when no matter who I voted for, I regretted it.
* -- Pepper...and Salt, WSJ */
------------------------------
From: [EMAIL PROTECTED] (Duncan Simpson)
Subject: Re: knfsd stable (compared to nfs-server-2.2beta40) ?
Date: 28 Jan 1999 21:59:51 GMT
In <[EMAIL PROTECTED]> Ulrich Leodolter
<[EMAIL PROTECTED]> writes:
>anyone running a linux-2.2.0 (or 2.1.xxx) knfsd nfs server ?
>is knfsd it stable enough for up 10 linux nfsroot clients ?
>any expiriences ?
You pay your money and place your bet IMHO. If it ain't broke do not
fix it at the moment. I have been experiencing some user space NFS
server stability problems and a weird kernel bug (we have no idea how
to trigger either problem unfortunately). Out bets are that moving to
2.2.0 and knfsd is likely to solve the stability problems but we will
retain a backup option.
I guess with both options YMMV.
Duncan (-:
--
Duncan (-:
------------------------------
From: Francesc Guasch <[EMAIL PROTECTED]>
Subject: ppp hangs too soon
Date: Fri, 29 Jan 1999 14:47:30 +0100
I have set a ppp connection. My problem is that
most of the times, that connection hangs in 3 or 4 minutes.
I tried to add and remove idle option in pppd.
No I installed diald. It works fine but does the
same, the connection uses to last few minutes.
I modified the /usr/lib/diald/ configuration file
so it keeps the connection for 20 minutes but it
does the same. Of course I kill and restart the
diald daemon when I modify configuration.
I tried different modems and serial ports.
How can I debug my problem ?
--
mailto:[EMAIL PROTECTED] http://www.etsetb.upc.es/~frankie
^-^.-----,
o o _ ) Errors, like straws, upon the surface flow;
Y (_, (__(Ssss He who would search for pearls must dive below.
------------------------------
From: Vladimir Peric <[EMAIL PROTECTED]>
Crossposted-To: comp.lang.tcl,comp.lang.c
Subject: Re: How do I get my IP addresses in multiple NIC conf.
Date: Fri, 29 Jan 1999 15:25:08 +0100
Reply-To: [EMAIL PROTECTED]
Lawrence Kirby wrote:
> In article <[EMAIL PROTECTED]>
> [EMAIL PROTECTED] "Vladimir Peric" writes:
>
> >Hi,
> >is there any machine and OS independent way to get IP addresses in
> >multiple NIC configuration without using host names ?
>
> There's machine and OS independent way to get *any* hardware related
> information (except perhaps the system time).
>
Thanks.
Please, can you say, what is the way to get IP addresses portable to all OS and
hardware ?
------------------------------
From: "Terry Fielder" <[EMAIL PROTECTED]>
Subject: Re: 3c905tx 10/100 Redhat 5.2
Date: Fri, 29 Jan 1999 17:09:56 GMT
I have 2 of the 3C905B vortex cards, both work fine, with redhat 5.2
deluxe, with install of "all packages". (I have lots of HD, and this
guarantees I never have to fiddle with installing more packages or missing
drivers (I hope) ).
Do you get any error messages?
What does ifconfig say about the card?
bgeer <[EMAIL PROTECTED]> wrote in article
<78qa42$knl$[EMAIL PROTECTED]>...
> Allen Ahoffman <[EMAIL PROTECTED]> writes:
>
>
>
> >I loaded a Redhat 5.2 machine and it found a 3c59x Vortex card, (its a
> >3c905 PCI 10/100TX card.
> >I have same cards in another machine working on 100MBps hub.
>
> >I don't get connected using the 100MBPS hub under rh5.2 install.
>
> Have you checked your /usr/src/linux/drivers/net/3c59x.c against the
> latest at:
>
> http://cesdis.gsfc.nasa.gov/linux/drivers/vortex.html
>
> Except for bogus MAC after warm-booting from Win95 to Linux, it works
> fine.
>
> --
> <> Robert Geer & Donna Tomky / * <>
> <> [EMAIL PROTECTED] | _o * o * o <>
> <> Salt Lake City, Utah | -\<, * <\ </L <>
> <> U S A | O/ O __ /__, /> <>
>
------------------------------
From: jmcknight <[EMAIL PROTECTED]>
Subject: Re: Pipeline 75/NAT/dynamic ip
Date: Fri, 29 Jan 1999 11:11:34 -0500
Look here:
http://www.mediacity.com/support/natconfig.html
Andrew McIntyre wrote:
> I'm running an Ascend Pipeline 75 ISDN router using NAT (dynamic ip). Everything
> is working fine but I want to be able to see my dynamic ip address each time it
> changes. I have seen some programs out on the web that do this but I want to be
> able to write some C code to do it because I need to do something a little
> different than what the shareware programs do.
>
> The only way I have seen so far to do it is to get into diag mode on the router
> and issue the NATL command. Also some of the SHOW IP commands will show the
> address. I don't want to have to always access the router. The shareware
> programs do it somehow but I just can't seem to find the secret anywhere.
>
> Can anybody point me to something that will tell me how to access my dynamic ip
> address which is on the other side of the router using C in Linux?
> --
> +----------------------------------------------------------------------+
> | Andrew McIntyre | http://www.mindspring.com/~amcintyr/resume.htm |
> | [EMAIL PROTECTED] | |
> +----------------------------------------------------------------------+
> | 404-522-4435 home | "Life is what happens while you are making |
> | 404-221-1007 fax | other plans." John Lennon |
> +----------------------------------------------------------------------+
------------------------------
From: Dan Ellis <[EMAIL PROTECTED]>
Subject: Kernel via tftp
Date: Fri, 29 Jan 1999 18:55:43 +0000
Hi
Can anyone suggest a way that a Linux PC could obtain its kernel via
tftp without using a network boot ROM? The PC has a full directory
structure on its HD, it's just the kernel that I'd like to keep
synchronised across machines. Could LILO, or some replacement, do that?
Thanks in advance,
Dan Ellis <[EMAIL PROTECTED]>
Designer Servers Ltd
------------------------------
From: [EMAIL PROTECTED] (Jeff Fox)
Subject: Re: Linux better than NT 4.0 for file and print?
Date: Thu, 28 Jan 1999 21:45:41 GMT
Reply-To: [EMAIL PROTECTED]
I highly recommend John Blair's book, "Samba, Integrating UNIX and
Windows". It will make you a SAMBA guru in no time.
I'm currently playing with Webmin. It's a free, web based Linux admin
tool. Right now I'm using it to add SAMBA shares. It seems to work
really well, but I have not gotten too deep with it yet.
The way it works is it installs it's own mini web server and uses PERL
to make the configuration changes to your system. It uses a web based
interface to let you change a lot of system parameters.
It's really easy to setup and use.
http://www.webmin.com/webmin/
------------------------------
From: [EMAIL PROTECTED]
Subject: Re: connecting to Netware
Date: Fri, 29 Jan 1999 17:20:38 GMT
[posted and mailed]
First get ipx working (man ipx_interface, ipx_configure, ipx_route)
this all could be as simple as
insmod ipx
insmod ncpfs
ipx_configure --auto_primary=on --auto_create=on
(wait for routes to appear
slist (to see server names)
ncpmount -S yourservername -U yourusername -P yourpassword /mount-directory
and you wont' pay a dime (assuming your time is worth nothing!)
Jimmy Blair <[EMAIL PROTECTED]> wrote:
> hey everybody,
> ok, i'm new to linux, but i'm learning fast. is there a program/way to
> get linux to recognize novell netware 4.1 networks? specifically, i'm
> at college and would like to be able to access my netware account that
> has my web folder and my class folders. if this is possible, i think i
> can spend 99% of my time in linux rather than 98! and that's pretty
> exciting. also, i'm kinda looking for a no cost solution as i'm a poor
> college student with too many student loans...;-)
>
============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
------------------------------
From: [EMAIL PROTECTED] (Clifford Kite)
Subject: Re: problem with ppp not connecting
Date: 29 Jan 1999 10:24:12 -0600
Clifford Kite ([EMAIL PROTECTED]) wrote:
: William Parr ([EMAIL PROTECTED]) wrote:
: : I'm having trouble trying to connect to my ISP using the PPP protocol
: : using RedHat v5.1
: It might be that because of the "."'s you need quotes with the
: pppd option name, i.e.,
: name "Internet.****.****" * "****"
: but at this point it could be a lot of other things.
Fooey! I clipped the whole secrets line, it should read
name "Internet.****.****"
--
Clifford Kite <[EMAIL PROTECTED]> Not a guru. (tm)
/* Microsoft is a great marketing organization.
* It _has_ to be */
------------------------------
From: [EMAIL PROTECTED] (Daddy Rabbit)
Subject: how do you out dial on a modem from the server prompt
Date: Thu, 28 Jan 1999 22:39:02 GMT
Reply-To: [EMAIL PROTECTED]
I have a ZOOM 2.8k and a USR 56k. I am trying to get uucp set up so I
can download files form one server location to another. Each machine
also has mgetty installed so I can dialin remotely.
Using winblows, I can dila in to the server and receive a logon prompt
as expected. ( Mgetty works well. ) However, uucp will not pick up the
phone and dial out to connect to the other server. I have tried
dialing form the server prompt using the same command line sequence
used to dial out from dos machines but that does not work.
Q: Is they a way to know that I have a good connection to a modem form
the linux prompt? Here's what I'm entering at the prompt.
echo atdt1234567 >/dev/ttyS1 <enter>
The modem lights flicker like it's going to dial but alas, nothing.
You help would be appreciated as it will help me in trouble shooting
uucp and other communication packages.
Jim
------------------------------
From: "Jeff Ellis" <[EMAIL PROTECTED]>
Subject: Http loadbalancing for linux
Date: Fri, 29 Jan 1999 10:17:31 -0800
I need to know the name of a Linux package that can load balance web
servers. We are looking to use squid as a httpd accelerator and have four or
five squid machines caching our web server. We do not want to just use DNS
to round robin between them.
Thanks for the help!
------------------------------
From: [EMAIL PROTECTED] (Steeve)
Crossposted-To: comp.os.linux.misc
Subject: Re: Samba and file permissions...
Date: 28 Jan 1999 21:13:57 GMT
Reply-To: [EMAIL PROTECTED]
> > Hello there,
> >
> > Another strange question: Say I have a file with the permissions
> > set at -rw-r--r--. I open in on my windows 98 machine, make some changes
> > and then save it. Now the file has the permissions -rwx-r--r--.... It
> > appears that it currently doesn't matter what the settings are in the
> > beginning, after I save from Windows, the file is set to rwx for the
> > owner... Is there any way around this?
> >
> > Also, I had a file named DailyThought.c. Opened it in MS-VC++ and
> > did some stuff and then saved it. Now, on the linux machine the name is
> > dailythought.c, all lowercase. Is there any way to preserve the case
> > too... (It also changed the file permissions...)
in [global] in smb.conf
preserve case = yes
case sensitive = no
--
steeve [EMAIL PROTECTED]
+--------------------------------------------------------------------+
I WISH I could shrink down to the size of an ant. And maybe there would
be thousands of other people shrunken down to ant-size, and we would get
together and dig tunnels down into the ground, and live there. But
don't ever call us "ants," becuase we hate that. -- Jack Handey
------------------------------
From: "greg" <[EMAIL PROTECTED]>
Subject: Printing problem !
Date: Fri, 29 Jan 1999 23:57:13 +0800
Hi !
I'm using a Canon LBP-8 Series II laser off my Linux machine running
Slackware 2.1.99 alpha.
Now when I print to Linux from Win98 I only get 3 pages through and then it
stops..has anyone
struck this problem ..also I'm using Samba for the network printer (lp)
connection.
Thanks Greg
------------------------------
From: "phantom" <[EMAIL PROTECTED]>
Subject: Re: TCP/IP connectivity for NT and Linux
Date: Thu, 28 Jan 1999 23:00:33 -0000
Julienna Chu wrote in message <78qiul$le3$[EMAIL PROTECTED]>...
>Guys,
>
>I've configured the lmhosts.sam and hosts.sam on NT (pc1) to have the
>following entires
>192.168.1.1 pc1 (NT)
>192.168.1.2 pc2 (Linux)
First I would suggest putting them in hosts & lmhosts the .sam stands for
sample
>When I boot into Linux on the Win 98 pc, the tcp/ip configs are the same
>as they were in the Win 98 system. When I try pinging to the NT machine
>at (192.168.1.1) I see network unreachable. The same for the NT machine
if it says network unreachable on the linux box then that means it can't
find a route
type /sbin/route
you should get:something like this:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use
Iface
192.168.1.0 * 255.255.255.0 U 0 0 74 eth0
loopback * 255.0.0.0 U 0 0 12 lo
note the first line tells linux that the route to computers on 192.168.1.?
are accessed thruogh
eth0 - your network card
Also try typing ifconfig
and get this type of stuff:
lo Link encap:Local Loopback
inet addr:127.0.0.1 Bcast:127.255.255.255 Mask:255.0.0.0
UP BROADCAST LOOPBACK RUNNING MTU:3584 Metric:1
RX packets:718 errors:0 dropped:0 overruns:0
TX packets:718 errors:0 dropped:0 overruns:0
eth0 Link encap:Ethernet HWaddr 00:40:05:55:37:DD
inet addr:192.168.1.2 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:9048 errors:0 dropped:0 overruns:0
TX packets:9662 errors:0 dropped:0 overruns:0
Interrupt:11 Base address:0x6000
if the entry for eth0 doesn't have 192.168.1.2 in it then that could also be
a problem, but if you
say the configs are the same so this should be right
As for the different irq's ??
Is it a Plug N Pray device, could be that 98 & linux just decided to
allocate different irq's although
3 is normally used for a serial port which could cause trouble, try
disabling the appropriate serial
port in the bois and see if that makes a difference - you never know... not
a fix to the problem but
it would give a pointer.
Sorry if I've given you any advice that was too simple, just checking,
Mark Jenkins
------------------------------
From: [EMAIL PROTECTED] (Eric Potter)
Crossposted-To: comp.os.linux.misc,comp.os.linux.setup,comp.os.linux.hardware
Subject: Re: realaudio heavy CPU loading
Date: 29 Jan 1999 19:03:06 GMT
Marc Jauvin enlightened this group thus:
> Eric Potter wrote:
>>
>> Kelvin Leung enlightened this group thus:
>> > Hello,
>> >
>> > I got my RH 5.2 running with Ensoniq PCI sound card. I have the alsa
>> > sound driver works fine. Both X11amp and Realaudio can produce sound
>> > out. But the RealAudio heavily load my CPU (K6-166 overclocked to 200).
>> > The audio is interrupted everytime I change to another window , or
>> > browsing within Netscape. I got the CPU load monitor fire up and it
>> > seems the CPU is fully occupied! I don't think it's the CPU problem 'cos
>> > I don't have problem with X11amp, also the Realaudio (not G2) in Windows
>> > in the same machine. Is that a fact or just my system doing weird!?
>> >
>> > Kelvin
>>
>> The sound driver in the 2.2.0 kernel performs much better. The problem with
>> interruptions when switching between windows has been pretty much eliminated.
>
> I tried the sound driver of the 2.2.0 kernel with my Ensoniq PCI and I get poor
> sound (with play command) and Realaudio does not work at all (cannot write to
> the /dev/dsp or /dev/audio error message). I am running RedHat 5.2 with the
> alsa drivers (kernel 2.2.0) and it works very well (except for the interuptions
> that were described above).
>
> -- marc
>
> Pet Store: "Buy one, get one flea."
The Changes file in the 2.2.0 kernel source code tells you how to fix the
Real Audio player to work with the new sound driver.
--
* ^ \ ___@
*^ / \ \ | \
/ \/ \ \__| \
/ / ^ \ \
/ \ \ Eric Potter
/ ^ ^ \ \
------------------------------
From: [EMAIL PROTECTED] (Ken Corbin)
Subject: Problem with rsh not running login scripts
Date: 29 Jan 1999 17:40:27 GMT
Have two systems running Redhat 5.1 and 5.2 respectively. Experimenting with
using rsh to run programs on the other system and having problems. It all
seem to come down to rsh not running my bash login scripts when I try to
specify a program on the rsh line. If I don't specify a command, it brings up
bash in interactive mode and everything is fine. But if I do specify a
command, /etc/profile doesn't get executed, path variables aren't set ane
everything goes haywire.
Interestingly, it is specify bash as the command to run, it isn't considered
an interatcive or a login shell. If I add the -i and -login switches it comes
up and works just fine.
Don't know if I have something set up wrong, or there is something wrong with
the rshd daemon, or if it just supposed to work this way.
Any help would be greatly appreciated.
------------------------------
From: James Youngman <[EMAIL PROTECTED]>
Subject: Re: Track down ping problems with 2 linux machine network.
Date: 28 Jan 1999 22:26:24 +0000
Darren Ford <[EMAIL PROTECTED]> writes:
> I still need help tracking down ping problems between my two
> machines.
You can't diagnose problems with ping, use tcpdump -n instead.
--
ACTUALLY reachable as @free-lunch.demon.(whitehouse)co.uk:james+usenet
------------------------------
From: [EMAIL PROTECTED] (Don O'Connell)
Subject: Re: Masquerading and battle.net/Diablo
Reply-To: [EMAIL PROTECTED]
Date: Thu, 28 Jan 1999 23:14:26 GMT
On Thu, 28 Jan 1999 16:44:29 +0100, Patrick Atoon <[EMAIL PROTECTED]> wrote:
>Hello,
>
>
.
> ipmasqadm autofw -A -r udp 6112 6112 -c tcp 116
> ipmasqadm autofw -A -r udp 6112 6112 -c tcp 118
.
>
>Patrick
Try this, it works for me for starcraft
ipmasqadm autofw -A -r tcp 6112 6112 -h 10.1.1.10
ipmasqadm autofw -A -r udp 6112 6112 -h 10.1.1.10
--
Don O'Connell -- email - donroc @ home . net
------------------------------
From: [EMAIL PROTECTED] (jamie)
Subject: Re: help with script to temporarily reconfig net
Reply-To: [EMAIL PROTECTED]
Date: Fri, 29 Jan 1999 12:15:15 -0600
Arthur Corliss <[EMAIL PROTECTED]> wrote:
>
>Why switch what device eth0 and eth1 is attached to? Perhaps I'm missing
>something, but it would seem that if you're just insisting on using certain
>addresses for certain traffic you could use ifconfig and the route command to
>swap the addresses.
Because they have different connectors. eth0, normally going to the
cable modem, has the 10baseT connector, which is what the NIC that came
on the new machine has. eth1, normally my house lan, uses BNC connector.
When the new machine is ready to go, I will be transferring the BNC card
to the new machine, and retiring the old machine.
I already know I can use the ifconfig and route commands to do this. I
know how to both add and delete routing, I'm just not clear on how to
undo the ifconfig commands while running (as opposed to rebooting without
the rc.inet1 script bringing them up). If I wanted to reboot every ten
minutes, I'd be running my Windoze partition.
I have 3 harddrives on the old machine, only one of which will fit in the
new one. I have to do some extensive rearranging to put everything on
the new machine, make it convenient to find everything on a different
partitioning scheme, and ensure that any critical data on either one
has a backup area on the other. So I want to script the ifconfig and
routing to do this on and off over several days.
--
jamie ([EMAIL PROTECTED])
"There's a seeker born every minute."
------------------------------
From: [EMAIL PROTECTED]
Crossposted-To: alt.os.linux.caldera,comp.os.linux
Subject: Re: Which 'flavor' of Linux best for a M$ Separatist
Date: Fri, 29 Jan 1999 08:20:08 -0800
[EMAIL PROTECTED] wrote:
> Being a pre-newbie, looking to get involved with Linus. Which flavor would
> be the best to get involved with.
>
> Current skillset M$ NT/98/95 using a NT4 network, DHCP, TCP/IP.....
>
> Need to make a stable internal email server of which the 25 windows 95/98
> outlook97 client users can access internal email as well as external 'isp'
> email.
>
> Right now I am using a Windows 95 machine
> internal email : microsoft mail (25 users)
> external email access: 602 internet server
> (unstable and has to reboot frequently....as usual with MS)
>
> Was thinking Caldera or Redhat....not sure though.
>
> Thank you for your time
> Jason
>
> please email me at:
> [EMAIL PROTECTED]
I am also new to fairly new to Linux and have tried both Redhat and Caldera.
If they are to easiest to get a hold of then I would go with Redhat. I have
found a distribution that I think is better than both... Mandrake. It
combines KDE (a cool windows manager) and Redhat's distribution.
Just my opinion...
dp
------------------------------
From: Darrell Tangman <[EMAIL PROTECTED]>
Crossposted-To: alt.os.linux.slackware,alt.linux
Subject: Re: rpc errors and kernel 2.2.1
Date: 29 Jan 1999 19:22:26 GMT
In comp.os.linux.networking Jorg B/ <[EMAIL PROTECTED]> wrote:
> I'm using Slackware 3.6 with kernel 2.2.1 and I'm getting the following
> error messages during the boot-up:
> portmap: RPC call returned error 111
> RPC: task of released request still queued!
> RPC: (task is on xprt_pending)
> portmap: RPC call returned error 111
> RPC: task of released request still queued!
> RPC: (task is on xprt_pending)
> lockd_up: makesock failed, error=-111
> portmap: RPC call returned error 111
> RPC: task of released request still queued!
> RPC: (task is on xprt_pending)
I ran into the same "problem". I have no idea why NFS mounts need
the local portmapper, but it seems that they do. If you go to
/etc/rc.d/rc[345].d and change the S<nn>portmap or S<nn>nfsfs so
that the portmapper is started before the S<nn>nfsfs tries to do
your NFS mounts, these messages will go away. The approach I took
was to reduce the number for S<nn>portmap to one less than the
number for S<nn>nfsfs, e.g., /etc/rc.d/rc3.d/S40portmap was renamed
S14portmap (I think -- I'm on a different machine and won't have
access to the machine I did all this on until Monday).
As far as I could tell, this change didn't actually fix anything,
but at least it keeps /var/log/messages a little shorter.
--
Darrell Tangman -- [EMAIL PROTECTED] -- Augusta, Georgia, USA
------------------------------
** 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
******************************