Linux-Networking Digest #878, Volume #11 Mon, 12 Jul 99 22:13:37 EDT
Contents:
remote booting Help needed ([EMAIL PROTECTED])
Re: DNS Problems (Jing LI)
Re: 3C509B NIC Problem...try this .... ("Scott Thomason")
Re: Linksys ethernet cards ("Scott Thomason")
Re: Install PCI/ethernet-card (Anders)
Re: (Q) Seeing if Ethernet is working ("Scott Thomason")
ipfwadm won't forward masqueraded packets thru I/O rules ("Scott Thomason")
Problems With Routeing (War)
Samba--the basics ("Hiawatha Bray")
RH6 - no IP forwarding from 1 dialin line ("Scott Le Brun")
Re: Netscape, RH 6.0 and pppd (Ian Briggs)
Re: CABLE MODEM, NETWORK, SLOW SERVER?? (viper)
Re: Problems With Routeing (Bernd Eckenfels)
----------------------------------------------------------------------------
From: [EMAIL PROTECTED]
Subject: remote booting Help needed
Date: Tue, 13 Jul 1999 01:04:59 GMT
Can anybody tell me how to replace a netware network(2.2 Dedicated)
with nodeless clients with Linux Network.Pls atleast outline the steps
Thanks
------------------------------
From: Jing LI <[EMAIL PROTECTED]>
Subject: Re: DNS Problems
Date: Mon, 12 Jul 1999 08:45:26 -0400 (EDT)
In your host.conf file, I would add order hosts, bind instead of order
bind only.
hope it helps.
On Fri, 9 Jul 1999, Steven L. Dahlin wrote:
> Date: Fri, 09 Jul 1999 23:17:28 -0600
> From: "Steven L. Dahlin" <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Subject: DNS Problems
>
> Message from the Deja.com forum:
> comp.os.linux.networking
> Your subscription is set to individual email delivery
> >
> I am unable to solve a problem with DNS. I have tried and tried and
> no matter what I do my telnet session from a Windows NT PC cannot
> see my nameserver. It can see the IP address fine but not my name-
> servers DNS name.
>
> I have used the O'Reilly book 'DNS and BIND' to setup everything.
> 'NSLookup' with respond back with the proper information about oracle1
> but from what I have read NSLookup does not use 'named' to lookup
> info so it is not a true test.
>
> My configuration is as follows:
>
> ---------------------------- etc/hosts ---------------------------
> 127.0.0.1 localhost localhost.localdomain
> 192.168.200.2 oracle1.diodesign.com oracle1
>
>
> -------------------------- etc/host.conf -------------------------
> order bind
> multi on
>
>
> -------------------------- etc/named.conf ------------------------
> options {
> directory "/var/named";
> /*
> * If there is a firewall between you and nameservers you want
> * to talk to, you might need to uncomment the query-source
> * directive below. Previous versions of BIND always asked
> * questions using port 53, but BIND 8.1 uses an unprivileged
> * port by default.
> */
> // query-source address * port 53;
> };
>
> zone "." {
> type hint;
> file "named.ca";
> };
>
> zone "diodesign.com" in {
> type master;
> file "named.hosts";
> };
>
> zone "200.168.192.in-addr.arpa" in {
> type master;
> file "named.rev";
> };
>
> zone "0.0.127.in-addr.arpa" {
> type master;
> file "named.local";
> };
>
>
> -------------------------- etc/named.conf ------------------------
> # search diodesign.com
> nameserver 192.168.200.2
> domain diodesign.com
>
>
> ----------------------- var/named/named.hosts ---------------------
> diodesign.com. IN SOA oracle1.diodesign.com. root.oracle1.diodesign.com.
> (
> 2 ; serial
> 10800 ; refresh
> 3600 ; retry
> 604800 ; expire
> 86400 ; default_ttl
> )
>
> diodesign.com. IN NS oracle1.diodesign.com.
>
> ;
> ; Host Addresses
> ;
> oracle1.diodesign.com. IN A 192.168.200.2
> localhost.diodesign.com. IN A 127.0.0.1
>
> diodesign.com. IN MX 1 oracle1.diodesign.com.
> @ IN NS oracle1.diodesign.com.
>
>
> ------------------------ var/named/named.rev ----------------------
> 200.168.192.in-addr.arpa. IN SOA oracle1.diodesign.com.
> root.oracle1.diodesign.com. (
> 2 ; serial
> 10800 ; refresh
> 3600 ; retry
> 604800 ; expire
> 86400 ) ; default_ttl
>
> ;
> ; Named Servers
> ;
> 200.168.192.in-addr.arpa. IN NS oracle1.diodesign.com.
>
> ;
> ; Addresses point to canonical name
> ;
> 2.200.168.192.in-addr.arpa. IN PTR oracle1.diodesign.com.
>
> 0.0.127.in-addr.arpa. IN SOA oracle1.diodesign.com.
> root.oracle1.diodesign.com. (
> 2 ; serial
> 10800 ; refresh
> 3600 ; retry
> 604800 ; expire
> 86400 ) ; default_ttl
>
>
> ----------------------- var/named/named.local ---------------------
> 0.0.127.in-addr.arpa. IN NS oracle1.diodesign.com.
>
> 1.0.0.127.in-addr.arpa. IN PTR localhost.
>
>
> Can anyone give me any suggestions?
>
>
>
>
>
> _____________________________________________________________
> Deja.com: Share what you know. Learn what you don't.
> http://www.deja.com/
> * To modify or remove your subscription, go to
> http://www.deja.com/edit_sub.xp?group=comp.os.linux.networking
> * Read this thread at
> http://www.deja.com/thread/%3C3786D768.A9DA6B69%40micron.net%3E
>
>
=====================================================================
Jing LI |
Electrical Engineering |
University of Ottawa |
Ottawa, Ontario |
|
Web page: http://aix2.uottawa.ca/~s1116045 |
Alternative Email: [EMAIL PROTECTED] |
=====================================================================
------------------------------
From: "Scott Thomason" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Re: 3C509B NIC Problem...try this ....
Date: Mon, 12 Jul 1999 14:06:52 -0500
In order to get the best out of the 3c905b (for example, detecting it as a
100M card), I had to compile the most recent 3c59x.c module (v0.99Kb). As
the startup message says, it's available at
http://cesdis.gsfc.nasa.gov/linux/drivers/vortex.html
Version 0.99E, part of Redhat 5.2, did not work well for me, but once I used
the new driver everything was flawless.
------------------------------
From: "Scott Thomason" <[EMAIL PROTECTED]>
Subject: Re: Linksys ethernet cards
Date: Mon, 12 Jul 1999 14:02:13 -0500
There is also a PCI version of the Linksys card that uses the Winbond
N2K-compatible chip. I could NOT make this work with either the n2k or tulip
drivers.
Shawn K. Quinn - NO SOLICITING wrote in message ...
>In message <[EMAIL PROTECTED]>,
[EMAIL PROTECTED]<[EMAIL PROTECTED]> wrote:
>| Does anyone know if there is a driver for a linksys card available? I
>| have not gotten a response from the company. I want to know before i try
>| to make it emulate an NE2000.
>
>The ISA card is NE2000 compatible (ne.o) and should work fine if you
>take the card *out* of PnP mode first; the PCI 10/100 card uses the
>DEC Tulip driver (tulip.o).
>
>--
>Shawn K. Quinn
------------------------------
From: Anders <[EMAIL PROTECTED]>
Crossposted-To: redhat.networking.general,redhat.config
Subject: Re: Install PCI/ethernet-card
Date: Tue, 06 Jul 1999 22:30:55 GMT
Thanks cesman
cesman wrote:
> Assuming the card will work with the ne2k module,
> use linuxconf to configure.
Excuse me for my stupidity.
How do I use linuxconf to configure?
(I'll keep searching.)
> the card. Try pinging the card.
How do i ping the card? Using the loopback-device will not tell me
anything.
> are
>you talking via phone modem or DSL/Cable?
Cable.
================== Posted via SearchLinux ==================
http://www.searchlinux.com
------------------------------
From: "Scott Thomason" <[EMAIL PROTECTED]>
Subject: Re: (Q) Seeing if Ethernet is working
Date: Mon, 12 Jul 1999 13:43:26 -0500
Here are two more ideas that I think are a little more foolproof:
1. Review your syslog. On my redhat system it is "/var/log/messages". At
startup, your kernel probably loads a module that communicates with the
card, and it usually gives you some information.
2. Use the command "ifconfig" with no parameters. It also prints info about
installed ethernet cards.
------------------------------
From: "Scott Thomason" <[EMAIL PROTECTED]>
Crossposted-To: comp.security.firewalls
Subject: ipfwadm won't forward masqueraded packets thru I/O rules
Date: Mon, 12 Jul 1999 15:21:39 -0500
I hope someone can help me before I go crazy. I�m having trouble getting
ipfwadm to forward masqueraded packets from our internal network thru the
firewall input/output rules.
Specifically, I can use the following mini-firewall to telnet out from the
firewall machine, but telnet fails to connect from any other machine on our
network. The packets arrive on eth0 on the firewall machine, but never get
sent out on ppp0 (as illustrated by the tcpdump output below).
When I disable firewalling (ipfwadm �I/O �p accept), everything works fine
from any machine on the network, so I know it�s not a
hardware/wiring/NIC/routing issue.
Here�s the setup:
My firewall machine is running a more-or-less clean install of RedHat 5.2,
kernel 2.0.36. I�ve installed diald 0.16.5 for on-demand dialing for the ppp
connection to the internet. It also has an ethernet card for connection to
the internal network. This NIC is eth0 at IP address 192.168.2.1.
I have another linux machine running as a gateway/server. It uses the same
RedHat distribution. It runs SAMBA, Sendmail, DHCP, BIND, etc., and is our
main office server. It has two NICS: one configured as eth0 at IP address
192.168.2.2 for connection to the firewall machine, and the other configured
as eth1 at IP address 192.168.1.1 for connection to the rest of our LAN.
As you can probably tell, the idea is that the LAN traffic stays on net
192.168.1.0/24, and is routed to the firewall machine only when it needs to
get out to the internet. Network 192.168.2.0/24 consists only of the two
previously described machines joined by a cross-over cable.
As a side note: I�d sure like to know why I never see any deny/reject
messages on the log! Kinda makes debugging hard. . . .
Thanks in advance,
---scott <mailto:[EMAIL PROTECTED]>
Copious debugging output follows. . . .
<--- Small firewall script invoked from within /etc/ppp/ip-up.local --->
#!/bin/sh
ipfwadm -If
ipfwadm -Of
ipfwadm -Ff
ipfwadm -Ip deny
ipfwadm -Op deny
ipfwadm -Fp deny
ipfwadm -Fa masq -S 192.168.0.0/16 -D any/0
ipfwadm -Fa reject -o -W eth0
ipfwadm -Fa reject -o -W ppp0
ipfwadm -Ia acc -P icmp -S any/0 -D any/0
ipfwadm -Oa acc -P icmp -S any/0 -D any/0
ipfwadm -Oa acc -P tcp -S 192.168.0.0/16 1024:65535 -D any/0 23
ipfwadm -Oa acc -P tcp -S $IPLOCAL 1024:65535 -D any/0 23
ipfwadm -Ia acc -P tcp -k -S any/0 23 -D 192.168.0.0/16 1024:65535
ipfwadm -Ia acc -P tcp -k -S any/0 23 -D $IPLOCAL 1024:65535
<--- Environment printed from /etc/ppp/ip-up.local --->
Parm 1:ppp0
Parm 2:/dev/cua1
Parm 3:115200
Parm 4:200.90.100.198
Parm 5:200.90.100.98
Env IFNAME:ppp0
Env HOSTTYPE:i386
Env DEVICE:/dev/cua1
Env SPEED:0
Env UID:0
Env OSTYPE:Linux
Env IPLOCAL:200.90.100.198
Env IPREMOTE:200.90.100.98
Env TERM:dumb
Env SHELL:/bin/bash
Env SHLVL:1
Env PATH:/sbin:/usr/sbin:/bin:/usr/bin
Env _:/etc/ppp/ip-up.local
<--- Output from �ifconfig� on firewall machine --->
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:3018 errors:0 dropped:0 overruns:0 frame:0
TX packets:3018 errors:0 dropped:0 overruns:0 carrier:0
collisions:0
eth0 Link encap:Ethernet HWaddr 00:A0:24:D2:EA:35
inet addr:192.168.2.1 Bcast:192.168.2.255 Mask:255.255.255.0
UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1
RX packets:95793 errors:0 dropped:0 overruns:0 frame:0
TX packets:81149 errors:0 dropped:0 overruns:0 carrier:0
collisions:9
Interrupt:10 Base address:0xff00
sl0 Link encap:Serial Line IP
inet addr:192.168.2.1 P-t-P:200.90.100.1 Mask:255.255.255.0
UP POINTOPOINT RUNNING MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:2301 errors:0 dropped:0 overruns:0 carrier:0
collisions:0
ppp0 Link encap:Point-to-Point Protocol
inet addr:200.90.100.198 P-t-P:200.90.100.98 Mask:255.255.255.0
UP POINTOPOINT RUNNING MTU:1500 Metric:1
RX packets:7 errors:0 dropped:0 overruns:0 frame:0
TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
collisions:0
Memory:1030038-1030c04
<--- Output of �route �nv� command on firewall machine --->
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use
Iface
255.255.255.255 0.0.0.0 255.255.255.255 UH 0 0 0 eth0
200.90.100.1 0.0.0.0 255.255.255.255 UH 1 0 1 sl0
200.90.100.98 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0
192.168.2.0 0.0.0.0 255.255.255.0 U 0 0 513 eth0
192.168.1.0 192.168.2.2 255.255.255.0 UG 0 0 180 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 10 lo
0.0.0.0 0.0.0.0 0.0.0.0 U 0 0 1 ppp0
0.0.0.0 0.0.0.0 0.0.0.0 U 1 0 633 sl0
<--- Output of �tcpdump �ntvvi eth0� on firewall machine --->
tcpdump: listening on eth0
192.168.2.2.53 > 128.9.128.127.53: 41536 (33) (ttl 64, id 46062)
192.168.2.2.8738 > 169.207.7.238.23: S 3684009120:3684009120(0) win 512 <mss
1460> [tos 0x10] (ttl 64, id 46063)
192.168.2.2.8738 > 169.207.7.238.23: S 3684009120:3684009120(0) win 32120
<mss 1460> [tos 0x10] (ttl 64, id 46068)
192.168.2.2.53 > 207.159.77.19.53: 41537 (33) (ttl 64, id 46069)
4 packets received by filter
0 packets dropped by kernel
<--- Output of �tcpdump �ntvvi ppp0� on firewall machine --->
tcpdump: listening on ppp0
0 packets received by filter
0 packets dropped by kernel
<--- Relevant parts of kernel .config on firewall machine --->
#
# Networking options
#
CONFIG_FIREWALL=y
CONFIG_NET_ALIAS=y
CONFIG_INET=y
CONFIG_IP_FORWARD=y
CONFIG_IP_MULTICAST=y
CONFIG_SYN_COOKIES=y
CONFIG_IP_FIREWALL=y
CONFIG_IP_FIREWALL_VERBOSE=y
CONFIG_IP_MASQUERADE=y
#
# Protocol-specific masquerading support will be built as modules.
#
# CONFIG_IP_MASQUERADE_IPAUTOFW is not set
CONFIG_IP_MASQUERADE_ICMP=y
CONFIG_IP_TRANSPARENT_PROXY=y
CONFIG_IP_ALWAYS_DEFRAG=y
CONFIG_IP_ACCT=y
CONFIG_IP_ROUTER=y
# CONFIG_NET_IPIP is not set
CONFIG_IP_MROUTE=y
CONFIG_IP_ALIAS=y
#
# (it is safe to leave these untouched)
#
# CONFIG_INET_PCTCP is not set
CONFIG_INET_RARP=y
# CONFIG_NO_PATH_MTU_DISCOVERY is not set
CONFIG_IP_NOSR=y
CONFIG_SKB_LARGE=y
# CONFIG_IPX is not set
# CONFIG_ATALK is not set
# CONFIG_AX25 is not set
# CONFIG_BRIDGE is not set
# CONFIG_NETLINK is not set
#
# Network device support
#
CONFIG_NETDEVICES=y
CONFIG_DUMMY=m
# CONFIG_EQUALIZER is not set
# CONFIG_DLCI is not set
# CONFIG_PLIP is not set
CONFIG_PPP=y
#
# CCP compressors for PPP are only built as modules.
#
CONFIG_SLIP=y
CONFIG_SLIP_COMPRESSED=y
CONFIG_SLIP_SMART=y
# CONFIG_SLIP_MODE_SLIP6 is not set
# CONFIG_NET_RADIO is not set
CONFIG_NET_ETHERNET=y
CONFIG_NET_VENDOR_3COM=y
# CONFIG_EL1 is not set
# CONFIG_EL2 is not set
# CONFIG_ELPLUS is not set
# CONFIG_EL16 is not set
# CONFIG_EL3 is not set
# CONFIG_3C515 is not set
CONFIG_VORTEX=m
# CONFIG_NET_VENDOR_SMC is not set
CONFIG_NET_PCI=y
# CONFIG_PCNET32 is not set
# CONFIG_EEXPRESS_PRO100B is not set
# CONFIG_DE4X5 is not set
CONFIG_DEC_ELCP=m
# CONFIG_DGRS is not set
CONFIG_NE2K_PCI=m
# CONFIG_YELLOWFIN is not set
# CONFIG_RTL8139 is not set
# CONFIG_EPIC is not set
# CONFIG_TLAN is not set
# CONFIG_VIA_RHINE is not set
# CONFIG_NET_ISA is not set
# CONFIG_NET_EISA is not set
# CONFIG_NET_POCKET is not set
# CONFIG_TR is not set
# CONFIG_FDDI is not set
# CONFIG_ARCNET is not set
# CONFIG_SHAPER is not set
<--- Output of �ifconfig� on server/gateway machine --->
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:61937 errors:0 dropped:0 overruns:0 frame:0
TX packets:61937 errors:0 dropped:0 overruns:0 carrier:0
collisions:0
eth0 Link encap:Ethernet HWaddr 00:10:5A:14:A5:29
inet addr:192.168.2.2 Bcast:192.168.2.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:81173 errors:0 dropped:0 overruns:0 frame:0
TX packets:95918 errors:0 dropped:0 overruns:0 carrier:0
collisions:10
Interrupt:10 Base address:0xdc00
eth1 Link encap:Ethernet HWaddr 00:10:4B:11:E7:74
inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1093501 errors:1 dropped:0 overruns:0 frame:1
TX packets:997691 errors:0 dropped:0 overruns:0 carrier:0
collisions:0
Interrupt:11 Base address:0xd800
<--- Output of �route �nv� on server/gateway machine --->
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use
Iface
255.255.255.255 0.0.0.0 255.255.255.255 UH 0 0 1 eth1
192.168.2.0 0.0.0.0 255.255.255.0 U 0 0 237 eth0
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 22 eth1
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 20 lo
0.0.0.0 192.168.2.1 0.0.0.0 UG 0 0 2135 eth0
------------------------------
From: War <[EMAIL PROTECTED]>
Subject: Problems With Routeing
Date: Tue, 13 Jul 1999 00:47:38 GMT
Ok. This is odd. Whenever i try to set my linux box up to route for
some odd reason it deletes both of my NIC interfaces! and it is no easy
task to put them back! i know how to add them but when i try all it does
is tell me that is is delaying the initialization of eth0 (or 1
whichever one it feels like screwing up). what i want to do is set the
linux box (that had a cable connection to the net) as a router with ip
masqerading. every time i attempt to do this (wheather it is on my own
or following some sort of instructions) as soon as i tell it to enable
routeing it deletes my interfaces! any ideas?
------------------------------
From: "Hiawatha Bray" <[EMAIL PROTECTED]>
Subject: Samba--the basics
Date: 12 Jul 1999 17:59:57 PDT
Could someone here tell me where to get a good Samba walkthrough, to connect
a Linux box to a Win 95 PC? Thanks.
------------------------------
From: "Scott Le Brun" <[EMAIL PROTECTED]>
Subject: RH6 - no IP forwarding from 1 dialin line
Date: Tue, 13 Jul 1999 11:50:43 +1000
Here's the story:-
Using Red Hat 6 as a router/host:
dialin 1 ======> ----------------------
(internal ip range) | Linux server | =====> internal network
| |
dialin 2 ======> ---------------------- =====> internet
(live ip)
As you can see above (please excuse my lousy ascii art), there are 2 dialin
lines. Dialin 2 works fine, IP packets are nicely forwarded to the internet
link outside, with no problems at all.
Now onto the problem itself: Dialin 1 - you can dial into the linux server
using PPP. You can ping to each of the interfaces on the linux server from
the client dialing in. On the linux server you can ping the interfaces on
the client. But from the client, it cannot ping any other hosts on the
internal network.
Forwarding is enabled in /proc/sys/net/ipv4/.../forwarding =>1
The routing tables are intact - the linux server can ping the same hosts as
we're trying from the client.
Now the strange part... it USED to work with the old slackware 3.2 system,
but now installing the new RH6 the problem shows up.
Any ideas on where to look?
Thanks...
Scott Le Brun
Unix & Internet Systems Manager
Mount Scopus Memorial College
Burwood, Victoria, Australia
------------------------------
From: [EMAIL PROTECTED] (Ian Briggs)
Crossposted-To: comp.os.linux.help,comp.os.linux.setup
Subject: Re: Netscape, RH 6.0 and pppd
Date: Tue, 13 Jul 1999 01:19:05 GMT
Dr. G wrote:
:
:--------------C50788A89BCD3A40F91010CF
:Content-Type: text/plain; charset=us-ascii
:Content-Transfer-Encoding: 7bit
:
:I have tried to set up a ppp-on script to no avail, even after reading
:several HOWTO's. Do you have any suggestions?
:
:When I use the following script from a command prompt it dials and
:connects.
:
:/usr/sbin/pppd /dev/ttyS0 57600 noauth debug user <username> connect
:"/usr/sbin/chat -v ' ' AT OK ATD6446703 CONNECT '\d\c' "
:
:(Id I change the speed to 115200, it doesn't work at all)
:
:If I put this script in the file "ppp-on" there is no response.
:
:I know I'm missing sometrhing very basic here. Any help wouild be
:appreciated.
:
:Thanks,
:
:Darrell
:
:--------------C50788A89BCD3A40F91010CF
:Content-Type: text/html; charset=us-ascii
:Content-Transfer-Encoding: 7bit
:
:<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
:<html>
:I have tried to set up a ppp-on script to no avail, even after reading
:several HOWTO's. Do you have any suggestions?
:<p>When I use the following script from a command prompt it dials and connects.
:<p><b>/usr/sbin/pppd /dev/ttyS0 57600 noauth debug user <username>
:connect "/usr/sbin/chat -v ' ' AT OK ATD6446703 CONNECT '\d\c' "</b>
:<p>(Id I change the speed to 115200, it doesn't work at all)
:<p>If I put this script in the file "ppp-on" there is no response.
:<p>I know I'm missing sometrhing very basic here. Any help wouild
:be appreciated.
:<p>Thanks,
:<p>Darrell</html>
:
:--------------C50788A89BCD3A40F91010CF--
:
If there's absolutely no response from the script, maybe it needs
different permissions, or its location isn't included in your PATH.
If the script runs, but pppd or chat is failing, you could try posting the
log output (sans any password). Or Bill Unruh's "How to hook up PPP"
might help, if you haven't already found it -- at
http://axion.physics.ubc.ca/ppp-linux.html .
Good luck.
Ian
------------------------------
From: viper <[EMAIL PROTECTED]>
Crossposted-To:
alt.uu.comp.os.linux.questions,comp.os.linux.questions,comp.sys.ibm.pc.hardware.networking,tw.bbs.comp.hardware.network
Subject: Re: CABLE MODEM, NETWORK, SLOW SERVER??
Date: Tue, 13 Jul 1999 01:05:31 +0000
Eric Pearson wrote:
> (i would appreciate an email reply also as I may not get back here for a
> while)
>
> I've got a question (obviously), I'm planning on setting up a network in my
> apartment using a cable modem service and the following:
>
> P75, 16megs RAM, 2.1Gig HD, running RedHat 5
> K6-2 350, 192megsRAM, 8.4 Gig HD, running WinNT 4.0 but may switch to
> Win98 or 2000 when it's released
> P200 32megs RAM 4.3 Gig HD running Win98, may switch to NT4 or 2000
> 25MHz PS/1 8 megs RAM 250 MB HD running RedHat 5, minimal installation for
> networking
>
> The Question:
> I have to choose one of these computers to act as the host for the cable
> modem service, and use "IP Masquerading" to share the net connection. Is it
> feasable to use the PS/1 solely for this purpose? (Just tuck it out of the
> way) I know it's a slow ass little thing but I don't know how much work it
> actually has to do just to dish out the connection. The reason is I'd like
> to be able to be working on the other computers, rebooting them and such and
> still have the connection to the others active.
>
> Is this impossible and will it slow down my connection? What if I use the
> P75? I'd like to avoid using either of the windows machines for this
> because I'm sure you know you have to reboot those bitches alot.
>
> Thanx, and I'd appreciate an email copy of any responses.
>
> -Eric pearson
> misterp@[EMAIL PROTECTED]
It is possible to accomplish what you want. The connection will be slow, but
it is feasible. I suggest not to install anything but the network software.
------------------------------
From: Bernd Eckenfels <[EMAIL PROTECTED]>
Subject: Re: Problems With Routeing
Date: 13 Jul 1999 01:16:09 GMT
War <[EMAIL PROTECTED]> wrote:
> task to put them back! i know how to add them but when i try all it does
> is tell me that is is delaying the initialization of eth0 (or 1
> whichever one it feels like screwing up).
Who is telling you what exactly when. What distributio and hardware you are
using. what have you done and what are u expecting to happen? How is the
hardware configured and which one has worked in another computer?
Greetings
Bernd
------------------------------
** 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
******************************