Linux-Networking Digest #377, Volume #11 Wed, 2 Jun 99 16:14:11 EDT
Contents:
Firewall Please help! (Scott W. Petesen)
Re: Telnet using "root" (Wouter Boussemaere)
Re: Help on setting up network card ( GENIUS 2500III PCI Ethernet ("J. Grant
Schofield")
Re: An smb prompt??? Please help out with this one (Nicholas E Couchman)
Re: twisted pair problem using a hub ("Christopher R. Thompson")
DCHP and leasing. ("Bob McMillan")
Re: SMC EtherEZ driver for Linux ?! (beko)
MSERVER help needed! ("Ken McCord")
Re: PPP Server? (Clifford Kite)
firewall transparent proxy using ipfwadm ("Cliff")
can you identify protocol 88? (Mark Johnson)
Re: Port numbers (Nicholas E Couchman)
Re: Diald won't talk to modem (Mark Johnson)
Can I deny ordinary user to telnet? ("Natta")
WU-FTP help??? ("Matt Goebel")
Re: Samba cannot print (Mark Johnson)
Re: Where is the Diald timeout setting located? (Mark Johnson)
tcp/ip transfer rate (Flavio Curti)
sendmail ("Jeff")
Re: Two PC's one modem ? (Matt)
open port for internet phone ("Gerald Ng")
Re: Access ZIP drive attached to Linux PC from windows? (Lew Pitcher)
Re: Firewall and ftp (Lew Pitcher)
Re: Can I deny ordinary user to telnet? (Flavio Curti)
Re: Automatically emailing IP address? (Gernot Fink)
Re: ISO VT320 emulator with key-bindings for Oracle Forms ("Walter Harms")
----------------------------------------------------------------------------
From: [EMAIL PROTECTED] (Scott W. Petesen)
Subject: Firewall Please help!
Date: Wed, 02 Jun 1999 18:02:44 GMT
I am running Suse 5.3
I have two network cards in the server.
I can't seem to ping the address of first card if it is the same class
C address range as the second card.
Do the ip address ranges need to be different?
When I do make one of the addresses a different class C address I can
ping both cards.
I think they need to be the same. My customer has an entire class C
and I am setting up a linux firewall between the cicso router and the
internal network to only allow certain ip addresses in.
Please help.
====================================
Scott W. Petersen - N9SLA
Web Page: www.wwa.com/~scooter
Elgin, IL - USA
ICQ 8287204
Packet E-mail:
[EMAIL PROTECTED]
====================================
PLEASE note e-mail address is scooter @ wwa.com
------------------------------
From: Wouter Boussemaere <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux,comp.os.linux.setup,hk.comp.os.linux,tw.bbs.comp.linux
Subject: Re: Telnet using "root"
Date: Tue, 01 Jun 1999 16:51:31 +0200
Reply-To: [EMAIL PROTECTED]
Hi,
Root sure can telnet and login, but it isn't recommended for security reasons.
But if you still want to login as root then you 'll have to change the
/etc/securetty -file.
Just alter it to:
#/etc/securetty
console
tty1
tty2
tty3
tty4
tty5
tty6
tty7
tty8
ttyp0
ttyp1
ttyp2
ttyp3
ttyS0
ttyS1
ttyS2
ttyS3
# end /etc/securetty
HTH,
Wouter
Fong's wrote:
>
> Can "root" to telnet and login?
> I fail to login by root, but other account is ok..
>
> Thanks
> Fong's
------------------------------
From: "J. Grant Schofield" <[EMAIL PROTECTED]>
Subject: Re: Help on setting up network card ( GENIUS 2500III PCI Ethernet
Date: Tue, 01 Jun 1999 10:24:19 -0500
Thay Sothun wrote:
> Hi,
>
> Does anybody knows how do I installed network card called Genius LAN
> GE2500III PCI Ethernet Adapter. I could not installed it during the
> installation process since Linux listed me not the one I have.
>
> Any idea would be much appreciated.
> Best regards,
> Sothun
> [EMAIL PROTECTED]
Just use a PCI NE2000 complient. Even my RealTek worked.
------------------------------
From: Nicholas E Couchman <[EMAIL PROTECTED]>
Subject: Re: An smb prompt??? Please help out with this one
Date: Wed, 02 Jun 1999 18:47:55 GMT
Use this command:
smbmount \\\\Server\\share -U user -W workgroup -c 'mount /mnt/share'
--Nick
FenderAXE wrote:
> Hi
>
> I am trying to mount a drive on a Win NT box from a Redhat 6/Samba
> machine.
>
> I entered the command: smbount \\\\server\\share and was prompted for
> a password. I entered the password and the following printed
> onscreen:
>
> Domain=[Domain Name] OS=[Windows NT 4.0] Server=[NT LAN Manager 4.0]
> security=user
> smb: \>
>
> I was pretty thrilled about this -- until I typed "ls" to list the
> directory contents. Result: "ls:command not found"
>
> I then typed "dir" -- and it was also not found.
>
> I also tried running vi to open a text file on the NT drive, but it
> said that command wasn't found, either.
>
> Am I in a twilight zone between NT and Linux, where no commands from
> either OS work? :-)
>
> Any assistance on actually displaying and using the files on the NT
> machine will be helpful.
>
> Thanks
>
> FA
------------------------------
From: "Christopher R. Thompson" <[EMAIL PROTECTED]>
Subject: Re: twisted pair problem using a hub
Date: Wed, 02 Jun 1999 01:01:06 -0700
norman elliott wrote:
>
> Heiko Hellweg wrote:
>
> > do you have any hints for me concerning the following problem?
> >
> > i have a small two-machine network at home, consisting of an
> > intel pc with linux kernel 2.0.36 with a 3com 3c905b ethernet card
> > and an old apple powermac 7200 running linuxPPC (kernel 2.2.4, pre-R5)
> > with its built in 10MBit ethernet.
> >
> > When connecting them directly with a patch caple, everything runs
> > smoothly. Since i want to connect another machine, i recently bought
> > a samll 10 MBit Hub and now all the smoothness went away. As soon as
> > more than just a little traffic occurs (say a ftp file transfer of a
> > 1MB file, no matter which direction) i get lots of frame collisions
> > (that may be acceptable) which result in 5 to 10 second delays in
> > which no network traffic can pass the ethernet at all ... :-(
> >
> > The intel machine uses the most current 3com driver (as of two weeks ago):
> > "3c59x.c:v0.99H-WOL 2/24/99 Donald Becker".
> > I used the 3com dos utility to set the card to
> > 10MBit 10Base-T, half-duplex, no PNP
> >
> > I did not find any documentation on the PowerMac internal ethernet
> > and its linux driver
> >
> > Do you have any idea, what to check, where to tweak, what to read, ...?
> > thanks in advance - Heiko ([EMAIL PROTECTED]) (yes: its a real address)
> > --
> > ---------------------------- Heiko Hellweg ---------------------------
> > [EMAIL PROTECTED] http://www.uni-koblenz.de/~hellweg/
> > 10% of our customers account for 90% of our service cost: those who
> > actually use our product, plus the ones who were injured unpacking it.
>
> Hi,
> I think you must find out what is faulty on your system. I feel sure
> something must be.
> Have you reconnected the 2 PC's with the crossed cable, bypassing the hub?
> If so do they still work normally?
> If they do then either the hub, it's power supply or one of the straight
> cables is faulty.
> If they dont then one of the NIC's has now got a problem.
> hope this helps,
> best wishes,
> norm
It is always the cables! I've replace dozens maybe more of brand new out
of the box cables from any number of manufacturers. Cables and their
connectors are always the first thing you checkout, replace, or rebuild.
The second thing is always have a good ground.
The third thing is MAN TCPDUMP.
------------------------------
From: "Bob McMillan" <[EMAIL PROTECTED]>
Subject: DCHP and leasing.
Date: Wed, 2 Jun 1999 11:15:05 -0700
I have Redhat 6.0 and am having the following problem:
If I boot my machine from home and can successfully log into it from work.
Then suddenly I cannot connect ( I am thinking its the line ), go home and
everything is okay. The only thing I can think of is that when pump requests
a new IP and gets a different one, networking goes south. I do not now if my
ISP is using NT or not. ( I was going to install the rpm update anyways )
Anyone else experince this? I also had 5.2 and appeared to behave the same..
------------------------------
From: beko <[EMAIL PROTECTED]>
Subject: Re: SMC EtherEZ driver for Linux ?!
Date: Wed, 02 Jun 1999 19:57:47 +0200
Thanks !!
beko
------------------------------
From: "Ken McCord" <[EMAIL PROTECTED]>
Subject: MSERVER help needed!
Date: Wed, 2 Jun 1999 14:43:27 -0400
I'm trying to use the MSERVER software to set up a linux box to act as a
dial-out modem server (the box is currently used as a dial-in server using
MGETTY). I've installed the MSERVER software and configured the
/etc/mserver.conf file correctly (as far as I can tell). Once I reboot the
box and try to 'telnet localhost 5800', I get:
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
DEVICE INACCESSIBLE
Connection closed by foreign host.
Can anyone shed some light on this??
Thanks,
Ken McCord
------------------------------
From: kite@NoSpam.%inetport.com (Clifford Kite)
Subject: Re: PPP Server?
Date: 2 Jun 1999 13:33:33 -0500
Nicholas Golder ([EMAIL PROTECTED]) wrote:
: I have a computer at work that is running Linux. It is also connected
: via eth0 to the internet. I want to be able to dial in from my home
: (client) to my work (server) and establish a PPP connection and be able
: to utilize the bandwidth. Can anyone point me in the proper direction
: to find information on this?
This may help:
http://www.swcp.com/~jgentry/dialin2.html
--
Clifford Kite <kite@inet%port.com> Not a guru. (tm)
/* Speak softly and carry a +6 two-handed sword. */
------------------------------
From: "Cliff" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.development.system,linux.redhat.development
Subject: firewall transparent proxy using ipfwadm
Date: Wed, 02 Jun 1999 18:48:37 GMT
The ipfwadm program has the ability to redirect incoming traffic to a
socket on the firewall, even if the traffic is not for the firewall.
Redirection works fine. How do you determine what the original destination
was? Example; 3 machines - client (inside the firewall), firewall, and
distant.host. Client attempts to access a web page on distant.host,
firewall redirects the request to a socket on the firewall. How does the
program accept()'ing on that firewall socket determine that the request is
_to_ distant.host? I can get the client with a getpeername() call. But
what about the destination? I'm using RedHat 5, kernel 2.0.36. Thanks.
--
-Cliff
Views expressed are my own and not necessarily those of my employer
Concordia Net, Inc. When replying via email please use; cwheat at concordia
dot net not
root@localhost
------------------------------
From: Mark Johnson <markj*no*spam*@gilanet.com>
Crossposted-To: linux.dev.diald,comp.protocols.ppp
Subject: can you identify protocol 88?
Date: Wed, 02 Jun 1999 12:30:37 -0600
Reply-To: markj*no*spam*@gilanet.com
The context in which this question arises is that I am trying to debug a
diald setup. However, I believe the connection with diald is
coincidental. In case you are unfamiliar with diald, it is a program
that compares network packets to a set of rules, and sets up a ppp
connection to an outside network when necessary.
I notice that a packet is sent every 10 seconds or so. The debug message
I get is:
diald[730]: filter accepted rule 41 proto 88 len 60 packet
207.66.20.23,0 => 224.0.0.10,0
Rule 41 is "accept any 30 any".
207.66.20.23 is my ISPs router.
224.0.0.10 is IGRP-ROUTERS.MCAST.NET, which has something to do with
multicasts, I believe.
I have read that "proto X" indicates that the IP packet is of protocol
X. Most of the packets I see have X = 6 or 17. From file /etc/protocols
I see that these are TCP or UDP packets, resp.
However, I can't find any reference to protocol 88.
TIA - Mark
------------------------------
From: Nicholas E Couchman <[EMAIL PROTECTED]>
Subject: Re: Port numbers
Date: Wed, 02 Jun 1999 18:44:32 GMT
Here is what I have found as far as ports:
Port 21: FTP
23: Telnet
25: SMTP
80: HTTP
110: POP(3)
119: NNTP (News)
That's all I know of.
--Nick
Mark Lagace wrote:
> I'm trying to set up my firewall on a linux machine connected through
> ADSL, and I think I am blocking a port needed for DHCP to work. Ideally
> I would like to find a list of what each port is 'normally' used for (eg
> port 23 is telnet, port 50ish is dns etc) so I can make some intelligent
> decisions as to which ones to allow and which one to deny. Does a list
> of port numbers exist anywhere?
>
> Thanks,
>
> Mark.
>
> --
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> Time is a great teacher, but | Mark Lagace, B.Sc.
> unfortunately it kills all its | Molecular Genetics
> pupils. --Hector Berlioz | Children's Hospital (CHEO)
> quoted in "Almanaque des | Ottawa, Ontario, Canada
> lettres francaises" | [EMAIL PROTECTED]
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
------------------------------
From: Mark Johnson <markj*no*spam*@gilanet.com>
Subject: Re: Diald won't talk to modem
Date: Wed, 02 Jun 1999 12:40:11 -0600
Reply-To: markj*no*spam*@gilanet.com
I had similar problems. If you read the diald and diald-examples man pages
carefully, you see that some of the pppd options should be "fed" to diald as
diald options, while others must follow the "pppd-options" keyword in
diald.conf, eg, "asyncmap", "passive" and "noipdefault". If I recall, still
other options must remain in the ppp-options file. Hope this helps. Here's my
diald.conf:
# begin diald configuration
#
include /usr/lib/diald/standard.filter
#
# debug 31 # uncomment this line for detailed packet rule messages
# use "/usr/sbin/diald debug 31 -daemon" on command line for foreground
#
mode ppp # use pppd not slip
connect /etc/ppp/ppp-on-dialer # chat script
device /dev/ttyS1 # serial device
speed 115200 # port speed
modem # what's attached to ttyS1
lock # lock port while in use
dynamic # ISP assigns ppp addresses
local 192.168.0.101 # used as address of virtual ppp
remote 192.168.0.102 # dynamic causes this to be ignored
netmask 255.255.255.0 # IP addresses' netmask
ip-up /etc/rc.d/rc.firewall # run firewall setup script
defaultroute # install this link as default route
crtscts # use hardware flow control
pppd-options asyncmap 0xa0000
pppd-options passive
pppd-options noipdefault
up-delay 5 # wait 5 secs after ppp up for route
redial-timeout 10 # wait 10 secs to redail
redial-backoff-start 2 # double wait to redial after 2nd
dial-fail-limit 5 # give up after 5 tries
fifo /etc/diald/diald.ctl # file for dcntl and diald-top
# end diald configuration
Steve Farris wrote:
> I have been unsuccessfully trying to get diald working on my Caldera 1.2
> setup. I have read howtos, messed with conf files, tried various options,
> read manuals, and nothing seems to make it work.
>
> Here is what happens. I first got ppp to work, so I know I have a
> functional chat-script. When I use that script for diald, I read in the
> log that it is sending commands to the modem and never receives a response.
> Eventually, it times out, waits a bit, and tries again with the same
> result. It is like the modem isn't there.
>
> I used the basic diald.conf example from the manual for dynamic ppp, used
> the same modem commands from my ppp-options file, and used the same
> chat-script from my ppp connection. I've tried combinations of using an
> empty options file to keeping the file intact. I'm stuck.
>
> Anyone care to attempt to help me? I will post any configuration files if
> they would help.
>
> TIA!
>
> ----------
> Steve Farris, [EMAIL PROTECTED]
> "Computers are really reliable things that do everything you want
> them to do and nothing else." --Linus Torvalds
------------------------------
From: "Natta" <[EMAIL PROTECTED]>
Subject: Can I deny ordinary user to telnet?
Date: Wed, 2 Jun 1999 19:27:49 +0700
Can I deny ordinary user telnet to server?
------------------------------
From: "Matt Goebel" <[EMAIL PROTECTED]>
Subject: WU-FTP help???
Date: Wed, 2 Jun 1999 14:39:30 -0400
Reply-To: "Matt Goebel" <[EMAIL PROTECTED]>
This is the last thing I need to get my Linux box totally working. I need
to set it up so that users in the FTP group can only see the ftp folder I've
created and not the rest of my drive, all the other groups should be able to
see it all. How do I set this up? I think it can be done in linuxconfig?
------------------------------
From: Mark Johnson <markj*no*spam*@gilanet.com>
Crossposted-To:
comp.os.linux.admin,comp.os.linux.hardware,comp.os.linux.setup,hk.comp.os.linux,tw.bbs.comp.linux
Subject: Re: Samba cannot print
Date: Wed, 02 Jun 1999 12:58:16 -0600
Reply-To: markj*no*spam*@gilanet.com
Make sure your print spool path is accessible by the user printing the job.
Also, the print, lpq and lprm command lines may be required.
My smb.conf is:
[global]
workgroup = WORKGROUP
deadtime = 5
os level = 40
domain master = yes
local master = no
allow hosts = 192.168.0.1, 192.168.0.2, 192.168.0.3, 127.0.0.1
preferred master = yes
dns proxy = yes
wins support = yes
;
name resolve order = host wins bcast lmhosts
encrypt passwords = no
security = share
;
smb passwd file = /etc/private/smbpasswd
time server = yes
socket options = TCP_NODELAY
message command = csh -c 'xedit %s;rm %s' &i
comment = linux share
server string = Samba SMB Server
interfaces = 192.168.0.2/24 127.0.0.1/24
bind interfaces only = yes
printing = BSD
printcap name = /etc/printcap
load printers = yes
guest account = smbuser
log file = /var/log/samba-log.%m
max log size = 50
read prediction = yes
mangle case = no
default case = LOWER
short preserve case = no
hide dot files = no
lock directory = /var/lock/samba
locking = yes
oplocks = yes
strict locking = no
share modes = yes
browseable = yes
[public]
comment = temporary storage
path = /home/public
read only = no
create mask = 0664
directory mask = 0775
public = yes
[data]
comment = network data storage
path = /home/samba/data
read only = no
create mask = 0660
directory mask = 0770
public = yes
[homes]
comment = your storage
browseable = no
writable = yes
public = no
[lp]
comment = HP DeskJet 660C
;
public = yes
guest only = yes
;
path = /var/spool/lpd/lp
printable = yes
writable = no
create mode = 0700
printer driver = HP DeskJet 660C v11.0
print command = /usr/bin/lpr -r -P %p %s
lpq command = /usr/bin/lpq -P %p
lprm command = /usr/bin/lprm -P %p %j
"�˼��H" wrote:
> I setup samba 2.0.4 in Redhat 6.0. A HP 6P is connected to it. I can print
> ascii and postcript(using ghostscript) in the linux box. However, I cannot
> print from Windows client though I can mount the home directory and other
> shares. The print job sent to the queue and disappears afterward but the LED
> in my printer do not blink!!! I find nothing in /var/spoold/samba. My
> smb.conf is as follows. Can anyone help?
>
> # Global parameters
> [global]
> workgroup = NEWBRIGHT.COM
> netbios name = NBMAIL
> server string = Samba Server
> log file = /var/log/samba/log.%m
> max log size = 50
> socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
> printcap name = /etc/printcap
> local master = No
> dns proxy = No
> wins server = 202.232.1.254
>
> [homes]
> comment = Home Directories
> read only = No
> browseable = No
>
> [printers]
> comment = All Printers
> path = /var/spool/samba
> print ok = Yes
> browseable = No
>
> [_source]
> path = /_source
> write list = fred, bill
------------------------------
From: Mark Johnson <markj*no*spam*@gilanet.com>
Subject: Re: Where is the Diald timeout setting located?
Date: Wed, 02 Jun 1999 12:49:17 -0600
Reply-To: markj*no*spam*@gilanet.com
Add the line
impulse 3600,0,0
or
impulse 3600,0
to either
/etc/diald/diald.conf
or
/usr/lib/diald/standard.filter
If the latter, make sure it is properly include-d in diald.conf.
Todd McClintic wrote:
> All,
>
> I'm setting up a Diald gateway machine for a friend and I have it
> configured correctly on RedHat 6.0 except that I would like the
> connection to the ISP to stay up longer then just 15 minutes or so.
> Can anyone tell me the location of the time out setting and whether it
> is in seconds or milliseconds? I'd like to extend it out to 60 minutes
> if possible.
>
> I saw a posting on this a while back but can't seem to find it now.
>
> Thanks in advance!
>
> Todd
>
> --
> Todd M. McClintic
> Technical Analyst
> Oracle Application Server Support
> Server Technologies
>
>
------------------------------
From: Flavio Curti <[EMAIL PROTECTED]>
Subject: tcp/ip transfer rate
Date: Wed, 02 Jun 1999 14:32:36 +0200
hi
i got a little network, with a suse6.1 ipchains-masq router. the router
uses isdn to connect to the internet. everythnig works fine, but for me,
it seems, that the transfer rate is too low. at max. i have 5.2kb/s.
then i started iptraf, to monitor my connection. i saw that the get of a
ftp-file (size 810kb) transferred about 960kb. is this normal ??? this
makes about 10% of every package is header... too high ???
hope somebody can help
greeetz
flavio
plz reply to newsgrp...
------------------------------
From: "Jeff" <[EMAIL PROTECTED]>
Subject: sendmail
Date: Wed, 2 Jun 1999 08:32:09 -0700
I just installed RH6.0 and want to set up sendmail as my mail server, I have
had no luck in finding any good documentation on setting it up. If anyone
knows any good books or documents, let me know...
Thank you,
Jeffrey Mack
------------------------------
Date: Wed, 02 Jun 1999 19:59:42 +0100
From: Matt <[EMAIL PROTECTED]>
Subject: Re: Two PC's one modem ?
Crossposted-To: comp.os.linux.setup,comp.os.linux.hardware
Tmack wrote:
>
> In article <[EMAIL PROTECTED]>,
> Matt <[EMAIL PROTECTED]> wrote:
> >Hi,
> >
> >How do you connect 2 PC's using one modem without swapping the
> >connectors out of the PC's. Is there a cost effective way of doing
> >this without buying a switch ?
> >
> >ie 2 nine pin connectors to one 9 pin connector would this work ?
> >Or is there a networking solution to this ie connect from the NT
> >box and not via Linux or the otherway around.
> >
> >Setup.. 1 x NT box, 1 x Linux box, 1 x 3com Message modem.
> >
>
> There are many ways to do it. One way would be to setup a nullmodem
> (crossover serial cable) between the two, possibly run a parallel
> link and use plip, another would be to put
That looks hard.
> a netcard in each and run either 10b2 or 10/100bT (crossover).
> Simply use ipmasq or ipchains on the linux machine to masq/chain
> between the modem and network.
I have ipmasq running already and ipchains I think too now how do I
get them to kick in the modem. The IP Chains HOW-TO-DO or IP-Masq I
don't
think explains it totaly or not exactly is there a section I should
read that mentions how I should do it.
> Might also want to run a proxy for stubborn things that dont like
> masq'd firewalls. You could use the NT machine as the modem's host,
> using a proxy. But why would you do that when you have linux,
> and it can do so much more?
I would like to use Linux to host the modem would NT handle the
connections to my ISP etc too. How can I configure that.
> Tmack
>
> --
> blah
> bleh
Many thanks
Matt
------------------------------
From: "Gerald Ng" <[EMAIL PROTECTED]>
Subject: open port for internet phone
Date: Wed, 02 Jun 1999 18:55:01 GMT
Good day all,
I am running a LAN with a linux box being the server, running IP
masquerading. One of my nodes need to use an internet phone software behind
the firewall, which requires a port to be opened. Any help would be much
appreciated!!
Thanx in advance,
Gerald
------------------------------
From: [EMAIL PROTECTED] (Lew Pitcher)
Crossposted-To: comp.os.linux.questions,comp.os.linux.help,comp.os.linux.misc
Subject: Re: Access ZIP drive attached to Linux PC from windows?
Reply-To: [EMAIL PROTECTED]
Date: Wed, 02 Jun 1999 12:37:06 GMT
On Wed, 2 Jun 1999 08:09:06 +0200, "Erik Cuynen" <[EMAIL PROTECTED]> wrote:
>Hi,
>
>at our office, we recently have installed a linux PC, being part of a large
>ethernet network.
>The other 4 PCs are running win98 and are connected to the network as well.
>what must be done in order to allow all 4 PCs to read and write files from a
>ZIP
>drive attached to the linux PC???
>
>Please provide sufficient information, I am a Linux newbie ; - )
You are going to need 3 things...
1) software to make files on the Linux system available to the Win98 systems
Look into - Samba for "Microsoft Networks" (SMB) support, or
- Mars NWE for "Netware Bindary" support, or
- NFS for Sun Network File System support.
Win98 comes with the client for "Microsoft Networks" and Netware, so no
additional software will be required, but if you choose to use NFS, you'll
have to acquire and install a (likely commercial) NFS client on each Win98
system.
2) TCP/IP enabled on each of the Win98 systems, and
3) A suitable file system driver installed on Linux (i.e. VFAT, DOS, etc.)
Since you are using a ZIP drive, you'll probably be exchanging disks with
other systems, and these disks are likely to be formatted for MSDOS/Windows,
rather than Linux. If so, then your Linux system will need file-system support
for MSDOS/Windows file systems enabled.
Lew Pitcher
System Consultant, Integration Solutions Architecture
Toronto Dominion Bank
([EMAIL PROTECTED])
(Opinions expressed are my own, not my employer's.)
------------------------------
From: [EMAIL PROTECTED] (Lew Pitcher)
Subject: Re: Firewall and ftp
Reply-To: [EMAIL PROTECTED]
Date: Wed, 02 Jun 1999 12:41:18 GMT
On Wed, 02 Jun 1999 00:51:10 GMT, [EMAIL PROTECTED] (Steve Farris) wrote:
>I finally got diald working, so now I am trying to tune my firewall. I am
>using a simple script that was from one of the how-to docs (I think from
>the firewall how to?). It simply tries to avoid spoofing with my internal
>addresses. I have tried toying with the more extensive sample on the Linux
>LAN & Internet Firewall FAQ site, but haven't successfully got it to work.
>I am running Coldera 1.2 which doesn't include DHCPD, so I either have to
>get that and configure it or figure out other ways to use the variables it
>needs.
>
>Anyway, uysing the simpler firewall, web browsing works fine (including
>secure connections). Usenet works fine. Email works fine. But ftp
>doesn't work. I can connect to a site, but it can't send anything back (ie
>I can't get a directory listing). I have also been unable to get
>battle.net to work.
Look in the IP Masquerading HOWTO for the FTP support modules. There are
modules that need to be installed in order to permit FTP (and some other
protocols) to pass through the firewall.
Lew Pitcher
System Consultant, Integration Solutions Architecture
Toronto Dominion Bank
([EMAIL PROTECTED])
(Opinions expressed are my own, not my employer's.)
------------------------------
From: Flavio Curti <fcu@NOSPAM{futurecom.ch}>
Subject: Re: Can I deny ordinary user to telnet?
Date: Wed, 02 Jun 1999 14:42:13 +0200
hi
Natta wrote:
>
> Can I deny ordinary user telnet to server?
easyiest way to do this would be to change the access rights for the
telnet binary (remove execute rights for all execpt user{root}). but
users can download their own binary, and then same problem again...
hope it helps
greetz
------------------------------
From: [EMAIL PROTECTED] (Gernot Fink)
Crossposted-To: comp.os.linux.setup
Subject: Re: Automatically emailing IP address?
Date: 2 Jun 1999 19:40:11 GMT
In article <[EMAIL PROTECTED]>,
Nicholas E Couchman <[EMAIL PROTECTED]> writes:
> I don't know about the automailing thing, but I do know of programs called
> IP posters. Put the program on your computer, and as soon as an IP address
> is assigned, it will post it on a certain web page. I'm not exactly sure
> where to find it, but you can try http://www.linuxberg.com. They should
> have something.
> --Nick
>
> Ding-Jung Han wrote:
>
>> Hi I'm trying to find a way to automatically email the IP address to a
>> school machine once my PPP connection is established. Is that possible?
>> Or can I make a 'dynamic' webpage telling the IP address of my home
>> Linux box?
Insert this line in /etc/ppp/ip-up
ifconfig|mail -s your_ip name@host
(sendmail must be running)
You can use awk to cut the raw ip.
>>
>> Any comment is appreciated,
>>
>> Ben
>
--
garfield
------------------------------
From: "Walter Harms" <[EMAIL PROTECTED]>
Crossposted-To: comp.databases.oracle.misc,comp.sys.dec
Subject: Re: ISO VT320 emulator with key-bindings for Oracle Forms
Date: 2 Jun 1999 11:50:29 GMT
Frampton Steve R <[EMAIL PROTECTED]> writes:
>Hello:
>I'm in need of a VT320 emulator with key-bindings for Oracle
>SQL*Forms; it needs to either run under Linux/Unix or else be
>an old DOS-based application that I can try running under
>"dosemu" (a Windows-based app through Wine would not be
>suitable, however).
basicly i should be possible to use the key-bindings in xterm. I have
the same problem but the solutions i got didnt work for me (didnt understand
why) but i havnt looked at the problem now for a while.
walter
--
=====
"I am a highwayman, madam."
"This isn't a highway!"
=====
------------------------------
** 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
******************************