Linux-Networking Digest #231, Volume #12 Sun, 15 Aug 99 09:13:53 EDT
Contents:
Re: IPmasq - blocking group of hosts (David Crooke)
Re: Samba doesn't work!!! ("withheld")
Re: pppd in 'setuid-root' mode (W.G. Unruh)
Re: What are the Min. Conf changes to get Apache running? ("withheld")
Re: Networking Woes ("withheld")
Re: Home network and cable modem ("withheld")
Re: how to setup up 2 or 3 network cards in Red Hat 6? ("withheld")
Re: Difficulty with eth0 after Sound Card setup (Hatton Humphrey)
Re: Disallowing telnet access for one specific account ("withheld")
Re: Linux\UNIX to Windows 9x and NT ("withheld")
Gigabyte GA-6BXE networking problems (Sid Boyce)
Re: IP MASQ/default gateway ("Steve Cowles")
V.34 modem setup (wenmang)
Re: Please help with ISDN routing ("Anthony Meier")
Re: Networking Woes ("Steve Cowles")
Re: I'm lost in this Masquerade! (Monte Phillips)
Re: Crossover RJ45 ethernet cables - Re: Cable problem? (Monte Phillips)
Re: Samba Setup ("Mikkel Kruse Johnsen")
Re: term slow when modem connected. (Malware)
Re: Xwin32 failed! ("Steve Cowles")
Re: Intel Ether pro 10 hangs PC (Gerben Welter)
----------------------------------------------------------------------------
From: David Crooke <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Subject: Re: IPmasq - blocking group of hosts
Date: Sun, 15 Aug 1999 10:54:07 GMT
Marek wrote:
>
> I tried to block group of addresses using command:
>
> /sbin/ipchains -D output -s internal -d xx.xx.xx.xx/213 -p tcp -j
> REJECT
>
> but only what I got is:
>
> /sbin/ipchains: invalid mask `213' specified
> Try `/sbin/ipchains -h' or '/sbin/ipchains --help' for more information.
>
> How can I block group of IP adressess without issuing each command for
> each address??
The command is more or less right, but where did the 213 come from?
You need something like "24" in there - it specifies the number of bits
in the netmask
e.g. 24 is equivalent to a netmask of 255.255.255.0
If you were specific about the range you need to block, someone would
tell you what mask
to use.
Dave
--
David Crooke, Austin TX, USA. +1 (512) 656 6102
"Open source software - with no walls and fences, who needs Windows
and Gates?"
------------------------------
From: "withheld" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Re: Samba doesn't work!!!
Date: Sun, 15 Aug 1999 11:49:03 +0100
check out the final section of the SMB.CONF file in /etc
play around with the yes's and no's until you get a satisfactory connection.
on my system:
set linux user:pass
set samba user:pass as smbadduser linuxname:ntname
when prompted for the password use you windows password.
the documentation is pretty standard and works.
finally check messages in /var for extra information
Jack Zhu <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Linux workstation: RH 5.0, kernel 2.2.1, Samba 2.0.4b, machine name is
> 'linux', IP address is '192.168.0.1'
> Win98 workstation, machine name is 'win98', IP address is '192.168.0.2'
>
> Install and config Samba in Linux workstation are smooth, and using
> 'smbclient -L linux' to test in the LInux workstation side is OK. But
> it prompt to input a password, when I just hit enter, it displays
> correct information.
>
> The 'lmhosts' file in c:\windows of win98 machine contains one line:
> 192.168.0.1 linux
>
> But when I try to test on the win98 side, I issue: 'net view \\linux',
> the error message is:
>
> "Error 86: the specified network password is not correct. TYpe the
> correct password, or contact your network administrator for more
> information."
>
> The username and password used to log on win98 machine are one existing
> account in my Linux machine. The other network functions work well, such
> as: 'ping', 'IP masquerading', 'telnet', 'ftp', etc
>
> Any idea or suggestions can help me out? Thanks!!!!
>
> PLease also email me.
>
>
>
------------------------------
From: [EMAIL PROTECTED] (W.G. Unruh)
Crossposted-To: comp.os.linux.misc
Subject: Re: pppd in 'setuid-root' mode
Date: 15 Aug 99 10:56:08 GMT
[EMAIL PROTECTED] writes:
> I have been trying to get a small dock app ("wmppp") to work. I am
>very close but have run into 1 problem that I believe is my final road
>block.
A First run everything as root, and make sure that it works.
Then do
chmod a+rx /usr/sbin/pppd /usr/sbin/chat
chmod u+s /usr/sbin/pppd
chmod +rw /dev/ttyS?
> I get the following message whenever I try to connect using the
>script I have set up:
> /usr/sbin/pppd: must be root to run /usr/sbin/pppd, since it is
>not setuid-root
> Is "setuid-root" a compile time option, or can I set this someplace
>else?
> (if possible, please resond via e-mail).
> Thanks for any help!
> Nick
------------------------------
From: "withheld" <[EMAIL PROTECTED]>
Subject: Re: What are the Min. Conf changes to get Apache running?
Date: Sun, 15 Aug 1999 11:52:15 +0100
check the hosts file on each machine.
particularly the server.
Suddn <[EMAIL PROTECTED]> wrote in message
news:34st3.4846$[EMAIL PROTECTED]...
> I installed the newest version of Apache (RedHat 6.0). I would like to
know
> the minimum changes that must be made to make it operational.
>
> From the server I can issue the: "http://<server IP>" and I get the
default
> web page but if I issue the same command from anywere else on my LAN I get
a
> connection refused message.
>
> Thanks for your help!
>
>
------------------------------
From: "withheld" <[EMAIL PROTECTED]>
Subject: Re: Networking Woes
Date: Sun, 15 Aug 1999 11:54:27 +0100
how do to you know it overwrites it?
look in the man pages at the ifconfig routine.
this will help you 'plumb' the net card on each machine
Rick Higgs <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Has anyone encountered the following problem:
>
> New Compaq 500 MHz PIII system with RH6.0 installed. RH6.0 overwrites
> the MAC address for the Intel EEPro 100+ network card. I've installed
> RH6.0 on 4
> such machines and in all cases it overwrites the card's original MAC
> address to the same address for all 4 machines. RH says this is
> impossible.
>
>
>
>
------------------------------
From: "withheld" <[EMAIL PROTECTED]>
Crossposted-To:
alt.linux,alt.solaris.x86,athome.users-general,athome.users-unix,athome.users-win95,cableinet.cable_modems,comp.os.ms-windows.networking
Subject: Re: Home network and cable modem
Date: Sun, 15 Aug 1999 11:56:05 +0100
route all traffic thru' the interface on one machine
Steven D. Nakhla <[EMAIL PROTECTED]> wrote in message
news:guqt3.872$[EMAIL PROTECTED]...
> I recently signed up for cable modem service. Now, we have 2 computers,
so
> I ordered an extra IP address for the other, and attempted to setup a
> network so the other computer could have access. The other computer uses
> only Win98 and my computer uses Win98, Linux, and Solaris.
>
> I bought the Intel InBusiness 5-Port 10 Mbps hub for our network. I was
> told to plug the cable modem into the uplink port on the hub. However,
the
> hub doesn't have an uplink port. It has only 5 standard ethernet ports.
> So, using a crossover cable, I plugged the cable modem into one of the
> ports, and the other 2 computers into the next 2 ports. I am able to
access
> the internet through either computer. The problem is, I can't use both at
> the same time. Is this common? Whenever I try and access the internet
when
> the other computer is on, I get network errors. How can I set it up so
that
> both computers can access the internet at the same time?
>
> Could it be a problem with how I have the hub set up? Has anyone had
> experience with this hub? I could REALLY use any help that you all could
> give me in setting this up. Thanks!
>
>
> You can email me at:
> Steve Nakhla
> [EMAIL PROTECTED]
>
>
>
>
------------------------------
From: "withheld" <[EMAIL PROTECTED]>
Subject: Re: how to setup up 2 or 3 network cards in Red Hat 6?
Date: Sun, 15 Aug 1999 12:05:47 +0100
use ifconfig
for eth0
ifconfig eth0 ip netmask blah blah
repeat for each nic with appropriate address.
read the ifconfig man pages
issue ifconfig -a to summarise all nic settings
geofox <[EMAIL PROTECTED]> wrote in message
news:7p2hib$dsu$[EMAIL PROTECTED]...
> hi,
> any doc. or howto to solve my problem?
> any ideas is welcome!
>
> Thanks,
> geofox
>
>
------------------------------
From: Hatton Humphrey <[EMAIL PROTECTED]>
Crossposted-To: redhat.networking.general,redhat.config
Subject: Re: Difficulty with eth0 after Sound Card setup
Date: Sun, 15 Aug 1999 11:30:47 GMT
> I noticed that the sound card had not been set up, I have a Yamaha
OPL/SAx
> sound card, and SNDCONFIG saw it and set everything up for me. Now,
> however, I get a dreaded message when I boot or try to use my NIC:
> Delaying eth0 initialization.
Well, I fixed the problem by reinstalling Linux. I got impatient, and for
some reason (maybe the fact that none of my cards are PNP), I have no
/etc/isapnp.conf file, and ifconfig would only show LO.
Now here's the interesting thing I found. While frantically flipping
through my network configuraiton, I noticed that my default route was
192.168.1.154 when my NIC wasn't working.
When I reinstalled and set up the NIC agian, the default route came up as
192.168.1.254 and everything's fine, but I still have no sound.
I also looked into the parameters of each card. As I mentioned, there are
no PNP devices enabled. The sound card is on IRQ 5 base address of 0x550,
and the NIC is on IRQ10 base address of 0x240
Thanks for the help, I just figured I'd see what anyone thought about my
findings.
73 and Thanks
Hatton Humphrey
================== Posted via CNET Linux Help ==================
http://www.searchlinux.com
------------------------------
From: "withheld" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.security
Subject: Re: Disallowing telnet access for one specific account
Date: Sun, 15 Aug 1999 12:15:33 +0100
how about using a firewall?/
Cornel Popescu <[EMAIL PROTECTED]> wrote in message
news:7p22do$grn$[EMAIL PROTECTED]...
> In article <[EMAIL PROTECTED]>,
> [EMAIL PROTECTED] (Robert Nichols) wrote:
> > In article <[EMAIL PROTECTED]>,
> > David <[EMAIL PROTECTED]> wrote:
> > :We have a linux machine that acts as a gateway with a DSL and an FTP
> > :server. There is ne specific account that only some folks have
> access
> > :to. This account is obviously a generic account but in order to have
> > :ftp access the shell has to be something such as bash. Due to the
> > :generic nature of the account and the fact that it has a shell, I
> would
> > :like to disable telnet access for just that one account without
> > :disabling telnet. Does anyone know how or if this is possible?
> >
> > Pick an innocuous program like /bin/true and use that as the account's
> > shell. Add /bin/true to the list of valid shells in /etc/shells to
> make
> > it acceptable to FTP. Anyone who logs into this account, either from
> a
> > terminal or via telnet, will just get logged right back out again when
> > /bin/true exits.
> How about using the following script as /bin/noshell:
> #!/bin/sh
> exec /usr/bin/passwd
> --------
> and add this to /etc/shells ? This would also allow them to telnet to
> that host enter their old pass and change it ...
>
>
>
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.
------------------------------
From: "withheld" <[EMAIL PROTECTED]>
Subject: Re: Linux\UNIX to Windows 9x and NT
Date: Sun, 15 Aug 1999 12:10:43 +0100
nice one.
done this.
connected 1 ultra sparc, 1 linux, 1 mac, 1 nt 5 ( win2000), and 1 win98
modem in here)
grab an internet gateway software, such as Wingate from the web. Install it
on the win98 machine.
set the software to act as a proxy server to the other machines.
tell the others to get their information from the proxy, set dial on demand
etc..
now all machines even the host win98 machine will use the proxy data first.
if the proxy does not hold the data then the gateway software will connect
to your isp and update its cache.
all machines can get email etc..
HTH
Michael Gilbert <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Here's a very good question it's very direct........ Could anyone tell me
> how to share an internet connection with Windows NT being the the default
> gateway. I also need to know how Linux\UNIX can share files with Win9x
> and NT. I have S.U.S.E. Linux 6.1 and I'm trying share files between the
> Linux and Win9x and NT if the internet sharing plan fails.........
>
> ------------------ Posted via CNET Linux Help ------------------
> http://www.searchlinux.com
------------------------------
Date: Sun, 15 Aug 1999 02:26:31 +0000
From: Sid Boyce <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.hardware
Subject: Gigabyte GA-6BXE networking problems
I started out with a Tyan AT-100 MoBo, Linux pre-2.2.11-ac3, EExpress
16 card with everything working fine
Installed the new Gigabyte board (latest BIOS fixes 2.7), changed the
ES1868 sound card for a SB64 PCI. After setting up I could get no
response from my other Linux box (Cyrix 233/3c509b) or ISDN router, a
ping just clammed up.
I next tried a 3c509 (IRQ 9 io=0x300 on EE16 and 509b), this time, my
Cyrix box and the router were responding as seen on tcpdump -i eth0 on
the Cyrix, at first nothing showed up on the P-III 450, then suddenly a
string of "ARP who-has" appeared and continued OK, though no replies
were being seen.
I have gone over the BIOS setup several times and there is no IRQ
conflict, though it smells like it, I've tried auto and manual, setting
IRQ 9 as legacy ISA.
02:11:05.425117 arp who-has 192.168.10.2 tell g3vbv.ampr.org
02:11:05.434756 arp reply 192.168.10.2 is-at 8:0:39:3:14:50
02:11:06.426122 arp who-has 192.168.10.2 tell g3vbv.ampr.org
02:11:06.427502 arp reply 192.168.10.2 is-at 8:0:39:3:14:50
Seen immediately on the Cyrix, later shows up on P-III 450 (the box
with the problem), except there is no arp reply.
lsdev shows the following..........
Device DMA IRQ I/O Ports
================================================
3c509 0300-030f
aic7xxx 11 e400-e4be
cascade 4 2
dma 0080-008f
dma1 0000-001f
dma2 00c0-00df
eth0 9
floppy 2 6 03f0-03f5 03f7-03f7
fpu 13 00f0-00ff
ide0 14 01f0-01f7 03f6-03f6 f000-f007
ide1 15 0170-0177 0376-0376 f008-f00f
keyboard 1 0060-006f
Mouse 12
parport0 0378-037f 0778-077a
pic1 0020-003f
pic2 00a0-00bf
rtc 8 0070-007f
serial 02f8-02ff 03f8-03ff
timer 0 0040-005f
vga+ 03c0-03df
Any help appreciated, even to say that this board works with ethernet
cards.
BTW, still the same after upgrading to 2.2.12-pre3. The 3c509 shows up
as above with two entries one for 3c509 and one for eth0, so does the
working machine, while the EE16 just shows up as eexpress io=0300 irq=9.
Also diagnostics for both cards indicate they are OK.
Regards
--
... Sid Boyce...G3VBV...44-121 422 0375
-----------------------------------
------------------------------
From: "Steve Cowles" <[EMAIL PROTECTED]>
Subject: Re: IP MASQ/default gateway
Date: Sun, 15 Aug 1999 11:30:27 GMT
Ken,
I know this is going to sound crazy, but I have seen this work in the past.
Simply reverse eth0/eth1, i.e. Make eth1 physically connect to the cable
modem and eth0 connect to your local LAN. I say this because you seem to be
using DHCP to obtain an IP address/gateway for both interfaces and the
binding order ( eth0 is brought up first, then eth1 ) is dictating who gets
the default route. If I understood your post correctly.
If the above does not work, I would consider configuring the internal
interface statically instead of using DHCP. I also have ADSL and my external
interface gets its address/gateway using DHCP. Plus, my default route is set
to the .1 address of the network address assigned by my ISP. My internal
interface is configured as static, but I also run dhcpd so that my Win9x
clients can get their addess/gateway info. My internal DHCP scope points my
clients desktops default route to be the internal "static" IP address of my
Linux box.
If all else fails, you could simply put the "route add" command in the
/etc/rc.local file which will be executed at startup. i.e. After the network
is brought up. Thus, overriding DHCP. <groan>
Hope one of these suggestions works...
Steve Cowles
SWCowles at gte dot net
Ken Booth <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> I'm running Red Hat 5.2 out of the box on a system with two ne2000
> cards; one (eth1) is connected to my local network (192.168.2.0/24) the
> other (eth0) is connected to an ADSL modem.
> I have almost everything working; dhcpc on eth0, dhcpd on eth1,
> masquerading, etc., etc.
> The problem I can't find a solution to is setting the default gateway.
> netstat -rn gives:
>
> 0.0.0.0 192.168.2.1 0.0.0.0 UG 1500 0 0 eth1
>
> Now the NET-3-HOWTO says to do this:
>
> # Default route to the rest of the internet.
> route add default ppp0
>
> but this dosen't work (for me). I have to manually enter:
>
> route add default gw xxx.xxx.xxx.xxx eth0
>
> Where xxx.xxx.xxx.xxx is the IP address assigned to eth0 by th ISP. now
> everything works.
>
> How can I automate the setting of the default gateway?
>
> P.S as soom as I figure this out, I'm going to write "Linux/IP MASQ/DSL
> for dummies". I figure there's a lot of them like me trying to do this!
>
> --
> Regards, Ken
>
> I AM.
>
>
------------------------------
From: wenmang <[EMAIL PROTECTED]>
Subject: V.34 modem setup
Date: Sun, 15 Aug 1999 07:37:42 -0400
Hi, does anyone know how to set-up V.34 modem under Linux?
Under Window95:
Modem manufacture: Digitan (Rockwell RSS chip)
Model: V.34 Voice W DP Plug & Play
IRQ: 3
I/O address: 02F8-02FF
UART: 16550
PC model: HP Pavilion 7125
Under Linux:
/dev/ttyS1: uart:unknown, IRQ:3, I/O:02F8
/dev/modem a symbolic link to /dev/ttyS1
NO conflict with other I/O addresses or IRQs
I reset type of uart for /dev/ttyS1 to 16550 or 16550A using setserial,
but it didn't help.
After I launched minicom -s, and init string is the one provided by
modem manufacture.
Relaunched minicom, it stuck there and no "OK" is shown. Therefore I
cannot do
anything, any idea? Thanks!
wenmang
------------------------------
From: "Anthony Meier" <[EMAIL PROTECTED]>
Subject: Re: Please help with ISDN routing
Date: Sun, 15 Aug 1999 08:09:47 -0400
I also have an ISDN line. My modem is a 3COM ISDN OfficeConnect Modem and
requires configuration through an Internet Browser on one of the network
computers. If you have the same type of Modem it should be quite easy.
>From what you said, I am assuming you have a dedicated connection. Set all
of the time-out values to 0, if you have a dedicated connection your ISDN
line should stay up all of the time. I hope this helps...
-Tony
Frazer Dixon <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Hi,
>
> Have you any ideas on how to keep a default route live? I have an ISDN
> router connected to a network hub, which is in turn connected to my linux
> machine (RH 5). I have fixed IP addresses for all machines on the
network,
> including the ISDN router, which connects to my ISP when required.
>
> On booting the Linux box the default route (to the ISDN router) is setup
> correctly and appears in the route table, I can ping external machines etc
> using the ISPs DNS for resolution.
>
> My ISDN router is configured to disconnect after a few minutes of
> inactivity. Once disconnected from the outside world my Linux machine
drops
> the default route from the route table, and won't connect anymore.
>
> To setup the default route I added it to the /etc/rc.d/rc.inet1 script.
>
> Please help, I'm a newbie to this, and wanna setup an email server
> eventually, but can't get past this first easy stage.
>
> Thanks
>
> Frazer Dixon
>
>
>
------------------------------
From: "Steve Cowles" <[EMAIL PROTECTED]>
Subject: Re: Networking Woes
Date: Sun, 15 Aug 1999 12:12:31 GMT
I must admit, I have never heard of this. In fact, I must agree with RedHat
on this one, this seems impossible. I would suspect Compaq's BIOS could be
the culprit on this one, not the Linux driver for the EEPro. I have
successfully setup many Linux boxes using the EEPro 100+ cards. Just not on
a Compaq.
Another possibility is Intel is manufacturing a custom NIC just for
Compaq's. This is quite common and I actually found this out on some Dell
servers that I installed for a customer (NT not Linux). When I went to
Intel's WEB site (to get the latest driver) and entered the serial number of
the NIC card, it came back and said I must use the driver supplied by Dell.
<groan> Fortunately, the Intel driver supplied by Dell worked flawlessly.
Good luck on this one!! In fact, I would be interested in how you fix this
problem.
Steve Cowles
SWCowles at gte dot net
Rick Higgs <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Has anyone encountered the following problem:
>
> New Compaq 500 MHz PIII system with RH6.0 installed. RH6.0 overwrites
> the MAC address for the Intel EEPro 100+ network card. I've installed
> RH6.0 on 4
> such machines and in all cases it overwrites the card's original MAC
> address to the same address for all 4 machines. RH says this is
> impossible.
>
>
>
>
------------------------------
From: [EMAIL PROTECTED] (Monte Phillips)
Subject: Re: I'm lost in this Masquerade!
Date: Sun, 15 Aug 1999 11:22:36 GMT
First be sure that your ISP DNS IP's are also in your WinBox. Your
Winbox NIC tcp/ip should have
ip set - <its own-ip>
Gateway <yourlinux ip>
WINS enabled and pointing at linuxbox and the
DNS host set to your winbox name and then pointed at the two DNS ip's
given you by your ISP.
Ping from network is erratic, so try tracert from DOS window on the
winbox. tracert www.yahoo.com is a good one.
your ipchains can be as simple as this(and I recommend this, tweak 'em
AFTER everything is working :) )
ipchains -P forward DENY
ipchains -A forward -i ppp0 -j MASQ
echo "1" > /proc/sys/net/ipv4/ip_forward
insmod ip_masq_ftp
Those work well if placed at the top of /etc/rc.d/rc.local file.
g'Luk
"Ferdinand V. Mendoza" <[EMAIL PROTECTED]> wrote:
>I'm running Mandrake 6.0 and started tinkering
>with IP Masquerading. No matter what combination
>of ipchains command and simple rules I specify,
>I's always get the message... Destination host unreachable..
>I can ping both machines WIN95<->Linux and vice versa.
>I can connect my Linux box to the Internet via a modem-
>no problem. From my Linux box I can ping "outside"
>addressess- no problem. From my WIn 95 client, I can
>ping the private address of my Linux box- no problem.
>When connected to the internet, if I ping from my Win95
>any outside address ie, my ISP's IP address I'd get
>the horrible message. Is ping here filtered? Do
>I have to recompile the kernel?
------------------------------
From: [EMAIL PROTECTED] (Monte Phillips)
Subject: Re: Crossover RJ45 ethernet cables - Re: Cable problem?
Date: Sun, 15 Aug 1999 12:05:54 GMT
For a very good (in color) Step-by-Step HOWTO on making your own
ethernet cross-over cable try this site
http://makeitsimple.com/how-to/dyi_crossover.htm
have fun. One hint when you have the individual wires all aligned
properly (and flattened out side by side) carefully lay them, while
still holding in place, on a flat surface. Take a sharp knife and
slice the wires so that they are all exactly equal in length. 90% of
failed homemades are from one or more wires being slightly shorter and
not making contact when the pins are squeezed down on them. You don't
need the expensive cabling crimpers, use regular pliers and press
firmly, don't crush the damn connector :) then take a small bladed
screwdriver and press firmly each metal tab to insure proper seating.
Oh one other thing DO NOT strip the insulation on the ends of the
wires, the locking tabs do that.
g'Luk
------------------------------
From: "Mikkel Kruse Johnsen" <[EMAIL PROTECTED]>
Subject: Re: Samba Setup
Date: Sun, 15 Aug 1999 14:37:36 +0200
Try to uncomment the "swat" line in the inetd.conf. Then you can configure
samba through a web browser.
http://your samba server:901
If you just want to restart samba through the command line try
/etc/rc.d/init.d/smb restart
or
killall -HUP smbd
You can use 'pico' to cange the /etc/smb.conf' file.
Mikkel K Johnsen
Bond Robbins <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> When I go into linuxconf and shared drives in samba I can't scroll all
> the way down the screen it seems to be dropping off the bottom I was
> wondering how to
> make it so I could see al the screen??
>
> or is there a way to set samba through the command line?
>
> Thank you
> Bond Robbins
>
------------------------------
From: Malware <[EMAIL PROTECTED]>
Subject: Re: term slow when modem connected.
Date: Sun, 15 Aug 1999 13:45:50 +0200
Hi Mike,
you wrote:
> Is there a way (Howto or otherwise) that would show me how to hook up a
> Win95 machine running a terminal program, and an internal modem? I think I
> might have a problem with IRQs, but I don't know how to configure Linux to
> look at different IRQs. Is there such thing as "MSD" for Linux?
What would be the use of a MSD-style program? - You can't configure the
serial port to another IRQ with it either. If you have nothing connected
to COM2 you could go to switch COM3 to interrupt 3 by BIOS, jumpers or
however it is provided. Use setserial to tell Linux COM3 does use this
IRQ now.
Malware
------------------------------
From: "Steve Cowles" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Re: Xwin32 failed!
Date: Sun, 15 Aug 1999 12:39:18 GMT
Jack,
I also use Xwin32. Forget all that rsh stuff. In Xwin32 (really X-Util32),
configure your session to do an "XDMCP query" (X Display Manager Control
Protocol) to the IP address of your Linux box. Of coarse, you will need to
have "xdm" running on your Linux box so that the XDMCP query will be
answered. If your Linux box is configured to start X up on boot, then xdm
should be running.
Configuring your Linux box to use rsh is a security risk, especially if your
Linux box is multi-homed. i.e. One interface is connected to the internet.
The same thing can be said for using XDMCP. What I do (to secure XDMCP), is
edit /etc/X11/xdm/Xaccess (RH6.0) and place just the IP addresses of the
machines that are authorized to connect using XDMCP. Plus, I use ipchains to
REJECT all port 6000 requests on the external interface. (just to be sure)
Steve Cowles
SWCowles at gte dot net
Jack Zhu <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Linux RH 5.0, kernel 2.2.1. Configure 'Xwin32 4.01' in win98 as follows:
>
> Connecting use 'rsh', login is 'demo', command uses:
> "/usr/X11R6/bin/xterm -ls -n 192.168.0.1/demo -display $DISPLAY".
>
> IP of Linux machine is 192.168.0.1, name is 'linux'; win98 is
> 192.168.0.2, name is 'win98'. 'demo' is an existing account in Linux
> machine. $DISPLAY is "win98.mygroup.com:0", 'mygroup.com' is my domain
> name.
>
> The error message of Xwin32 is "Permission denied", the FAQ in statnet
> site said for this kind of error, it related to 'host.equiv' or
> '.rhosts' file. I don't have either file.
>
> Any idea???!!! Thanks a lot!
>
> Please also email me.
>
>
>
------------------------------
From: [EMAIL PROTECTED] (Gerben Welter)
Crossposted-To: comp.os.linux.hardware
Subject: Re: Intel Ether pro 10 hangs PC
Date: Sun, 15 Aug 1999 12:39:05 GMT
On Mon, 02 Aug 1999 02:12:00 GMT, [EMAIL PROTECTED] (Lucas Bajrasz) wrote:
>>> In article <[EMAIL PROTECTED]>, phil bull <[EMAIL PROTECTED]> wrote:
>>> >I'm running Red Hat 6.0 on an Intel P90 PC box. I have an oldish ISA
>>> >Intel Ether Pro10 network card. It's a combo card with 10BaseT, BNC and
>>> >AUI connectors. The chip is marked FA82595TX.
I have the same card, but only with the utp connector.
>> >The PC hung during Linux installation when it tried to probe the card,
Had that too. I think it's a bug in the RH install script, because if
you switch to alt+F3 or alt+F4 you'll see that it tried to probe the
card at address 0x0 and not the standard 0x300 that autoprobe does and
subsequently hanging the whole system.
>> > alias eth0 eepro
>> > options eepro io=0x230 irq=11
>>
>> Is that the right values? (setup util/jumpers for/on the nic?)
The drivers disk from Intel contains an utility called softset2. Run
that from dos. Change the io and irq setting to values you know won't
conflict with other hardware (eg. io=0x300, irq=10) and disable PnP if
your nic supports it. Then you should have no problems using the card
:)
>>
>> Any conflict 'cat /proc/interrupts'
>> 'cat /proc/ioports'
>>
>> >which ties in with a response I saw to someone else's posting. However,
>> >the PC hangs during boot when it tries to start eth0.
First install RH with no network support. After installing do cat
/proc/interrupts. Pick an irq that's not in use and change the card to
that value with the above mentioned softset2 util.
Grtz Gerben.
------------------------------
** 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
******************************