Linux-Networking Digest #379, Volume #12         Fri, 27 Aug 99 02:13:32 EDT

Contents:
  Re: Firewall Rules ("sham khalil")
  Re: Netgear FA310TX (dotsimo)
  Netframe 9000 (mango)
  Re: eth0/ASDL and Kppp internet connection (apm)
  Re: Please help:  DHCP weirdness? (Simon Green)
  Re: loading NIC module automatically (Cliff)
  Q: RJ-45 without hub? (Richard Webber)
  Re: shutdown and remote users (David Efflandt)
  Re: 10 or 100 (TurboTex)
  Re: houston, we have a problem with our network... (Eric)
  Re: NFS and GNU Linker producing corrupted executables (RHL  (Jennie Haywood)
  Re: How to lookup for a primary DNS ? (TurboTex)
  Re: How to get rdate working? (TurboTex)
  Re: can't retrieve mail from sendmail ("Victor Sia")
  Re: PPP problem: no route to host (Tom Eastep)
  How can I see when the kernel drops a packet? (Peter Kriens)
  Re: Mars /Novell conf. ("Kelvin R. Dam")
  Re: RJ-45 without hub? ("TURBO1010")
  Re: ppp problems (Vilmos Soti)
  Re: Slow connection to ISP (Michael McConnell)
  Re: Can an ISP detect masquerading? (Vilmos Soti)

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

From: "sham khalil" <[EMAIL PROTECTED]>
Subject: Re: Firewall Rules
Date: Fri, 27 Aug 1999 09:37:22 +0800


Jake Colman <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> I checked out that site and I am a bit confused.  Are you required to have
a
> DHCP in order to use it?  I have a small home network with ppp access to
my
> ISP.  I plan on using IPMASQ to masquerade and share my single connection
> with the rest of the network.  How/ehy does DHCP come into play with this?
>
> --
> Jake Colman


me too,  the external interface is only fixed to eth.  i use ppp to connect
to my isp, then the'll give an ip right after it connected.  do i have to
select the DHCP option?  is it save to replace the external ip from eth1 to
ppp0?

sham khalil



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

From: dotsimo <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.development.system,comp.os.linux.hardware,linux.dev.net
Subject: Re: Netgear FA310TX
Date: Fri, 27 Aug 1999 03:31:06 GMT

Try the netgear web sites: 
http://netgear.baynetworks.com/support/support_fa310tx/fa310tx_faqs.shtml
http://www.netgearinc.com/support/support.shtml#nc

The first site explains what the newest FA310TX drivers support
(including Linux) and the second site has the actual driver.

Mikie

Robert McGwier wrote:
> 
> Is there a driver for FA310TX (10/100 PCI card) in existence or development?

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

Date: Thu, 26 Aug 1999 23:22:05 -0400
From: mango <[EMAIL PROTECTED]>
Subject: Netframe 9000

Has anyone installed Linux on a Netframe server?



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

From: apm <[EMAIL PROTECTED]>
Subject: Re: eth0/ASDL and Kppp internet connection
Date: Fri, 27 Aug 1999 03:45:55 GMT

Clifford Kite wrote:
> 
> /sbin/route del default gw HSE-TOR-ppp2271 metric 0 dev eth0
>  
> /sbin/route add default gw HSE-TOR-ppp2271 metric 0 dev eth0

I added the lines you suggested but they had no effect. I downloaded and
compiled Knetdump and found out that "HSE-TOR-ppp2271" displayed by
route was actually "HSE-TOR-ppp22711.sympatico.ca" so that the command

route del default gw HSE-TOR-ppp22711.sympatico.ca metric 0 dev eth0 

worked as expected, but the command "route add HSE-..." did not work
because at that point the name "HSE-..." was unknown. 

I then used the command "route -n" and found out that "HSE..." was
209.226.71.1 and then both commands:

route del default gw 209.226.71.1 metric 0 dev eth0

and

route add default gw 209.226.71.1 metric 0 dev eth0

work as expected. The first can be used after establishing dialup ppp
and the second can be used after terminating dialup ppp.

The reason a dialup is useful is that the high speed connection is not
up 100% of the time. As well, the high speed connection uses an HTTP
proxy server and some things don't work through the proxy.

Thanks for your help.

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

From: Simon Green <[EMAIL PROTECTED]>
Subject: Re: Please help:  DHCP weirdness?
Date: Fri, 27 Aug 1999 14:21:22 +1000

This is a multi-part message in MIME format.
==============BC3CC38A3B892F9F5C4954DD
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

I'm not an expert on ADSL as such, but my guess would be your ISP
disconnects you after an idle period. Outgoing activity reconnects you,
allowing you to be reached again. Try running a ping command that pings
(say) your ISP's web server once every 30s or so, using ping -i 30 <some
ext. host>. That might keep the link alive. It also might irritate
whoever you're pinging, so you didn't hear it from me, OK?

Cheers
Simon

DasBastard wrote:

> Thanks in advance for any help:
>
> I'm using potato, with an ADSL connection.  (running dhcpcd)
>
> All outgoing connectivity is fine.  However, after about 5 minutes of
> network inactivity, the machine is unreachable from beyond the DSL
> modem.  Any outgoing activity will again restore incoming
> accessibility for again, about 5 minutes.
>
> Is this likely a "feature" of the ADSL network I'm on?  Or something
> I've overlooked in my network configuration?
>
> DasBastard

==============BC3CC38A3B892F9F5C4954DD
Content-Type: text/x-vcard; charset=us-ascii;
 name="simong.vcf"
Content-Transfer-Encoding: 7bit
Content-Description: Card for Simon Green
Content-Disposition: attachment;
 filename="simong.vcf"

begin:vcard 
n:Green;Simon
tel;cell:+61 419 479 908
tel;fax:+61 2 9202 8199
tel;work:+61 2 9202 8192
x-mozilla-html:FALSE
org:Logica Aldiscon;Customer Support
adr:;;5th floor, 76 Berry St    ;Nth Sydney;NSW;2060;Australia
version:2.1
email;internet:[EMAIL PROTECTED]
title:Support Engineer
x-mozilla-cpt:;28288
fn:Simon Green
end:vcard

==============BC3CC38A3B892F9F5C4954DD==


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

From: Cliff <[EMAIL PROTECTED]>
Crossposted-To: alt.os.linux,alt.os.linux.mandrake
Subject: Re: loading NIC module automatically
Date: Thu, 26 Aug 1999 05:38:13 -0700

Hello Chris,

Read the message "Re: Recommended 10/100 Network Card for RH 6".

Cliff

Christopher Lu wrote:

> I'm using D-Link DFE530TX on my Mandrake 6.  Currently I have to load the
> module for the NIC (via-rhine) everytime I boot up and log on.  Is there a
> way to have the module load automatically when I boot?  Thanks in advance.



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

From: Richard Webber <[EMAIL PROTECTED]>
Crossposted-To: comp.os.ms-windows.nt.admin.networking
Subject: Q: RJ-45 without hub?
Date: Fri, 27 Aug 1999 14:02:59 -0500

Hi all,

A bit of a newbie question.
Is it possible to network two machines through an RJ-45 connection without
a hub?

I've got a nice P3 (paid for by work :-) running Win NT 4.0 pack 4 with a
3Com 10/100Mbps PCI card, and I want to connect it to my old 486 running
Debian Linux with a no-name 10Mbps card. The 486 has both BNC and RJ-45
connections, but the P3 only has an RJ-45.

Would a cross-over RJ-45 cable work, and if so ... which wires do I have
to swap? :-)

Email replies please.

Richard

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

From: [EMAIL PROTECTED] (David Efflandt)
Subject: Re: shutdown and remote users
Date: 27 Aug 1999 05:18:44 GMT
Reply-To: [EMAIL PROTECTED]

On Tue, 24 Aug 1999 20:11:37 GMT, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
>Is there some mechanism in shutdown or ssh that prevents a shutdown
>issued from a remote user from taking effect?
>
>I get a login on a remote linux machine through ssh. I mistakenly
>issued "shutdown -r now" and sure enough, the " going down for reboot"
>message appeared on my monitor and my session went dead. I waited a
>short while, then pinged the remote machine successfully.
>
>"Wonderful. The machine has come back up," I thought as I logged back
>in through ssh. But I noticed previous manua entries into the routing
>table that should have been destroyed by the reboot were mysteriously
>still there. And uptime showed 13 days. Quick look at man pages for
>shutdown, ssh, and sshd didn't explain, but...

That is because as soon as your terminal was disconnected, the shutdown
command aborted.  If you really want to run shutdown remotely, you have to
run it in the background with the ambersand.  For example:

shutdown -r now &

>Is there some mechanism in either shutdown or ssh that limits the
>power to shut down to local users only?

It is limited to whoever you give permission to run it.  You always have
to be careful what you do as root.

-- 
David Efflandt   [EMAIL PROTECTED]   http://www.xnet.com/~efflandt/
http://www.de-srv.com/   http://cgi-help.virtualave.net/

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

From: TurboTex <[EMAIL PROTECTED]>
Subject: Re: 10 or 100
Date: Thu, 26 Aug 1999 23:46:18 -0500

It should be automagic.. are all the hubs 100s?

or whatever is on the net.  

Lethal wrote:
> 
> Hi all,
> 
> I have a Linksys 10/100 nic installed in a machine running RH5.2  The
> nic is using the tulip driver as specified my linksys...and is working.
> Just curious, do the card still autosense 10 or 100 connetions?  I
> transferred a few files over the network with ftp, and it did seem to
> take a great deal of time.  Do I need to edit something to tell the card
> to use the 100 mbs mode, or is it auto.
> 
> Thanks for your time
> 
> Lee

-- 
                     ----

       M.H. Collins             < LINUX: The Official OS >
         ******                 < for the New Millennium >        
 Powered by TurboLinux 3.6       http://www.linuxlink.com
     Driven by XFCE3             http://www.austinlug.org

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

From: Eric <[EMAIL PROTECTED]>
Crossposted-To: alt.os.linux,comp.os.linux.questions
Subject: Re: houston, we have a problem with our network...
Date: Thu, 26 Aug 1999 21:35:49 -0700

Bob James wrote:
> 
> > i was given this by pac bell for my DSL line:
> >   IP: 216.102.106.76
> >   gateway: 216.102.106.254
> >   subnetmask: 216.102.106.254
> 
> Subnet mask is ALL wrong. It should be something like 255.255.255.0
> (standard Class C), or 255.255.255.224 (subnetted Class C). No IP is
> going to work with that kind of mask.
> 
> --
> Bob James                       |mailto:[EMAIL PROTECTED]
> IS Manager                      |http://www.orielinc.com
> Oriel Incorporated      |(608) 238-8134 x223
I didn't even catch that, it's pretty obvious too:(, it seems he has the
same IP for the gw and subnet mask, this won't work at all!
Eric

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

From: Jennie Haywood <[EMAIL PROTECTED]>
Crossposted-To: 
comp.os.linux.setup,comp.os.linux.development,comp.os.linux.development.kernel,comp.unix.aix
Subject: Re: NFS and GNU Linker producing corrupted executables (RHL 
Date: Thu, 26 Aug 1999 21:41:30 -0500
Reply-To: [EMAIL PROTECTED]

There was this one little problem we had with zeros being written in
Fortran object files in 4.2.1.....

IX75138
    bos.net.nfs.client 4.2.1.11  244675 U453582  NFS WRITE ALLOWING
HOLES IN FILE


David Elder wrote:

> Hi All,
>
> I hope someone has a simple solution to my problem:
>
> Hardware: DELL Optiplex GX1, 256Mb RAM, running RH Linux 6.0
>           using both the stock 2.2.5-15 kernel and the
>           latest 2.2.11 kernel.
>
>           IBM RS6000 3AT running AIX 4.2.1
>
> 1) RS6000 serves an NFS file system to the Linux box.
> NFS file system contains Fortran source code for a
> modelling program.
>
> 2) Compile the source code in 4 scenarios - on the linux box
> using the PGI fortran 90 compiler and ECGS for one .c file.
>
>    a) Source compiled to .o files on NFS filesystem.
>       Executable written to NFS file system.
>
>    b) Source compiled to .o files on NFS file system.
>       Executable written to local filesystem on Linux box.
>
>    c) Source compiled to .o files on local file system.
>       Executable written to local file system.
>
>    d) Source compiled to .o files on local file system.
>       Executable written to NFS file system.
>
> 3) Results:
>
>    a) All of the .o files compiled to either the local
>       or NFS file systems compare as Identical.
>
>    b) Executables that are written on the NFS file system
>       do NOT work. They generate an error:
>       Memory Fault (core dump).
>
>    c) Executables that are written to the local file
>       system from either local or NFS .o files work
>       correctly.
>
>    d) A byte by byte comparison of the executable files
>       shows that they only differ by about 12k bytes out of
>       4Mb. The difference is that a few zeroes have
>       crept into the corrupt executable image. Usually just
>       one or two here and there that shift the binary
>       code by a byte or two for sections of the corrupt executable.
>       Most of the executable is identical and the areas where
>       a zero or two have been inserted are also identical except
>       for the offset.
>
>       The whole 12k of appears to be caused by a handful
>       of corruptions where these extra zeroes offset the
>       executable code for a section.
>
> 4) Conclusion:
>
>       It appears as if the linker is having some sort
>       of problem with writing a complete executable on
>       an NFS mounted file system. Compile and link to
>       a local drive from either local or NFS .o works
>       correctly. Compile and link to an NFS file system
>       from either local or NFS .o files generates a
>       corrupt executable.
>
>       I have not yet seen any other NFS file corruption
>       problems despite extensive compilation (not linking)
>       and editing of source code - it only appears to
>       happen in this one context so far.
>
>       This could be related to the IBM NFS implementation
>       but I would have thought it would impact other
>       applications as well. At the moment it looks
>       like a linker/NFS (or IBM NFS iteraction) bug.
>
>       At least one other report of a problem with similar
>       symptoms on similar hardware has been reported on the
>       comp.os.linux.* newsgroups but no solution seems to be
>       available.
>
>       I have tried building the 2.3.13 kernel to see if this
>       makes any difference but the first attempt failed to
>       run :-)
>
> Thanks for any help or suggestions.
>
> Cheers,
>
> David
>
>
> --
> David Elder                        University of Toronto
>                                    Institute for Aerospace Studies
> [EMAIL PROTECTED]   Fusion Research Group


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

From: TurboTex <[EMAIL PROTECTED]>
Subject: Re: How to lookup for a primary DNS ?
Date: Thu, 26 Aug 1999 23:47:07 -0500

Did you do a whois?



Christophe wrote:
> 
> I must find if a DNS of the company is set to primary or secondary. But this
> DNS is in another country. I tried nslookup but can't list if it's primary
> or secondary !
> 
> Could anyone help me ?
> 
> Thanks
> 
> Christophe
> [EMAIL PROTECTED]

-- 
                     ----

       M.H. Collins             < LINUX: The Official OS >
         ******                 < for the New Millennium >        
 Powered by TurboLinux 3.6       http://www.linuxlink.com
     Driven by XFCE3             http://www.austinlug.org

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

From: TurboTex <[EMAIL PROTECTED]>
Subject: Re: How to get rdate working?
Date: Thu, 26 Aug 1999 23:51:41 -0500

Try "rdate -s bga.com"  as root of course, because only root can set the
clock.  This isp is in the central timezone.  Wherever you are, keep
trying different isps till you find one that is accurate all the
time.........

-s means ' "set"


  YouDontKnowWho wrote:
>                    ----

       M.H. Collins             < LINUX: The Official OS >
         ******                 < for the New Millennium >        
 Powered by TurboLinux 3.6       http://www.linuxlink.com
     Driven by XFCE3             http://www.austinlug.org

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

From: "Victor Sia" <[EMAIL PROTECTED]>
Subject: Re: can't retrieve mail from sendmail
Date: Fri, 27 Aug 1999 12:47:55 +1000

Thanks Everyone for your prompt information. Is working now.
Yes, indeed the imapand pop3 daemon in the /etc/inetd.conf has been remarked
by default in redhat 6.0. Once I remove the remark and restart sendmail,
everything works fine.

Thousand Thanks

David Efflandt wrote in message ...
>On Thu, 26 Aug 1999 12:22:16 +1000, Victor Sia <[EMAIL PROTECTED]>
wrote:
>>Hi,
>>        I have setup a simple testing environment which comprises of1
redhat
>>6.0 server (/w sendmail) and a NT4 server (DNS + netscape communicator) .
I
>>am having problem in receiving mail from sendmail using POP client
(netscape
>>communicator). After I clicked 'get mesg' and enter my password for
>>'[EMAIL PROTECTED]', a dialog box pop up 'contacting host:
>>mail.testsite.com' and about 10 seconds later an error message says 'There
>>was no response, the server could be down or not responding'.
>>        What could be wrong ? The redhat6.0 is freshly installed with no
>>changes in the sendmail configuration. I can ping mail.testsite.com and I
>>can send mail to sendmail daemon, but just can't get the response from
>>sendmail daemon to receive my mail. I have also tested locally in the
redhat
>>server itself using kde mail client and similar situation happen (can send
>>mail but can't receive mail). An pop error message pop up which says
>>Account:  victor
>>                    In OPEN:
>>                    Unknown error :4294967295
>>Help
>>Victor
>
>Sendmail doesn't do POP3.  You likely forgot to install a POP server from
>your CD.  Either that or it is a DNS problem.
>
>--
>David Efflandt   [EMAIL PROTECTED]   http://www.xnet.com/~efflandt/
>http://www.de-srv.com/   http://cgi-help.virtualave.net/



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

From: Tom Eastep <[EMAIL PROTECTED]>
Subject: Re: PPP problem: no route to host
Date: Thu, 26 Aug 1999 15:58:16 +0000

[EMAIL PROTECTED] wrote:
> 
> Hi!
> 
> I'm using RedHat 6.0 and I've got a problem with my PPP connection:
> I get connected to my ISP, name resolution works but hosts can't be
> reached.
> 
> I know name resolution works because ping shows the IP address of the
> host specified but can't get an answer. The command traceroute isn't
> able
> to reach remote hosts and Netscape says "TCP Error: no route to host"
> This is what route returns:
> 
[ large snip ]
> -----------------------------------------------------------------
> Kernel IP routing table
> Destination     Gateway         Genmask         Flags Metric Ref    Use
> Iface
> 192.168.0.1     *               255.255.255.255 UH    0      0        0
> eth0
> 195.5.64.133    *               255.255.255.255 UH    0      0        0
> ppp0
> 192.168.0.0     *               255.255.255.0   U     0      0        0
> eth0
> 127.0.0.0       *               255.0.0.0       U     0      0        0
> lo
> default         195.5.64.133    0.0.0.0         UG    0      0        0
> ppp0
> default         192.168.0.254   0.0.0.0         UG    0      0        0
> eth0
> -----------------------------------------------------------------

If you delete the last route shown here, I think you'll have much better
luck.

-Tom
-- 
Tom Eastep                  | Opinions expressed here
[EMAIL PROTECTED]          | are my own and not 
Work: [EMAIL PROTECTED] | those of my employer
Shoreline, Washington USA   |

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

From: Peter Kriens <[EMAIL PROTECTED]>
Subject: How can I see when the kernel drops a packet?
Date: Thu, 26 Aug 1999 18:02:51 +0200

This is a multi-part message in MIME format.
==============C085595E21D7725F64D3E0B8
Content-Type: multipart/alternative;
 boundary="------------2D2E65CD6646CDE144426A7E"


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

I am making an SSL tunnel program for Linux. I have written
a device that forwards all packages to a character device.

UDP works perfectly but TCP does not work. tcpdump show
that a packet is entering the kernel but no reply is send.

If I do it the other way around the packet enters the tunnel,
shows up on the other end and replies. But this ack
is not acted upon.

My question: Is there a way to see if the kernel decides to
drop a packet and why?

Some info

A  [net0]                         [net0] B
      v                              ^
  [/dev/sn0] -> SSL -//-> SSL -> [dev/sn0]

IP masquerading is on but no rules are set (all accept for testing).



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

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
I am making an SSL tunnel program for Linux. I have written
<br>a device that forwards all packages to a character device.
<p>UDP works perfectly but TCP does not work. tcpdump show
<br>that a packet is entering the kernel but no reply is send.
<p>If I do it the other way around the packet enters the tunnel,
<br>shows up on the other end and replies. But this ack
<br>is not acted upon.
<p>My question: Is there a way to see if the kernel decides to
<br>drop a packet and why?
<p>Some info
<p><tt><font size=-1>A&nbsp; 
[net0]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
[net0] B</font></tt>
<br><tt><font size=-1>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
v&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
^</font></tt>
<br><tt><font size=-1>&nbsp; [/dev/sn0] -> SSL -//-> SSL -> 
[dev/sn0]</font></tt><tt><font size=-1></font></tt>
<p><tt><font size=-1>IP masquerading is on but no rules are set (all accept
for testing).</font></tt>
<br><tt><font size=-1></font></tt>&nbsp;
<br><tt><font size=-1></font></tt>&nbsp;</html>

==============2D2E65CD6646CDE144426A7E==

==============C085595E21D7725F64D3E0B8
Content-Type: text/x-vcard; charset=us-ascii;
 name="Peter.Kriens.vcf"
Content-Transfer-Encoding: 7bit
Content-Description: Card for Peter Kriens
Content-Disposition: attachment;
 filename="Peter.Kriens.vcf"

begin:vcard 
n:Kriens;Peter
tel;cell:+46 70 5950899
tel;fax:+46 300 38905
tel;home:+46 300 38906
tel;work:+46 300 38900
x-mozilla-html:TRUE
org:aQute
adr:;;Finnasandsvagen 22;Onsala;Halland;43933;Sweden
version:2.1
email;internet:[EMAIL PROTECTED]
title:Software Architect
x-mozilla-cpt:;23904
fn:Peter Kriens
end:vcard

==============C085595E21D7725F64D3E0B8==


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

From: "Kelvin R. Dam" <[EMAIL PROTECTED]>
Subject: Re: Mars /Novell conf.
Date: Thu, 26 Aug 1999 18:27:16 +0200


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



admin-kr wrote:

> > I know that I can configure mars in /etc/nwserv.conf, but I badly need
> > some good tips, and
> > perhabs an example of the file.
>
> What do you want to configure ??
>
> first you must have a ipx protocol:
> type from console
>
> ipx_interface add eth0 802.2 222
> ipx_interface add eth0 802.3 333
>
> of course thi is just an example
> with ifconfig you can see if they working
>
> now what
> Mars must be started:
> nwserv
>
> or killed
>
> nwserv -k
>
> now what goto /etc/nwserv.conf
>
> under section 1 configure the volumes
>
> like:
> 1    SYS    /var/mars_new/sys    kO
>
> k   is for lowwercase
>
> O is for longnames so you can store some longname files here
>
> r is for readonly volume
>
> 1    VOL1    /home/user        kO
>
> under section 2 give the name of your emulation of Novell server:
> 2    MYNWSERVER
>
> goto some machine with ipx/spx support and make login must working
>
> of course after editing the conf.file you must restart server
>
> nwserv -k
> nwserv
>
> have nice day

Uhh, nice! a detailed description! I like that!
Thanks!!

Kelvin Dam


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

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<i></i>&nbsp;<i></i>
<p><i>admin-kr wrote:</i>
<blockquote TYPE=CITE><i>> I know that I can configure mars in /etc/nwserv.conf,
but I badly need</i>
<br><i>> some good tips, and</i>
<br><i>> perhabs an example of the file.</i><i></i>
<p><i>What do you want to configure ??</i><i></i>
<p><i>first you must have a ipx protocol:</i>
<br><i>type from console</i><i></i>
<p><i>ipx_interface add eth0 802.2 222</i>
<br><i>ipx_interface add eth0 802.3 333</i><i></i>
<p><i>of course thi is just an example</i>
<br><i>with ifconfig you can see if they working</i><i></i>
<p><i>now what</i>
<br><i>Mars must be started:</i>
<br><i>nwserv</i><i></i>
<p><i>or killed</i><i></i>
<p><i>nwserv -k</i><i></i>
<p><i>now what goto /etc/nwserv.conf</i><i></i>
<p><i>under section 1 configure the volumes</i><i></i>
<p><i>like:</i>
<br><i>1&nbsp;&nbsp;&nbsp; SYS&nbsp;&nbsp;&nbsp; /var/mars_new/sys&nbsp;&nbsp;&nbsp;
kO</i><i></i>
<p><i>k&nbsp;&nbsp; is for lowwercase</i><i></i>
<p><i>O is for longnames so you can store some longname files here</i><i></i>
<p><i>r is for readonly volume</i><i></i>
<p><i>1&nbsp;&nbsp;&nbsp; VOL1&nbsp;&nbsp;&nbsp; 
/home/user&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
kO</i><i></i>
<p><i>under section 2 give the name of your emulation of Novell server:</i>
<br><i>2&nbsp;&nbsp;&nbsp; MYNWSERVER</i><i></i>
<p><i>goto some machine with ipx/spx support and make login must working</i><i></i>
<p><i>of course after editing the conf.file you must restart server</i><i></i>
<p><i>nwserv -k</i>
<br><i>nwserv</i><i></i>
<p><i>have nice day</i></blockquote>

<p><br>Uhh, nice! a detailed description! I like that!
<br>Thanks!!
<p>Kelvin Dam
<br><i></i>&nbsp;</html>

==============DFA036C2FAC1914326924314==


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

From: "TURBO1010" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.ms-windows.nt.admin.networking
Subject: Re: RJ-45 without hub?
Date: Thu, 26 Aug 1999 21:37:13 -0700

Just buy the crossover cable, it's about 7 bucks.


Richard Webber <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Hi all,
>
> A bit of a newbie question.
> Is it possible to network two machines through an RJ-45 connection without
> a hub?
>
> I've got a nice P3 (paid for by work :-) running Win NT 4.0 pack 4 with a
> 3Com 10/100Mbps PCI card, and I want to connect it to my old 486 running
> Debian Linux with a no-name 10Mbps card. The 486 has both BNC and RJ-45
> connections, but the P3 only has an RJ-45.
>
> Would a cross-over RJ-45 cable work, and if so ... which wires do I have
> to swap? :-)
>
> Email replies please.
>
> Richard




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

From: Vilmos Soti <[EMAIL PROTECTED]>
Subject: Re: ppp problems
Date: Fri, 27 Aug 1999 05:04:37 GMT

Dominic Tynes wrote:

> I did the"TIMEOUT 5" because, using minicom, I saw that the dial-in server
> expects 2 <ENTER>'s before asking for Userid: and I couldn't figure out how
> to send 2 <ENTER>'s any other way using CAHT scripts except to send one,
> timeout, and send the second.

Hi,

I don't have ppp anymore so I cannot give you a definite answer, but
check out "man chat" for this problem.

Vilmos

-- 
Looking for a job in British Columbia.
http://members.home.net/vilmossoti/resume.html

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

From: Michael McConnell <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup,comp.os.linux.questions
Subject: Re: Slow connection to ISP
Date: Fri, 27 Aug 1999 03:03:09 +0100

On Thu, 26 Aug 1999, Ganesh wrote:

> I just finished installing RH6.0, aand have sucessfully setup PPP to
> connect to my ISP. However, I find that the connection in general is slow
> - retrieval of pages etc. seems slower than what I see on NT. Further, I
> tried to set up my newsgroups through netscape, and it takes forever to
> refresh my newgroups list. I had to give up afer 10 minutes.
> 
> Are there any parameters that I can set in any config files to improve
> the thruput ?

Have you got your IRQ correctly set?

> BTW, I have a 56KB modem from US Robotics.

Check what IRQ you have your modem set (with PnP or jumpered) and if needs be
use setserial to make Linux know where the modem is.

-- Michael "Soruk" McConnell
Eridani Star System  --  The Most Up-to-Date Red Hat Linux CDROMs Available
Email: [EMAIL PROTECTED]    http://linux.amush.cx       Fax: +44-8701-600807
                Eridani: Your PC doesn't need Windows or Gates.


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

From: Vilmos Soti <[EMAIL PROTECTED]>
Subject: Re: Can an ISP detect masquerading?
Date: Fri, 27 Aug 1999 05:10:26 GMT

Tom Verbeure wrote:

> a VMWare application to the internet. (In my case, I want to run
> InternetPhone on a Windows box.) In that particular statement, they

You may want to take a look at speakfreely, http://www.fourmilab.ch
which is free and is available for both Unix and Windows.

Vilmos

-- 
Looking for a job in British Columbia.
http://members.home.net/vilmossoti/resume.html

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


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