Linux-Networking Digest #590, Volume #11 Sat, 19 Jun 99 14:13:30 EDT
Contents:
Re: PPP - What can I tell you to help solve my problem? (Clifford Kite)
Re: swiss army knife disk (Robert Lynch)
Re: Could Microsoft Cheat On The New Mindcraft Benchmark? (was: Mindcraft Retest
News (Chris Lee)
Re: BNC cable length limit (Eugene)
PPP - What can I tell you to help solve my problem? ("Matthew O. Persico")
Re: FTP installing RH6 via LAN fails. Why? (Jeremiah Kristal)
initab trick ! ("Greg")
Re: Netscape problem w/Apache ("Brent Davies")
Re: CGI displays raw HTML code? (Chris Harshman)
Re: Netscape problem w/Apache (Joachim Feise)
Possible to direct connect NT Wks and RH6 with crossover cable? ("Chris")
Re: Possible to mount Samba filesys (smbfs) via ordinary 'mount' command? (Rod Smith)
Re: Any comments on this eth card "trick" (Greg de Freitas)
Re: ssh connection => network connection? ("Brian Zhou")
Re: Downloads make other connections crawl. (Chris Harshman)
Re: T1 help (Chris Harshman)
Re: T1 help (Chris Harshman)
Re: Network (Atomic) Time (Moritz Moeller-Herrmann)
Re: swiss army knife disk (Chris Harshman)
----------------------------------------------------------------------------
From: kite@NoSpam.%inetport.com (Clifford Kite)
Crossposted-To: comp.os.linux.setup
Subject: Re: PPP - What can I tell you to help solve my problem?
Date: 19 Jun 1999 10:33:18 -0500
Matthew O. Persico ([EMAIL PROTECTED]) wrote:
: connection. I think I have two problems:
: 1) Since my ISP (erols.com) uses dynamic IP addresses, I have set the
: noipaddress arguement to PPP. After all the pppd negotiation, I get
: messages that state that ppp has determined the remote and the local
: IP addresses. Two lines later, it says it cannot determine the local
: address!
There's no "noipaddress" option, there's noip and noipdefault. With
the noip option you deny pppd IPCP negotiation and IP communication.
The noipdefault means that pppd is not to get an IP address from the
local hostname, which is often appropriate.
: 2) Since my ISP uses dynamic DNS assignemnts, I use the usedpeerdns
: argument. I guess that pppd is reading them correctly since
: a new resolv.conf is created every time I connect. But it's not
: in /etc, it's in /etc/ppp. Is this a going to be a problem once
: I get problem #1 fixed.
Very likely. What you mean is that the peer supplies DNS addresses with
the Microsoft hack of IPCP to do this. That hack is not a part of the
standard PPP protocol and very unlikely to become a part of it.
It's doubtful that the DNS addresses will change very often if at all.
Once you know the DNS addresses you probably don't need the peer to
supply them time-after-time, dropping the usepeerdns option and putting
the addresses in /etc/resolv.conf should work. Otherwise you'll have
to do something to get it linked to the actual file that has the DNS
addresses along the lines suggested in the README.
It's surely significant that this option isn't in the man pages, the
pppd maintainer certainly knows it's a hack.
: So, in order you you to help me solve this, what information should
: I post? Snippets of /var/log/messages?
: BTW, I have debug and kdebug 1 set on the pppd.
Logs yes, but no kdebug please.
--
Clifford Kite <kite@inet%port.com> Not a guru. (tm)
/* 97.3% of all statistics are made up. */
------------------------------
Date: Sat, 19 Jun 1999 09:02:17 -0700
From: Robert Lynch <[EMAIL PROTECTED]>
Subject: Re: swiss army knife disk
Russell Treleaven wrote:
>
> Long ago when I was a Network Administrator looking after Novell and NT
> Networks I used what I called my swiss army knife boot disk all the time.
>
> The swiss army knife boot disk booted to dos 6.22.
> once at the prompt I started my batch file with the appropriate nic driver
> as an agument.
> (I'll bet I could even have made it pseudo plug and play but never got
> around to it.)
> This connected me to my Swiss Army knife Novell server with all my tools and
> drive images.
>
> I had the proper policies in place (no user data on the local drives and per
> user configuration information on the network)
>
> So If I couldn't fix a software or OS problem with a workstation in about 20
> minutes.
> I just used powerquest drive image get a new image on the machine. which
> took another 20 minutes.
>
> Boom just about any software or OS problem nailed in 40 minutes.
>
> The user whose machine I was working on could use just about any other
> available machine while I was fixing theirs because of the standard images
> and network based per user configuration.
>
> Does anyone have a similar stategy for a linux lan? (Linux on the desktop
> and linux on the backend.)
>
> Can a linux boot disk be made that is generic enough and small enough to
> allow me to pick my NIC driver in this manner?
>
> What about the file system? will I have access to the ext2 file system on
> the local drives?
>
> I'm pretty new to Linux but learning every day.
>
> My goal is to make a 100 user LAN that will be as easy as possible for the
> users and the administrator.
>
> Is Linux ready for this?
See Tom's root boot:
http://www.toms.net/rb/
Even if it doesn't do what you want, the comparison penguins on the motd
page are funny as hell.
FWIW. Bob L.
--
Robert Lynch-Berkeley CA [EMAIL PROTECTED]
http://www.best.com/~rmlynch/
------------------------------
From: [EMAIL PROTECTED] (Chris Lee)
Crossposted-To:
comp.os.linux.advocacy,comp.infosystems.www.servers.unix,comp.os.linux.misc
Subject: Re: Could Microsoft Cheat On The New Mindcraft Benchmark? (was: Mindcraft
Retest News
Date: 19 Jun 1999 16:34:59 GMT
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
says...
>
>On Sat, 19 Jun 1999 13:22:10 +1200, "Stuart Fox"
><[EMAIL PROTECTED]> wrote:
>
>:> This would be easy to program, but would never work, because
>:> Unix users just *don't* set up their software to
>:> automatically execute e-mail attachments.
>
>
>Wow, this was a beautiful piece of FUD I missed.
What FUD? How do you think BO got to be so popular with the Windows set?
------------------------------
Subject: Re: BNC cable length limit
From: Eugene <[EMAIL PROTECTED]>
Date: Sat, 19 Jun 1999 15:12:53 GMT
175 meters
(it might be 185)
"Manohar Singh" <[EMAIL PROTECTED]> wrote:
>hey hey fellas!
>
>What is the maximum length a BNC cable can be used safely in a peer to =
peer
>limit?
>
>would appreciate an answer very much ....
>thankooo ;-)
------------------------------
From: "Matthew O. Persico" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: PPP - What can I tell you to help solve my problem?
Date: Sat, 19 Jun 1999 10:28:07 -0400
Well, to make long story short, after installing RH6.0, using the
linuxconf tool to set up PPP, getting over the 21/26/24 conf errors
(thanks [EMAIL PROTECTED]), printing out if*, ppp*, reading the heck out
of them and tailing -f /var/log/messages, I STILL cannot get a
successful
connection. I think I have two problems:
1) Since my ISP (erols.com) uses dynamic IP addresses, I have set the
noipaddress arguement to PPP. After all the pppd negotiation, I get
messages that state that ppp has determined the remote and the local
IP addresses. Two lines later, it says it cannot determine the local
address!
2) Since my ISP uses dynamic DNS assignemnts, I use the usedpeerdns
argument. I guess that pppd is reading them correctly since
a new resolv.conf is created every time I connect. But it's not
in /etc, it's in /etc/ppp. Is this a going to be a problem once
I get problem #1 fixed.
So, in order you you to help me solve this, what information should
I post? Snippets of /var/log/messages?
BTW, I have debug and kdebug 1 set on the pppd.
Thanks.
--
Matthew O. Persico
------------------------------
From: [EMAIL PROTECTED] (Jeremiah Kristal)
Subject: Re: FTP installing RH6 via LAN fails. Why?
Date: Sat, 19 Jun 1999 16:47:32 GMT
On Wed, 16 Jun 1999 14:44:48 +0200, Martin Filtenborg <[EMAIL PROTECTED]>
wrote:
>Silly problem: Trying to install RH6 through LAN, I'm unable to find the
>Ethernet NIC (D-Link DE220 PCT) and therefore fail to even get started.
>Neither AutoProbe nor specification of IO & IRQ found under W95 helps.
>Any good ideas??
>
>Martin Filtenborg
I had a similar problem with an unsupported ethernet card (3Com
3c905B). I ended up getting an old 3c509 for about $2 and using that
instead. Word of advice though, for some reason RedHat6.0 assumes
you're too dumb to know that a / goes in front of the path and adds it
in. Took me quite some time to figure out that I was looking for
//i386. (Though I deserve it for using a Win98 box as an FTP server.
Jeremiah
------------------------------
From: "Greg" <[EMAIL PROTECTED]>
Subject: initab trick !
Date: Sat, 19 Jun 1999 11:56:25 -0400
I'm running RedHat 5.1 here is it possible to stop and start
the /etc/initab file with out rebooting..? I need to test a program
and want to be able to stop it from respawning while I do the
edits and be able to restart it from the /etc/initab.
Thanks in advance Greg.
------------------------------
From: "Brent Davies" <[EMAIL PROTECTED]>
Crossposted-To: alt.linux,alt.linux.sux,alt.os.linux,comp.os.linux.misc
Subject: Re: Netscape problem w/Apache
Date: Sat, 19 Jun 1999 15:49:07 GMT
I really appreciate all of the advice for HTML editors, and I will look into
them, but my problem with Apache/Netscape still remains.
I am conversing with someone over email, and he asked me to more fully
describe the problem. I tried to, and I'm copying that text into this
posting.
Pasted text:
I have multiple web sites on one server. I am using the VirtualHost
directive in httpd.conf to accomplish this. This problem exists on
some, but not all, of the virtual sites. The file srm.conf is correctly
configured so that the DirectoryIndex files are index.html, index.htm,
index.shtml, index.cgi. Ok, as for the Apache configuration, that is all
the relevant info that I can think of. If there's something in Apache that
you need me to tell you, ask and I'll reply.
Now, when I open Internet Explorer on a Windows machine and attach to the
web site, it works great. When I open Netscape Navigator on a Win box and
hit the web site, I get source code. The interesting thing about it is that
the source code is from the correct index.html page. That would tell me
that Netscape made a request to access the web site, Apache said, "what URL
are you looking for", Netscape replied, Apache said, "Ok, you did not
specifiy a document name, so my srm.conf file says that I should look for
index.html first. Ah, here it is, Apache passed the file to Netscape.
Perfect. So why does Netscape display it as source code and not
graphical!?! It's a little frustrating, though I'm not blaming you.
Anyway, that is about as much detail as I can think of. I'm sure that I
forgot something. If you want anything more, let me know.
Thanks,
-B
Jeremy Lunn <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Chris Harshman wrote:
> >
> > Brent Davies wrote:
> > > the web site with HotMetal Pro. I don't know if a WYSIWYG editor in
Linux.
> >
> > Netscape Communicator's Composer module. I do 95% of my layout
> > and editing in there, and then fire up Emacs for final tweaks.
>
> That's what I used to use in Winbloze, but I found that the syntax that
> it used to be a pain to edit afterwards.
>
> --
> Jeremy Lunn
> Melbourne, Australia
> ICQ: 19255837
------------------------------
From: Chris Harshman <[EMAIL PROTECTED]>
Subject: Re: CGI displays raw HTML code?
Date: Sat, 19 Jun 1999 11:26:30 -0500
Actually, it does:
printf("Content-type: text/html\n\r\n");
(I've written other CGI programs in C before,
and this is the first to do this. Of course,
it's also the first where I've tried to juggle
cookies, too...)
Malware wrote:
>
> Hi Chris,
>
> you wrote:
> > If you 'Reload' and 'Repost form data' the page displays
> > properly, and all subsequent pages generated by the same
> > script load and display properly. It's just that first
> > time logging in.
> >
> > Now, if I pull up the same site in Internet Explorer 4.0,
> > it always displays properly, every time.
>
> Seems your CGI does not return 'Content-type: text/html' the first time
> called. While Netscape does rely on the content-type, IE might check the
> content of any text file to be a HTML page and does display it as HTML
> if so.
>
> Malware
------------------------------
From: Joachim Feise <[EMAIL PROTECTED]>
Crossposted-To: alt.linux,alt.linux.sux,alt.os.linux,comp.os.linux.misc
Subject: Re: Netscape problem w/Apache
Date: Sat, 19 Jun 1999 09:48:36 -0700
Reply-To: [EMAIL PROTECTED]
It seems that your index.html is sent over with the MIME type text/plain
instead of text/html. I remember seeing this when the filename was index.htm and
the configuration file was not set up to use text/html for .htm files.
Netscape's behavior in this case would actually be correct, IE apparently looks at
the content and decides it is html. In addition, IE usually uses HTTP 1.1, while
Netscape uses 1.0.
There is a way to test this, with telnet:
telnet to port 80 on your server, and then type:
GET / HTTP/1.0
Host: hostname of your server
Don't forget an additional empty line at the end.
Now, if this turns out to be the problem, how to fix it? Probably somewhere in
the Apache configuration. But where, I have no idea.
-Joe
Brent Davies wrote:
:
: I really appreciate all of the advice for HTML editors, and I will look into
: them, but my problem with Apache/Netscape still remains.
:
: I am conversing with someone over email, and he asked me to more fully
: describe the problem. I tried to, and I'm copying that text into this
: posting.
:
: Pasted text:
: I have multiple web sites on one server. I am using the VirtualHost
: directive in httpd.conf to accomplish this. This problem exists on
: some, but not all, of the virtual sites. The file srm.conf is correctly
: configured so that the DirectoryIndex files are index.html, index.htm,
: index.shtml, index.cgi. Ok, as for the Apache configuration, that is all
: the relevant info that I can think of. If there's something in Apache that
: you need me to tell you, ask and I'll reply.
:
: Now, when I open Internet Explorer on a Windows machine and attach to the
: web site, it works great. When I open Netscape Navigator on a Win box and
: hit the web site, I get source code. The interesting thing about it is that
: the source code is from the correct index.html page. That would tell me
: that Netscape made a request to access the web site, Apache said, "what URL
: are you looking for", Netscape replied, Apache said, "Ok, you did not
: specifiy a document name, so my srm.conf file says that I should look for
: index.html first. Ah, here it is, Apache passed the file to Netscape.
: Perfect. So why does Netscape display it as source code and not
: graphical!?! It's a little frustrating, though I'm not blaming you.
:
: Anyway, that is about as much detail as I can think of. I'm sure that I
: forgot something. If you want anything more, let me know.
:
: Thanks,
: -B
--
===================================================================
Joachim Feise Ph.D. Student, Information & Computer Science
mailto:[EMAIL PROTECTED] http://www.ics.uci.edu/~jfeise/
mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
===================================================================
Windows 95/NT - 32 bit extensions and a graphical shell for a 16 bit
patch to an 8 bit operating system originally coded for a 4 bit
microprocessor, written by a 2 bit company that can't stand 1 bit
of competition.
Found at: http://www.ugu.com/sui/ugu/show?I=windows&F=1111111111&G=Y
------------------------------
From: "Chris" <[EMAIL PROTECTED]>
Subject: Possible to direct connect NT Wks and RH6 with crossover cable?
Date: Sat, 19 Jun 1999 12:35:16 -0400
I've been working on this 486 linux box that's destined to be a
firewall/gateway. I got 2 3com 3c509b's installed and I believe
they are functioning. (At least they show up as "OK" when I boot)
For now, I just want to test the eth0 and eth1 to see if they are ok.
I figure the best way would be to try and mount some shared NT
drives. But for now, I have nothing but a x-over cable to connect
the 2 systems. I've been fooling around with samba and I believe I've
made all the necessary adjustments to /etc/smb.conf. But whenever
I try to run smbclient -L hostname I get this:
added interface ip=192.168.1.100 bcast=192.168.1.255 nmask=255.255.255.0
and then nothing. I do have some activity on the led's (and if I'm playing
an mp3 in NT
it stutters for a second). Otherwise nothing happens after that.
Anyways I'm looking for some pointers on what I'm missing. Thanks!
[EMAIL PROTECTED]
------------------------------
From: [EMAIL PROTECTED] (Rod Smith)
Crossposted-To: comp.os.linux.misc,comp.os.linux.setup
Subject: Re: Possible to mount Samba filesys (smbfs) via ordinary 'mount' command?
Date: Sat, 19 Jun 1999 17:08:43 GMT
Reply-To: [EMAIL PROTECTED]
[Posted and mailed]
In article <7kghgn$q72$[EMAIL PROTECTED]>,
[EMAIL PROTECTED] (Kenny McCormack) writes:
> I have Samba working fine and can mount drives on my 9x/NT boxes from
> Linux using smbmount. However, it would be nice if it could be done
> using ordinary 'mount', using the normal mount syntax - and,
> eventually, to be done via entries in the /etc/fstab file.
I've been casually looking for something like this for some time, with no
luck. I did recently run across the following in the smbmount man page:
: To mount an smb file system, I suggest using the option -c
: for smbmount to pass the mount command. For example, use
: smbmount "\\server\tmp" -c 'mount /mnt -u 123 -g 456'
: to mount the tmp share of server on /mnt
This did work for me. I've not yet tried to combine this with user
permissions in the /etc/fstab file to see if this might allow normal users
to do it. Perhaps a suid root script could do it, though....
--
Rod Smith
[EMAIL PROTECTED]
http://www.channel1.com/users/rodsmith
NOTE: Remove the "uce" word from my address to mail me
------------------------------
From: Greg de Freitas <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Subject: Re: Any comments on this eth card "trick"
Date: Sat, 19 Jun 1999 17:05:58 GMT
tleds
--
Ciao 4 now, Greg.
# Email : mailto:[EMAIL PROTECTED] #
# Email : mailto:[EMAIL PROTECTED] #
# To Live, To Love, To Learn, To Leave A Legacy. #
------------------------------
From: "Brian Zhou" <[EMAIL PROTECTED]>
Crossposted-To: comp.dcom.vpn,comp.unix.bsd.freebsd.misc
Subject: Re: ssh connection => network connection?
Date: Fri, 18 Jun 1999 09:00:20 -0700
I think it must be possible without having firewall administrator involved.
You see, X traffic isn't explicitly allowed in the firewall rule but I can
run X apps from outside-host on inside-host's X server.
It should be something related to VPN, setting up a PPP connection and a
route, or some port forwarding. The Linux VPN how to give an example, but
both ends are Linux with sudo capability, in my case inside-host is FreeBSD
3.2 (with root access) and outside-host is HP-UX 10.20, although I can ssh
to outside-host2 which is a RedHat 6.0 with root access.
-Brian
Tony Voet <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Brian Zhou wrote:
> >
> > If thru a firewall I can remote login from inside-host to outside-host
via
> > socksified ssh, can I somehow turn that connection into a network
> > connection? My goal is to be able to ping outside-host from inside-host.
> > How? Assume both ends are Unix systems.
> >
> > Options such as using socksified application are not feasible since the
> > firewall only allow ssh traffic to a particular outside-host.
>
> If your SOCKS firewall doesn't allow ICMP (ping), the only thing you can
do is
> talk to your firewall administrator.
>
> tv
------------------------------
From: Chris Harshman <[EMAIL PROTECTED]>
Subject: Re: Downloads make other connections crawl.
Date: Sat, 19 Jun 1999 11:41:39 -0500
Try setting your MRU and MTU to something like 296
(256 bytes + 40 bytes of header), or 552. Smaller
MTU/MRU values increase interactive performance
and multiple connection performance over slower
lines (yeah, 56K modems qualify as "slower") at a
slight cost in download speed on large transfers.
Walter Francis wrote:
>
> I've noticed since I installed Linux (RedHat 5.2, now using 6.0) that if
> I have a FTP or HTTP transfer going, all other networking connections
> seem to slow to a dead crawl.
>
> It doesn't seem to matter what speed or amount of available bandwidth
> the transfer is taking up, for instance a 1.5k/s transfer out of the
> bandwidth of my 56K modem (we'll say 5K/s or so) should allow me snappy
> connections, but it isn't the case. But if I start several transfers,
> it's not unexpected to find that I have 3 or 4 1.5k/s transfers.
>
> I *know* this can't be common, otherwise Apache/Linux wouldn't be so
> popular! Maybe there is some networking option I am missing. I don't
> think it's an interrupt priority problem, I don't notice an overall
> machine slowdown, just other net connections.
>
> Again, using Redhat 6.0, 2.2.10 kernel, PPP compiled in, using an
> internal 56K modem to connect to Mindspring using PPP, usually connect
> at 46666 or better.
>
> Appreciate any suggestions..
>
> --
> Walter Francis
> http://wally.hplx.net Powered by RedHat 6.0
------------------------------
From: Chris Harshman <[EMAIL PROTECTED]>
Subject: Re: T1 help
Date: Sat, 19 Jun 1999 11:38:21 -0500
I always thought this was the sort of thing you knew how to do BEFORE
undertaking such a task at a commercial ISP...?
Assuming your network is 192.168.12.x, your router is 192.168.12.1,
and your Linux box is 192.168.12.13 (which, of course, it isn't;
substitute your own numbers)...
Clear all of your existing routes. netstat -nr should show only
localhost routing... That means it should only look roughly
like this:
darkness:~# netstat -nr
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt
Iface
127.0.0.0 0.0.0.0 255.0.0.0 U 3584 0 0
lo
(If you don't know how to 'del' routes, you're REALLY in trouble.)
Now, simply add in the routing for your T1:
# /sbin/route add -net 192.168.12.0 netmask 255.255.255.0 eth0
# /sbin/route add default gw 192.168.12.1
Realistically, you need to purchase a couple of O'Reilly & Assoc.
books, and learn how to do this stuff for yourself:
TCP/IP Network Administration, ISBN 0-937175-82-X
Getting Connected, the Inernet at 56k and Up, 1-56592-154-2
Dave wrote:
>
> first off sorry for the language thing i am really frustrated, yes i really
> do mean a T1, this linux box is going to be a web server for my isp, i work
> for them, and were hooking a direct t1 to the back of the linux box, as i
> said i can do it windows just not in linux, anywhere you can steer me to a
> manual would be very very helpful
>
> kyle
>
> Matthew P. Cummings <cummings@TRY-IT&PAYstingray.net> wrote in message
> news:7kf3of$104$[EMAIL PROTECTED]...
> > In article <7kdu55$sg9$[EMAIL PROTECTED]>,
> > "Kyle Hittle" <[EMAIL PROTECTED]> writes:
> > > how the hell do i config a T1 on redhat 5.2, please help, i can't get on
> the
> > > freaking net
> >
> > I'm going to ignore your language, it's not appropriate here, and answer
> your
> > question.
> >
> > Set your default routing to be your router. Your router is going to be
> > handling all the details. As root use the linuxconf program to change the
> > networking options, you'll see how when you run the program.
> >
> > Now, do you really mean a T1, a very expensive line that normally an ISP
> has
> > for the incoming feed, and then they use a terminal server to connect
> > their customers to the Internet. In a nutshell, you basically come from
> the TS
> > to the R and then out to the Internet.
> >
> > ---
> > Legal Warning: Do NOT send unsolicited commercial email to me - consider
> this
> > an official notice.
> >
> > cummings@TRY-IT&PAYmcmsys.com - http://www.mcmsys.com/~cummings
------------------------------
From: Chris Harshman <[EMAIL PROTECTED]>
Subject: Re: T1 help
Date: Sat, 19 Jun 1999 11:38:29 -0500
I always thought this was the sort of thing you knew how to do BEFORE
undertaking such a task at a commercial ISP...?
Assuming your network is 192.168.12.x, your router is 192.168.12.1,
and your Linux box is 192.168.12.13 (which, of course, it isn't;
substitute your own numbers)...
Clear all of your existing routes. netstat -nr should show only
localhost routing... That means it should only look roughly
like this:
darkness:~# netstat -nr
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt
Iface
127.0.0.0 0.0.0.0 255.0.0.0 U 3584 0 0
lo
(If you don't know how to 'del' routes, you're REALLY in trouble.)
Now, simply add in the routing for your T1:
# /sbin/route add -net 192.168.12.0 netmask 255.255.255.0 eth0
# /sbin/route add default gw 192.168.12.1
Realistically, you need to purchase a couple of O'Reilly & Assoc.
books, and learn how to do this stuff for yourself:
TCP/IP Network Administration, ISBN 0-937175-82-X
Getting Connected, the Internet at 56k and Up, 1-56592-154-2
Dave wrote:
>
> first off sorry for the language thing i am really frustrated, yes i really
> do mean a T1, this linux box is going to be a web server for my isp, i work
> for them, and were hooking a direct t1 to the back of the linux box, as i
> said i can do it windows just not in linux, anywhere you can steer me to a
> manual would be very very helpful
>
> kyle
>
> Matthew P. Cummings <cummings@TRY-IT&PAYstingray.net> wrote in message
> news:7kf3of$104$[EMAIL PROTECTED]...
> > In article <7kdu55$sg9$[EMAIL PROTECTED]>,
> > "Kyle Hittle" <[EMAIL PROTECTED]> writes:
> > > how the hell do i config a T1 on redhat 5.2, please help, i can't get on
> the
> > > freaking net
> >
> > I'm going to ignore your language, it's not appropriate here, and answer
> your
> > question.
> >
> > Set your default routing to be your router. Your router is going to be
> > handling all the details. As root use the linuxconf program to change the
> > networking options, you'll see how when you run the program.
> >
> > Now, do you really mean a T1, a very expensive line that normally an ISP
> has
> > for the incoming feed, and then they use a terminal server to connect
> > their customers to the Internet. In a nutshell, you basically come from
> the TS
> > to the R and then out to the Internet.
> >
> > ---
> > Legal Warning: Do NOT send unsolicited commercial email to me - consider
> this
> > an official notice.
> >
> > cummings@TRY-IT&PAYmcmsys.com - http://www.mcmsys.com/~cummings
------------------------------
From: [EMAIL PROTECTED] (Moritz Moeller-Herrmann)
Crossposted-To: alt.os.linux
Subject: Re: Network (Atomic) Time
Date: Sat, 19 Jun 1999 18:16:18 +0200
Reply-To: [EMAIL PROTECTED]
On Tue, 15 Jun 1999 16:23:28 GMT, Walt Shekrota <[EMAIL PROTECTED]> wrote:
>In alt.os.linux Walt Shekrota <[EMAIL PROTECTED]> wrote:
>
>SORRY .... SHOULD READ 'RDATE'
>
>> Also try 'man rdate'
>> Some dists have it, some don't.
>> My RH6 has it
>> Didn't see it in SUSE or Slackware but then maybe I just didn't select it in the
>install.
SuSE has "netdate". Is this the same? I use
netdate my.host.com && hwclock --systohw;
--
Moritz Moeller-Herrmann [EMAIL PROTECTED] ICQ# 3585990 # Not only
Get my public pgp / gpg key from # Open Source(TM)
http://webrum.uni-mannheim.de/jura/moritz/pubkeymoritz # but also
KDE forever! Use Linux to impress your friends! # Open Minded!
------------------------------
From: Chris Harshman <[EMAIL PROTECTED]>
Subject: Re: swiss army knife disk
Date: Sat, 19 Jun 1999 11:43:01 -0500
Are CD-ROM drives installed on the workstations? A bootable
CD-R would do the trick...
Russell Treleaven wrote:
>
> Long ago when I was a Network Administrator looking after Novell and NT
> Networks I used what I called my swiss army knife boot disk all the time.
>
> The swiss army knife boot disk booted to dos 6.22.
> once at the prompt I started my batch file with the appropriate nic driver
> as an agument.
> (I'll bet I could even have made it pseudo plug and play but never got
> around to it.)
> This connected me to my Swiss Army knife Novell server with all my tools and
> drive images.
>
> I had the proper policies in place (no user data on the local drives and per
> user configuration information on the network)
>
> So If I couldn't fix a software or OS problem with a workstation in about 20
> minutes.
> I just used powerquest drive image get a new image on the machine. which
> took another 20 minutes.
>
> Boom just about any software or OS problem nailed in 40 minutes.
>
> The user whose machine I was working on could use just about any other
> available machine while I was fixing theirs because of the standard images
> and network based per user configuration.
>
> Does anyone have a similar stategy for a linux lan? (Linux on the desktop
> and linux on the backend.)
>
> Can a linux boot disk be made that is generic enough and small enough to
> allow me to pick my NIC driver in this manner?
>
> What about the file system? will I have access to the ext2 file system on
> the local drives?
>
> I'm pretty new to Linux but learning every day.
>
> My goal is to make a 100 user LAN that will be as easy as possible for the
> users and the administrator.
>
> Is Linux ready for this?
------------------------------
** 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
******************************