Linux-Networking Digest #840, Volume #9 Sun, 10 Jan 99 16:13:56 EST
Contents:
Re: su won't let me shutdown/ifconfig (mike burrell)
Re: su won't let me shutdown/ifconfig (Vik Olliver)
Re: su won't let me shutdown/ifconfig ("Charles Stack")
Frame count. ("Adrian St.Onge")
FTP Server ("Florent")
Re: Creating Dial-Up accounting in X? (Steve Harvey)
Remotely killing X-server ("A.G.")
Re: LAN at home (root)
Re: PPP in 5.1 (Vik Olliver)
Re: Trouble with networ-card ne2000 PCI (root)
Re: Problem w second NE2000 card (Boris Statnikov)
Re: win-98 > FTP > Linux rh 5.1 ("Wiwat Wongkokua")
Re: su won't let me shutdown/ifconfig (Kirk Blue)
su won't let me shutdown/ifconfig ("A.G.")
Re: large packet loss and DUPS with 3com and RH4.2 (root)
Re: win98, winNT, and Linux ("A.G.")
Re: can't write to Linux drive from Win95B ("ACE Alex")
Did PPP eat my routing table? (Bill Voight)
Re: Leafnode - few articles (Frank Steuer)
External ISDN adapter - Does it need to use mlppp? (tom)
Re: Help with DNS Virtual Hosting (Rick Williams)
----------------------------------------------------------------------------
Crossposted-To: comp.os.linux,linux.redhat.misc
Subject: Re: su won't let me shutdown/ifconfig
From: [EMAIL PROTECTED] (mike burrell)
Date: Sun, 10 Jan 1999 19:10:05 GMT
In article <77ashg$njg$[EMAIL PROTECTED]>, A.G. <[EMAIL PROTECTED]> wrote:
>I have read in many a post that one shouldn't logon as root.
>
>Alright, I have set up an account for myself to log on. But how do I
>shutdown the system in the end of the session? "su" doesn't help - I get
>"command not found" message when I try to enter shutdown or ifconfig for
>example.
Try 'su -'...the '-' means "as if that person had actually logged on"...that
way you'll get an /sbin stuck in your PATH, which is where ifconfig and
shutdown are (probably)
>I have to log on as root at the end of each session to only shutdown. This
>is at the very least inconvenient :). I realize that it's probably my
>ignorance, that explains my not knowing a way out of this.
I hope you know that you can just use ctrl-alt-del to reboot if that's what
you're trying to do :). If you want to halt the machine you'll have to
become root, though.
'man su' and 'man ctrlaltdel' may help out a bit.
--
m i k e b u r r e l l
[EMAIL PROTECTED]
http://mikpos.dyndns.org
------------------------------
From: Vik Olliver <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux,linux.redhat.misc
Subject: Re: su won't let me shutdown/ifconfig
Date: Mon, 11 Jan 1999 08:14:37 +1300
Try logging in as root, and do a "which shutdown". Note the full path.
Log in as boring user, type "set |grep -i path" and see if your shutdown
program's path is in there. If it's not you'll need to use the full path
spec to invoke shutdown or add it to your .profile's path command.
Vik :v)
A.G. wrote:
>
> I have read in many a post that one shouldn't logon as root.
>
> Alright, I have set up an account for myself to log on. But how do I
> shutdown the system in the end of the session? "su" doesn't help - I get
> "command not found" message when I try to enter shutdown or ifconfig for
> example.
>
> I have to log on as root at the end of each session to only shutdown. This
> is at the very least inconvenient :). I realize that it's probably my
> ignorance, that explains my not knowing a way out of this.
>
> Please advise,
>
> A.G.
------------------------------
From: "Charles Stack" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux,linux.redhat.misc
Subject: Re: su won't let me shutdown/ifconfig
Date: Sun, 10 Jan 1999 14:13:18 -0500
Try: /sbin/shutdown -h now
Unless shutdown is on your path, you need to qualify it by specifying the
directory.
Charles
------------------------------
Date: Sun, 10 Jan 1999 09:25:50 -0800
From: "Adrian St.Onge" <[EMAIL PROTECTED]>
Subject: Frame count.
Hi,
I'm using Slackware 3.3 and a NE2000 card with two other computers
networked by
coax cabling. Just recently I on one of the computers I started have
really slow network
transfer rates, but the other two were fine. So I ran ifconfig and
noticed a high frame count
were as I didn't have one on the other computers. I did try use
different cards and they all do the same, and they all work fine in a
different computer. I even try different cabling and different
terminaters, no difference. I even did a total reinstall of linux and
still the same thing. If any one has any ideas or an explanation of the
"frame" paramater please let me know.
Thanks for any help, Adrian St.Onge
------------------------------
From: "Florent" <[EMAIL PROTECTED]>
Subject: FTP Server
Date: Sun, 10 Jan 1999 19:29:28 +0100
Is there anybody who can explain me how to configure FTP server and in
general PPP, internet connection ??
Please email at [EMAIL PROTECTED]
------------------------------
From: [EMAIL PROTECTED] (Steve Harvey)
Crossposted-To: comp.os.linux.x
Subject: Re: Creating Dial-Up accounting in X?
Reply-To: [EMAIL PROTECTED]
Date: Sun, 10 Jan 1999 19:49:24 GMT
In article <7736r6$44$[EMAIL PROTECTED]>, GC wrote:
>Hi,
>
>How can I create a Dial-Up account to my ISP under X Windows to use with
>Netscape? What dial-up software do I need? What are the procedures involved?
>
Take a look at the program 'wvdial' - it nicely automates the process of
setting up a PPP connection, and is very smart about auto-configuring your
modem and soforth; just tell it your ISP's phone number, uid, and password
and it'll do the rest.
-Steve
------------------------------
From: "A.G." <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux,linux.redhat.misc
Subject: Remotely killing X-server
Date: Sun, 10 Jan 1999 13:38:42 -0500
I had a problem with X-server hanging at startup yesterday. I know the
reason for that, so that's not what this post is about.
I heard that it's possible to kill X-server through telneting from another
machine. I tried it, but command for example "kill 644" (directed at startx
at first, and then at all other X-related processes) didn't kill anything.
I did "kill -s $DIFFERENT_NUMBERS 644", and most of them didn't do anythig,
but I think that "kill -s 9 644" turned 644 into a "zombie", and so it did
with all other processes, belonging to X. But the screen on the hung machine
didn't change.
I admit that I didn't really know what I was doing with all these -s
switches, so can anyone please explain, what would have been a correct
procedure for this?
Thanx.
A.G.
------------------------------
From: root <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.questions
Subject: Re: LAN at home
Date: 10 Jan 1999 19:34:23 +0100
campin <[EMAIL PROTECTED]> writes:
> Sorry people,
No need for that, that's what we're here for !
> I havw two boxes at home, the Pentium is named "bipolar" and the i486 is
> "skitzo." PPP has not been enabled at any point during the
> diagnostics/lan installation.
> compiled into the kernel, so it saw the NIC at boot-up.
> I didn't change the IP address for the 486 from 199.208.118.159 since
> it's what I already configured on the LAN at
> work, and I just wanted to test my new network before assigning new
> addresses. The pentium is also a "real" IP
> address that can't be connected the internet - 199.208.118.10
>
> I can't get the two machines to ping each other...
>
> dmesg shows the following bootup messages:
>
From your dmesg, your cards seem to be recognised fine.
> Here's ifconfig on eth0:
Your ifconfig's seem to be ok (sorry I am not quotting the commands as
it would
enlarge the answer).
No need to keep banging your head against weird route and netstat
commands.
You need to check two files only, on each machine :
/etc/sysconfig/network
/etc/sysconfig/network-script/ifcfg-eth0
Have a look at them (or send them to us) and see if there are any weird settings inside
them. All your network is being setup, based on those two files.
>
> [root@skitzo init.d]# cat /proc/ioports
> [root@bipolar floppy]# cat /proc/ioports
> [root@skitzo init.d]# cat /proc/interrupts
> [root@bipolar net]# cat /proc/interrupts
I firmly believe that you are not experiencing any irq conflicts or
base
address problem.
> I edited /etc/hosts on both machines and added the name and IP address
> of the other machine.
Check for a simple /etc/hosts file on each machine with basically
three lines:
127.0.0.1 local.localhost
199.208.118.10 skitzo
199.208.118.159 bipolar
> I remembered how I didn't ever get even a ping returned at work until I
> put in the address of the DNS server, even
> though I was pinging machines in my /etc/hosts file, so I made the 486
> the nameserver and started up named on it. I set
> the other box to use the 486 as the default nameserver but it still
> didn't work. I suspect that I didn't set up DNS right,
> and the books didn't seem to help any.
Do not mess with named yet, unless you are experienced with bind.
If you need any further help with named & bind, after you have setup you network,
let me know. Named is NOT required to let the computers see each other (and ping).
> I realize that the packets under "receive" came from me pinging my own
> machine.
> My pentium has one partition with dual boot win95/NT4 so I booted up NT
> and it recognized the card and installed it
> properly. I added the Linux box to it's LMHOSTS file and tried to ping
> it... no luck.
The lmhosts file should be your last worry. Did you give the valid
network settings in the control panel/network for the NIC ? (ip address, netmask
, broadcast and network name ?)
Just to make things clear to you, two things are needed to setup a
tcp/ip
network :
Properly configured network cards and two valid ip address
(with the relative netmask/broadcast settings) to each computer.
> I guess I need to rule out the thinnet wiring itself but it's brand new,
> and so are the connectors (with the proper 50 ohm
> terminators). I bought 50 ohm RGU58A/U cabling, is it the right kind?
>
> One interesting thing is that my NIC's lights on both machines blink
> when I give ping commands. I'm guessing that the
> lights indicate packet activity, so where am I going wrong?
>
The one thing that might happen, (but unlikely) is the NIC defaulting
to
the RJ45 port instead of the 10Base2 one. Try running the setup program from DOS
and force the cards to use 10Base2 port.
> I've even totally redone /etc/smb.conf to try and talk to the NT box
> using Samba but no luck.
> Anyone have any ideas?
Samba has nothing to do with pinging each other. For the sake of
simplicity
stop smb, named, routed, gated, snmpd from starting as daemons. Use the ntsysv tool.
(/usr/sbin/ntsysv).
good luck
(if you find the answer to the problem, let us know)
==================
p94003@rainbow.**NOSPAM**.cs.unipi.gr
remove **NOSPAM** to reply !
------------------------------
From: Vik Olliver <[EMAIL PROTECTED]>
Crossposted-To:
comp.os.linux.help,comp.os.linux.questions,news.admin.os.linux.networking
Subject: Re: PPP in 5.1
Date: Mon, 11 Jan 1999 08:12:15 +1300
Have a look in the PPP-HOWTO and see how to turn on debugging with the
-v flag. Then use the "tail -f /var/log/messages" trick to see where
exactly pppd hangs up.
If it dials but doesn't get the first prompt, consider a dud serial port
or modem cable as a possible problem - eliminate this one by using
minicom to prove the port/modem/cable combo works.
> I dont know if the entire script works or not. I gave up after 30 minuets
> with no completion. The wierd thing is it was looking for (enter) when I
> stopped it. so I think it would have eventually connected. Any help will
> greatly be appreceated.
------------------------------
From: root <[EMAIL PROTECTED]>
Subject: Re: Trouble with networ-card ne2000 PCI
Date: 10 Jan 1999 17:46:01 +0100
Yves Schlegel <[EMAIL PROTECTED]> writes:
> Hello everyone out there!
>
> I'm new to linux and I faced some problems configuring the network. I'm
> using SuSE 5.3 with kernel 2.0.35.
> The loopback network is working very well, but not eth0. I'm using a
> NE2000-compatible PCI card with realtek8029-chip, it is correctly
> detected, but I can't ping on 192.168.1.1. When I ping the server on
> 192.168.1.1 from a client, I just receive Host unreachable, when I ping
> 127.0.0.1 it is reachable!
The 127.0.0.1 that you are pinging (from the client) is not a server,
but
the loopback device of the client (e.g. win95)
So first of all, have you given a valid ip address to the client ? e.g.
192.168.1.2 since 192.168.1.1 is the address of the serrver.
> I saw that in startup there was an error-message, netmask not correct
> defined. But it should be correct becuase it is set to 255.255.255.0,
> broadcast 192.168.1.255, subnet 192.168.1.0.
Do an ifconfig on the server, and let us know of the results. Your
settings
seem correct, although the 192.168.1.0 is really the network address since you are not
subnetworking at the moment.
By the way, if you ping 192.168.1.1 from the server, do you get a
valid reply ?
If yes, then the problem most probably is a misconfigured client.
======================
p94003@rainbow.**NOSPAM**.cs.unipi.gr
remove **NOSPAM** to reply !
------------------------------
From: Boris Statnikov <[EMAIL PROTECTED]>
Subject: Re: Problem w second NE2000 card
Date: Sun, 10 Jan 1999 18:46:40 GMT
==============18F3649BDA45741B6075F6BB
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
what exactly did you put into your /etc/lilo.conf file?
What worked for me was putting
append="ether=0,0,eth1"
as the FIRST line in /etc/lilo.conf
There seems to be another way, something to do with a system config file. If
putting "append..." line first doesn't work for you let me know and I'll fish
for the e-mail with more info in my archives.
Boris
Dmitrij Belogaj wrote:
> Hi all !
> I have Linux 4.2, kernel 2.0.30 on my box.
> I installed first NE2000 (ISA, A=0x300, IRQ=10) card before installing
> Linux. It recognized the card OK and TCP on that works OK.
> Then I addes the second card. It was completely the same as the first
> (NE2000, ISA, A=0x320, IRQ=11). And whatever I did , it doesn`t work. While
> loading, Linux writes "Delaying eth1 inicialization".
> And it does no matter which card to do as first (eth0). The first always
> initializes normaly, and the second always is "delaying".
> All this stuff with adding "ether=..." to LILO.conf does nothing. No
> results.
>
> If anybody can help me, please, do it!
>
> Dima.
--
Too many cooks spoil the brouhaha.
"Bored Of The Rings", The Harvard Lampoon
==============18F3649BDA45741B6075F6BB
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
what exactly did you put into your /etc/lilo.conf file?
<p>What worked for me was putting
<br>append="ether=0,0,eth1"
<p>as the FIRST line in /etc/lilo.conf
<p>There seems to be another way, something to do with a system config
file. If putting "append..." line first doesn't work for you let
me know and I'll fish for the e-mail with more info in my archives.
<p>Boris
<br>
<p>Dmitrij Belogaj wrote:
<blockquote TYPE=CITE>Hi all !
<br> I have Linux 4.2, kernel 2.0.30 on my box.
<br>I installed first NE2000 (ISA, A=0x300, IRQ=10) card before installing
<br>Linux. It recognized the card OK and TCP on that works OK.
<br>Then I addes the second card. It was completely the same as the first
<br>(NE2000, ISA, A=0x320, IRQ=11). And whatever I did , it doesn`t work.
While
<br>loading, Linux writes "Delaying eth1 inicialization".
<br>And it does no matter which card to do as first (eth0). The first always
<br>initializes normaly, and the second always is "delaying".
<br>All this stuff with adding "ether=..." to LILO.conf does nothing. No
<br>results.
<p>If anybody can help me, please, do it!
<p>Dima.</blockquote>
<pre>--
Too many cooks spoil the brouhaha.
"Bored Of The Rings", The Harvard
Lampoon</pre>
</html>
==============18F3649BDA45741B6075F6BB==
------------------------------
From: "Wiwat Wongkokua" <[EMAIL PROTECTED]>
Subject: Re: win-98 > FTP > Linux rh 5.1
Date: Sun, 10 Jan 1999 23:37:41 +0700
You should do like this
C:\>ftp
ftp>open <your host name or IP address>
Good luck
Athan wrote in message <[EMAIL PROTECTED]>...
>I can telnet to my box for telnet only with a user name
>different then root but I can't ftp to the linux box
>
>C:\>ftp
>ftp> open
>To X.100.100.2
>Connected to X.100.100.2.
>Connection closed by remote host.
>ftp> open
>To X.100.100.2
>Connected to X.100.100.2.
>Connection closed by remote host.
>ftp>
>
>What should I change ??
>
>Thank you
>Athan
>PS i have added my win98 box in /etc/hosts
>
------------------------------
From: Kirk Blue <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux,linux.redhat.misc
Subject: Re: su won't let me shutdown/ifconfig
Date: Sun, 10 Jan 1999 13:45:30 -0500
instead of typing 'su root'
try 'su - root' that should help
--
Kirk Blue
[EMAIL PROTECTED]
http://home.columbus.rr.com/nextofkin/
------------------------------
From: "A.G." <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux,linux.redhat.misc
Subject: su won't let me shutdown/ifconfig
Date: Sun, 10 Jan 1999 13:42:43 -0500
I have read in many a post that one shouldn't logon as root.
Alright, I have set up an account for myself to log on. But how do I
shutdown the system in the end of the session? "su" doesn't help - I get
"command not found" message when I try to enter shutdown or ifconfig for
example.
I have to log on as root at the end of each session to only shutdown. This
is at the very least inconvenient :). I realize that it's probably my
ignorance, that explains my not knowing a way out of this.
Please advise,
A.G.
------------------------------
From: root <[EMAIL PROTECTED]>
Subject: Re: large packet loss and DUPS with 3com and RH4.2
Date: 10 Jan 1999 17:55:38 +0100
[EMAIL PROTECTED] writes:
> Hi,
>
> I am setting up a linux box as a file server at our school. I installed RedHat
> 4.2 which went smooth. I am not able to ping any of our Mac or PC clients.
> (Although sometimes I get a response with DUPS and large packet loss) I
> installed the networking option and it is enabled. 3COM card was recognized.
> Cabling is fine since our NT is working ok with the same hub and cables, even
> tried changing the cables.
>
> Here is my setup
> Linux box IP 192.168.1.1
> 255.255.255.0
> Clients 192.168.1.2 etc.....
> gateway 192.168.1.254 (not connected to any other networks, just connected a
> few clients to test so far, no Internet access)
If the gateway is not connected to other networks, and you have
forward_ipv4
enabled then you may have problem.
Please go to your /etc/sysconfig and send us the 'network' file as
well as the
/etc/sysconfig/network-scripts/ifcfg-eth0.
Try to disable forwarding by editing you /etc/sysconfig/network and
setting
the FORWARD_IPV4=no .
> Tried both enable route and disable route
> not using DNS yet, just Hosts file.
>
>
> I read a lot about the plug and play NIC. I didn't disable the P&P but I am
> assuming that because the install recognized my card and I am able to ping
> the card, there is no problems with the I/O or IRQ. Maybe am wrong to
> assume this.
The only problem that I can think of, is whether your NIC defaults
(due to
the pnp) to 10base2 port instead of the UTP one. To be sure, why don't you set it
to non-pnp mode, using the disk provided with the 509b (ensuring that the 10baseT port
is enabled) ?
==================
p94003@rainbow.**NOSPAM**.cs.unipi.gr
remove **NOSPAM** to reply !
------------------------------
From: "A.G." <[EMAIL PROTECTED]>
Subject: Re: win98, winNT, and Linux
Date: Sun, 10 Jan 1999 14:34:37 -0500
I have exactly the same setup.
Make first partition on your HD FAT16, then create partitions for Linux and
any more FAT16/FAT32 partitions if you want. Install Win98 and NT (in this
order) into the same partition (The first FAT16).
Then install Linux. REMEMBER TO INSTALL LILO INTO THE LINUX PARTITION, and
not to Master Boot Record (MBR). Aside from this, there are no special
tricks required.
You will need to use WinNT boot manager to switch between the OS's. Or, use
some other boot manager, like Partition Magic's Boot Magic. Or just use
floppy to boot into Linux.
Cheers.
A.G.
CPA wrote in message ...
>Hi there,
>
>I would like to put three OS in a hard drive which are WIN98, WinNT
>Workstation, and Linux. Could someone please tell me how should I patition
>the harddrive. Or youu can direct me to a website if you know one.
>
>Many thanks
>
>
------------------------------
From: "ACE Alex" <[EMAIL PROTECTED]>
Subject: Re: can't write to Linux drive from Win95B
Date: Sun, 10 Jan 1999 21:35:50 +0100
Just comment the line saying security = user and you will have nada
secuirity! Then you have to change the user id and group for nobody to 0, 0!
The line should look like this in passwd
nobody:*:0:0:Nobody:/:
Brian Hall wrote in message <[EMAIL PROTECTED]>...
>I have Samba 2.0b5 running on my Linux PC, connected via 100BaseT
>network to my wife's Win95B PC. From the 95PC, I can read files (from
>the syrinx / directory share) but not write. Looking at my smb.conf, can
>someone tell me what is wrong? (note: daisy is her username, with no
>password; I have created a user account matching that with root
>privilege on my PC. I normally have the Linux PC running with me as
>root, since I'm always changing things)
------------------------------
From: Bill Voight <[EMAIL PROTECTED]>
Subject: Did PPP eat my routing table?
Date: Sun, 10 Jan 1999 15:30:45 -0500
Sports fans,
I have a three station network at home.. Thetageek (192.168.1.4) is
W98/RH5.2,
betageek (192.168.1.3) is RH5.0, and geekdom (192.168.1.1) is RH5.2.
They talked
and played nice no matter what OS I used on thetageek till I got PPP
running on
geekdom. Now thetageek and betageek talk fine (regardless of
thetageek's OS), but
geekdom's being unsociable.
Here's route -n from betageek (cleaned up for proper spacing):
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref
Use Iface
127.0.0.1 0.0.0.0 255.255.255.255 UH 0 0
1 lo
192.168.1.0 0.0.0.0 255.255.255.0 U 0
0 5 eth0
127.0.0.0 - 255.0.0.0 !
0 888 -
If you prefer netstat -rn, betageek's looks like this (ditto spacing):
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window
irtt Iface
127.0.0.1 0.0.0.0 255.255.255.255 UH 3584
0 0 lo
192.168.1.0 0.0.0.0 255.255.255.0 U 1500
0 0 eth0
127.0.0.0 - 255.0.0.0 !
- - - -
In both cases, the 127.0.0.1 line is missing from geekdom and 127.0.0.0
has the lo interface instead of a -
ifconfig -a from betageek (ditto spacing):
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:2044 errors:0 dropped:0 overruns:0
TX packets:2044 errors:0 dropped:0 overruns:0
eth0 Link encap:Ethernet HWaddr 00:00:C0:08:4B:51
inet addr:192.168.1.3 Bcast:192.168.1.255
Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:11593 errors:0 dropped:0 overruns:0
TX packets:2641 errors:0 dropped:0 overruns:0
Interrupt:10 Base address:0x310 Memory:cc000-d0000
I've compared geekdom's ifconfig -a output and other than hardware
address, ip address and items specific to each card, it's identical.
I've tried dropping and adding routes (I'm not sure that's effective
with the loopback), rebooting, modifying routes, etc. No luck. Does
anyone have any idea what's going on?
I've tried messages to my local linux user group, verified that the wire
and hub port are OK as well. I'm mystified.
------------------------------
From: [EMAIL PROTECTED] (Frank Steuer)
Crossposted-To: comp.os.linux.misc
Subject: Re: Leafnode - few articles
Date: Sun, 10 Jan 1999 21:27:38 +0100
In article <[EMAIL PROTECTED]>, Pietro Montelatici wrote:
>I've just installed Leafnode. I configured it with no limits set (no maxfetch,
>no maxcrosspost, no maxage) apart for initialfetch = 100.
>
>I run fetch -f, everything fine. I run fetch -vv, ok. I run fetch -vv again
>after 24h and it downloaded only few articles from all the subscribed groups.
>Too few.
try also fetch -n
This avoids automatic unsubscription of news groups.
This don't unlink files in the interesting.groups directory.
See man fetch.
Frank
------------------------------
From: [EMAIL PROTECTED] (tom)
Crossposted-To: ;,comp.os.linux.help
Subject: External ISDN adapter - Does it need to use mlppp?
Date: Sun, 10 Jan 1999 20:24:09 GMT
Reply-To: [EMAIL PROTECTED]
I've been trying for days to get connected to my ISP. It's almost
comical. This has got to be the most difficult thing I've ever done
with computers. I can't believe the lack of information on this
subject. HOWTO? HOWTO my ass! These things vary from distro to
distro. They aren't maintained and all the ones that pertain to ppp
were written 3 years ago.
So after many days of frustration it's come to this. Do I need to use
mulit link ppp with my external ISDN? Is my work with ppp all for
naught?
Tom
[EMAIL PROTECTED]
------------------------------
From: Rick Williams <[EMAIL PROTECTED]>
Subject: Re: Help with DNS Virtual Hosting
Date: Sun, 10 Jan 1999 14:46:20 -0600
Reply-To: [EMAIL PROTECTED]
Any replies to your post? I am having the same trouble finding an example.
:-(
Stephen wrote:
> I have read books and learned all about how DNS works but I can't find a
> good example on Virtual Hosting with one IP address. I'm assuming the
> files "named.boot" and "named.conf" are the files I need to focus on. I
> have over 10 virtual hosts on one IP address. Anyone willing to help me
> out on this is a life saver. I just want one good example and I'm a
> happy man!
>
> Thanks in advance.
>
> email:[EMAIL PROTECTED]
--
/********************************************************\
| Rick Williams + Good things come |
| System Administrator + to those who wait... |
| Alternative Internet Concepts + |
| 417.667.4573 + As long as |
| [EMAIL PROTECTED] + the server isn't down! |
\********************************************************/
------------------------------
** 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
******************************