Linux-Networking Digest #297, Volume #11         Wed, 26 May 99 18:13:44 EDT

Contents:
  Re: Anybody using DSL? ("Flare")
  Re: Can I mount a serial port on a WIN machine??? ("Tony Smith")
  Setting up a shiva ("KoSaK")
  Re: smtp without registered domain? (Juergen Heinzl)
  help me mirror ("matteoz")
  Re: ip fowarding (Erik-Jan Sinke)
  Linux and WWW ("Richard Hesketh")
  Re: NFS mount problem. (Paul Hanks)
  connecting SMC 8432T (tulip driver) to RCN Hybrid N-231 cable modem - "No 21041 
10BaseT link beat" ([EMAIL PROTECTED])
  Re: help with novell (Valentin Abramov)
  Re: Samba and NT Domain (Bob Farmer)
  Re: Framing errors ("Clifton T. Sharp Jr.")
  samba and pam ([EMAIL PROTECTED])
  Re: Samba configuration help.... ("Henrik Krogh")
  Re: Recent problems with my cablemodem (using DHCP) ([EMAIL PROTECTED])
  Re: ip forward ([EMAIL PROTECTED])

----------------------------------------------------------------------------

From: "Flare" <[EMAIL PROTECTED]>
Subject: Re: Anybody using DSL?
Date: Wed, 26 May 1999 10:51:48 -0700

I have ADSL from my phone company (US-West in Salem, OR).  I get 640k
down/272k up.  I also have a 4 hour lease on my IP address, which is nice.
It's a little extra for a purely static IP.  I pay $50.00 per month, $30 for
the line and $20 for the ISP (With US West).  Oh and it was a $110 install
fee.

Peter Gutowski wrote in message ...
>We've been approached by a company called "Network Plus" which is offering
>connectivity to the internet using DSL (Digital Subscriber Line). The
>sales literature suggests a better bang for the buck than we're currently
>getting from our dedicated frame relay (56k) line. (Total charges "appear"
>to be about $170/month for 160K vs total of over $300/month we're now
>paying to phone company and ISP for 56K connection.)
>
>I haven't seen much written about this of late and don't recollect seeing
>any discussion about this here.
>
>If you have any thoughts/recommendations with regard to DSL in general or
>to Network Plus in specific, I'd be interesting in hearing from you.
>Bleeding edge technology is fascinating, but having "been there, done
>that" I'd rather ask and hear the dirt first.




------------------------------

From: "Tony Smith" <[EMAIL PROTECTED]>
Crossposted-To: 
alt.linux,alt.os.linux,aus.computers.linux,comp.os.linux.help,linux.redhat.misc
Subject: Re: Can I mount a serial port on a WIN machine???
Date: Thu, 27 May 1999 05:54:56 +1000


Do a search on "Tactical Software"
Amercian mob who have quite a bit of software along the lines of what you
are looking for.

I was using the trial version of one of their products to allow a Windows9x
box to use a Com Port  shared by a Linux Box (Yes I realise that this is the
reverse of what you are watning to do, but I think that they had software to
do it that way as well).

Be warned, whilst nearly all of Tactical Software's products have free trial
periods I was put off using them in the long term due to very very high
purchase prices.


--
Cheers

Tony Smith
Connected to the Internet in Cairns Far North Queensland

http://members.xoom.com/tony_smith
[EMAIL PROTECTED]




> AFAIK, win9x can't share a com port like that.  It might be possible to
> share a com port from an NT server machine but I don't think samba (the
unix
> side) has the ability to  'mount' it (yet)
>
>
> [EMAIL PROTECTED] wrote in message <[EMAIL PROTECTED]>...
> >Can I mount a serial port from my Win box?  I have a Linux server
> >samba'd to a Win98 box.



------------------------------

From: "KoSaK" <[EMAIL PROTECTED]>
Subject: Setting up a shiva
Date: Wed, 26 May 1999 13:10:46 +0200

How to setup a shiva whith linux... ?



------------------------------

From: [EMAIL PROTECTED] (Juergen Heinzl)
Crossposted-To: comp.os.linux.misc
Subject: Re: smtp without registered domain?
Date: Wed, 26 May 1999 19:49:40 GMT

In article <[EMAIL PROTECTED]>, Ben Short wrote:
>In article <7igs53$[EMAIL PROTECTED]>, [EMAIL PROTECTED] 
>says...
>> In <[EMAIL PROTECTED]> [EMAIL PROTECTED] (Son Trung Nguyen) writes:
>> 
>> Oh, and finally if do this make sure your machine is in an open relay
>> for anyone in the world. Such machines are used by spammers to work
>> around problems, like their machines have been widely backholed and
>> otherwise blocked so they can not send mail directly. (Cyberpromo
>> had this problem, if you were around when Spamford was a wanted
>> spammer).

Use gcc -static, not -Bstatic.

Cheers,
Juergen

-- 
\ Real name     : J�rgen Heinzl                 \       no flames      /
 \ EMail Private : [EMAIL PROTECTED] \ send money instead /

------------------------------

From: "matteoz" <[EMAIL PROTECTED]>
Subject: help me mirror
Date: Wed, 26 May 1999 19:59:54 +0200

i'm italian and i don't speek english very well.

i have a problem with package "mirror 2.9"

this program when make the mirror to the server configured, open many many
many connections and ports. The server in 15 seconds crash. It's a SCO Unix
3.2. Mirror open one port for any files.

What's the problem in mirror.default?
there is a option that don't open many ports to the server?

thanks 1000

reply me to my e-mail address- [EMAIL PROTECTED]







------------------------------

From: Erik-Jan Sinke <[EMAIL PROTECTED]>
Subject: Re: ip fowarding
Date: Wed, 26 May 1999 20:05:25 +0000

This is a multi-part message in MIME format.
==============3B45E3F70ADB84491726336E
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

If you want to use your linux box as masquerading gateway you also have to
add a masquerading entry :

ipchains -A forward -i <IP-external interface> -s <Network-IP-local-net>
-j  MASQ

Good Luck,
Erik

[EMAIL PROTECTED] wrote:

> I am having a lot of problems getting ip forwarding to work with COL
> 2.2. I am hoping someone can help. :) Okay, I checked three things. Is
> support built into the kernel? Yes. Is 1 in ip_forward? Yes. Are there
> any chains that would stop access to and from the computer? No. (This
> is a security risk. I am using it only on a test network.) Here are the
> files that are relavent:
>
> [/usr/src/linux/.config:NETWORKING]
> #
> # Networking options
> #
> CONFIG_PACKET=y
> CONFIG_NETLINK=y
> CONFIG_RTNETLINK=y
> CONFIG_NETLINK_DEV=y
> CONFIG_FIREWALL=y
> # CONFIG_FILTER is not set
> CONFIG_UNIX=y
> CONFIG_INET=y
> # CONFIG_IP_MULTICAST is not set
> CONFIG_IP_ADVANCED_ROUTER=y
> CONFIG_RTNETLINK=y
> CONFIG_NETLINK=y
> # CONFIG_IP_MULTIPLE_TABLES is not set
> # CONFIG_IP_ROUTE_MULTIPATH is not set
> # CONFIG_IP_ROUTE_TOS is not set
> CONFIG_IP_ROUTE_VERBOSE=y
> # CONFIG_IP_ROUTE_LARGE_TABLES is not set
> # CONFIG_IP_PNP is not set
> CONFIG_IP_FIREWALL=y
> CONFIG_IP_FIREWALL_NETLINK=y
> CONFIG_NETLINK_DEV=y
> CONFIG_IP_ALWAYS_DEFRAG=y
> CONFIG_IP_TRANSPARENT_PROXY=y
> CONFIG_IP_MASQUERADE=y
> CONFIG_IP_MASQUERADE_ICMP=y
> CONFIG_IP_MASQUERADE_MOD=y
> CONFIG_IP_MASQUERADE_IPAUTOFW=y
> CONFIG_IP_MASQUERADE_IPPORTFW=y
> CONFIG_IP_MASQUERADE_MFW=y
> CONFIG_IP_ROUTER=y
> CONFIG_NET_IPIP=m
> CONFIG_NET_IPGRE=m
> CONFIG_IP_ALIAS=y
> # CONFIG_ARPD is not set
> CONFIG_SYN_COOKIES=y
> CONFIG_INET_RARP=m
> # CONFIG_SKB_LARGE is not set
> # CONFIG_IPV6 is not set
> # CONFIG_IPX is not set
> # CONFIG_ATALK is not set
> # CONFIG_X25 is not set
> # CONFIG_LAPB is not set
> # CONFIG_BRIDGE is not set
> # CONFIG_LLC is not set
> # CONFIG_ECONET is not set
> # CONFIG_WAN_ROUTER is not set
> # CONFIG_NET_FASTROUTE is not set
> # CONFIG_NET_HW_FLOWCONTROL is not set
> # CONFIG_CPU_IS_SLOW is not set
>
> [/proc/sys/net/ipv4/ip_forward]
> 1
>
> [/etc/sysconfig/network]
> NETWORKING=yes
> HOSTNAME=comm.wec.wn.net
> IF_LIST='lo eth tr sl ppp'
> IPFORWARDING=yes
>
> [ipchains]
> [root@comm dustin]# ipchains -L
> Chain input (policy ACCEPT):
> Chain forward (policy ACCEPT):
> Chain output (policy ACCEPT):
>
> Yet, I can't get a computer own the network see anything over the ppp
> link. As you can see, ppp is my default route:
>
> [root@comm dustin]# netstat -r
> Kernel IP routing table
> Destination     Gateway         Genmask         Flags   MSS Window
> irtt Iface
> max4.intersurf. *               255.255.255.255 UH        0 0
> 0 ppp0
> 192.168.1.0     *               255.255.255.0   U         0 0
> 0 eth0
> 127.0.0.0       *               255.0.0.0       U         0 0
> 0 lo
> default         max4.intersurf. 0.0.0.0         UG        0 0
> 0 ppp0
>
> Okay, so I followed the directions in ipmasq-HOWTO for problem
> resolution. Here are the results:
>
> 1. from masq'd machine, ping another machine:
> works
>
> 2. ping self and assigned address (ppp):
> ping localhost works
> ping ppp ip address given by isp works
>
> 3. from masq'd machine, ping gateway
> works
>
> 4. from masq'd machine, ping gateway's ppp assigned address
> doesn't work (i deleted the ip address below)
>
> C:\tmp>ping x.x.x.x
> Pinging x.x.x.x with 32 bytes of data:
>
> Destination host unreachable.
> Destination host unreachable.
> Destination host unreachable.
> Destination host unreachable.
>
> Any clues? Thanks for any help.
>
> ---
> Dustin Puryear
> [EMAIL PROTECTED]
>
> --== Sent via Deja.com http://www.deja.com/ ==--
> ---Share what you know. Learn what you don't.---

==============3B45E3F70ADB84491726336E
Content-Type: text/x-vcard; charset=us-ascii;
 name="Zijlware111.vcf"
Content-Transfer-Encoding: 7bit
Content-Description: Card for Erik-Jan Sinke
Content-Disposition: attachment;
 filename="Zijlware111.vcf"

begin:vcard 
n:Sinke;Erik-Jan
x-mozilla-html:FALSE
org:Zijlware;IT
adr:;;;;;;
version:2.1
email;internet:[EMAIL PROTECTED]
title:Ing.
x-mozilla-cpt:;0
fn:Erik-Jan Sinke
end:vcard

==============3B45E3F70ADB84491726336E==


------------------------------

From: "Richard Hesketh" <[EMAIL PROTECTED]>
Subject: Linux and WWW
Date: Wed, 26 May 1999 18:39:20 +0100

I've just installed RH5.2, after much trouble, how do I connect to my ISP
from Linux ?
THX



------------------------------

Crossposted-To: comp.sys.hp.hpux,comp.os.linux.setup
From: Paul Hanks <[EMAIL PROTECTED]>
Subject: Re: NFS mount problem.
Date: Wed, 26 May 1999 20:03:47 GMT

Thierry Sengstag wrote:
> 
> Hi Jim,
> 
>   Thanks for your answer.
> 
> > man route is your friend.
> 
>   Tough friend, actually... :-)
> 
> > You need a route between the two subnets. ie:
> >
> > on helena - route add -net 195.112.nn.0 dev eth0
> > and a return route on homer - route add -net 128.178.nn.0 eth0
> 
>   I looked at the man page. Actually I guess more than I understand :
> eth0 means the ethernet card, but I'm trying to mount the disk
> through a phone line. (Yes I know, not very reliable, but for some
> reason, I need to do that.) Here the device is ppp0, but to this
> argument
> my linux box complained "SIOCADDRT: Invalid argument"...
Do your PPP 'interfaces' have static or DHCP asssigned addresses, and do
they use hosts files, or DNS for name to address resolution? Also, since
you say you're using telephone (dial-up?) networking, make sure you
increase the timeouts in the fstab entries, the defaults may not be long
enough.
> 
>   Another point : traceroute mentions 12 nodes between the mount points,
> as far as I understand 'route', it is used to build hard paths between
> two computers (in other words to tell explicitely through which
> computers
> the packets have to travel).
> 
>   Thus the questions :
> 
>   Do I understand correctly ?
>   Is it possible (in principle) to do what I want to do ?
>   How do I specify all the nodes of the path on a single route command ?
>   (I tried to put some of the addresses listed but traceroute as a
> gateway
> to the route command, but could not fall on the right one...)
> 
>   Thanks for any advice,
> 
>   Thierry

------------------------------

From: [EMAIL PROTECTED]
Subject: connecting SMC 8432T (tulip driver) to RCN Hybrid N-231 cable modem - "No 
21041 10BaseT link beat"
Date: Wed, 26 May 1999 20:29:59 GMT

I posted this to an existing thread my mistake -
so here goes again:

Has anyone got connected to RCN's cable modem? I
am stuck and RCN don't support linux.
The dhdcp gets the ip address, but the link light
on the cable modem lights for only a few seconds
and then goes out.

Using RH5.2
        Any suggestions?

tulip.c:v0.89H 5/23/98 [EMAIL PROTECTED]
eth0: Digital DC21041 Tulip at 0xfc80, 21041
mode, 00 e0 29 36 4f 85, IRQ 11. eth0:21041 Media
information at 30, default media 0000 (10baseT).
eth0:  21041 media #0, 10baseT.
eth0:  21041 media #0, 10baseT.
eth0: No 21041 10baseT link beat, Media switched
to 10base2.
ARP: arp called for own IP address
eth0: Promiscuous mode enabled.



--== Sent via Deja.com http://www.deja.com/ ==--
---Share what you know. Learn what you don't.---

------------------------------

Subject: Re: help with novell
From: [EMAIL PROTECTED] (Valentin Abramov)
Date: 26 May 1999 20:28:40 GMT

In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says...
>
>I need to connect my linux redhat 6 to our novel 4 network.  How do I do
>this?  M network card is working and I am connected to the internet.  So
>IP is working and the card is fine.  But where is the network
>management?
>
>Thanks
>

Begin from IPX-HOWTO. URL you can find on my linux page

http://www.tartu.customs.ee/linux/


Valentin


------------------------------

From: [EMAIL PROTECTED] (Bob Farmer)
Crossposted-To: linux.redhat.misc,linux.samba,comp.protocols.smb
Subject: Re: Samba and NT Domain
Date: 26 May 1999 13:12:15 -0500

In article <7ihbrg$3j2$[EMAIL PROTECTED]>,  <[EMAIL PROTECTED]> wrote:
>I've tried the suggestions that everyone's made, but I still can't make
>it work.  For some reason I can connect from MY NT Workstation, but I
>can't connect from any other clients.  Let me be a little more specific,
>when I try to open a share from a 98 client, it asks for a password.
>When I try to open a share from an NT client, it asks for a username and
>password.  All clients seem to be able to browse to the server.  I've
>used smbpasswd -j ntdom to add the linux server to the domain.  I
>currently have
>
>security=server
>password server=ipaddress in dotted decimal notation
>add user script=/usr/sbin/adduser -d home/samba -g samba %u
>
>I've also tried using the netbios name of the server in the password
>server option, and I've used the security=domain.  I also have encrypted
>passwords turned on.  Thanks,
>    Greg

I don't think Win98 lets you pick a username when connecting (unlike NT).
It uses the username you logged in as.  If that's the "problem", then
that's just normal Win98 behavior, I believe...

-- 
Bob Farmer                                     [EMAIL PROTECTED]
Computer Services, Sam Houston State University; Huntsville, TX 

------------------------------

From: "Clifton T. Sharp Jr." <[EMAIL PROTECTED]>
Subject: Re: Framing errors
Date: Wed, 26 May 1999 16:12:33 -0500

Clifford Kite wrote:
> Try looking in the file linux/Documentation/Changes that came with your
> new 2.2.x kernel?  One package that needs upgrading is Net-tools.

NOW I remember. I put this off and then forgot about it. All sorts of
compile-time warnings and errors trying 1.48 and 1.51. Ah well, time to
roll up the sleeves and dive into the code.

-- 
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|   Cliff Sharp   |  "Speech isn't free when it comes postage-due."           |
|      WA9PDM     |   -- Jim Nitchals, founder, FREE                          |
+-+-+-+-+-+-+-+-+-+- http://www.spamfree.org/ +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

------------------------------

From: [EMAIL PROTECTED]
Subject: samba and pam
Date: Wed, 26 May 1999 17:10:47 -0400


==============44B25B5DD792DDA46383926D
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hi,

Anybody know how to use samba with pam authentication?  I'm using Redhat
6.0 and samba 2.0.3-8.

Thanks for any help.

==============44B25B5DD792DDA46383926D
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<tt>Hi,</tt><tt></tt>
<p><tt>Anybody know how to use samba with pam authentication?&nbsp; I'm
using Redhat 6.0 and samba 2.0.3-8.</tt><tt></tt>
<p><tt>Thanks for any help.</tt></html>

==============44B25B5DD792DDA46383926D==


------------------------------

From: "Henrik Krogh" <[EMAIL PROTECTED]>
Subject: Re: Samba configuration help....
Date: Wed, 26 May 1999 20:24:51 +0200

Hi
You have to add users to samba too

smbpasswd -a bretts

And I think you need to use encrypted passwords in order to get access from
windows98

[Global]
encrypt passwords = yes

If that does not do it, you can have a copy of my smb.conf
Henrik

brett @dropzone.co.za> <freakfaller<nospam> wrote in message
news:7igg40$12fk$[EMAIL PROTECTED]...
> I am fairly new to Linux, and not having much luck. Perhaps someone can
> suggest where I am going wrong.
>
> Here are my computer configurations:
>
> Computer Number 1
> Name:khaoz
> OS : Windows NT Workstation SP5
> IP : 192.168.0.50 Mask 255.255.255.0
> Workgroup : WORLD
>
> Computer Number 2
> Name: raven
> OS : Windows 98
> IP : 192.168.0.60 Mask 255.255.255.0
> Workgroup : WORLD
>
> Computer Number 3
> Name : primate
> OS : Redhat 6.0
> IP: 192.168.0.55 Mask 255.255.255.0
>
> All that I want to do is to share two directories on my Linux box. One
must
> be available to everyone, the other must only be available to the user
> bretts with the password d3b0rchary.
>
> I tried getting this to work with slackware for ages and the a friend
> suggested I installed Redhat. I installed Redhat 6.0 from the CD and chose
> to install everything. I ensured the samba was started.
>
> I created an account called bretts by typing useradd bretts and then
> assigned him the password d3b0rchary. I also created an account called
> pcguest by typing useradd pcguest and didn't assign it a password.
>
> I created a directory /user/private. Made bretts owner and changed to mode
> to 750.
>
> I then created a /etc/smb.conf file as follows
>
> [global]
>     workgroup=world
>     printing = bsd
>    printcap name = /etc/printcap
>    load printers = yes
>    guest account = pcguest
>     security=user
>    log file = /var/log/log.%m
>    lock directory = /var/locks
>    share modes = yes
>
> [homes]
>    comment = Home Directories
>    browseable = no
>    read only = no
>    create mode = 0750
>
> [public]
> comment = Temporary file space
> path = /tmp
> read only = yes
> public = yes
>
> [private]
>    comment = Fred's Service
>    path = /usr/private
>    valid users = bretts
>    public = no
>    writable = yes
>    printable = no
>
> AT this point I restarted the Samba and tried to connect. I log into my
> Windows NT or windows 98 machines using bretts and d3b0rchary. I am able
to
> see my primate in my browse lists but when I connect, I am promped to
login.
> Access is always denied.
>
> What am I overlooking ?Am I creating my guest account correctly.
>
>
>
>
>
>
>
>
>
>
>
>



------------------------------

From: [EMAIL PROTECTED]
Subject: Re: Recent problems with my cablemodem (using DHCP)
Date: Wed, 26 May 1999 20:42:39 GMT

I have the exact same problem.

When this happens and I do a netstat -r, I get the first 2 entries
quickly, but it hangs for a minute before listing the 3rd (default
gateway) entry.

I'm also looking for help on this problem.  If I find an anwser, I'll
tell you.



--== Sent via Deja.com http://www.deja.com/ ==--
---Share what you know. Learn what you don't.---

------------------------------

From: [EMAIL PROTECTED]
Subject: Re: ip forward
Date: Wed, 26 May 1999 20:54:08 GMT

In article <[EMAIL PROTECTED]>,
  mist <new$[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] scribed to us that -
> >I goofed a little in my first message. Step 4 works, step 5 did not.
> >(Ping outside TCP/IP address with a masq'd computer.)
> >C:\WINDOWS>ping 152.19.254.81
> >
>
> Did you enable ICMP masquerading in the kernel? If not, external pings
> from the masqueraded machines will not work.  (Nor will Traceroute).

Here is my kernel networking configuration for masq:

> CONFIG_IP_FIREWALL=y
> CONFIG_IP_FIREWALL_NETLINK=y
> CONFIG_NETLINK_DEV=y
> CONFIG_IP_ALWAYS_DEFRAG=y
> CONFIG_IP_TRANSPARENT_PROXY=y
> CONFIG_IP_MASQUERADE=y
> CONFIG_IP_MASQUERADE_ICMP=y
> CONFIG_IP_MASQUERADE_MOD=y
> CONFIG_IP_MASQUERADE_IPAUTOFW=y
> CONFIG_IP_MASQUERADE_IPPORTFW=y
> CONFIG_IP_MASQUERADE_MFW=y

I assume I do not need to set a flag somewhere? Anyway, http access doesn't
work either.

---
Dustin Puryear
[EMAIL PROTECTED]


--== Sent via Deja.com http://www.deja.com/ ==--
---Share what you know. Learn what you don't.---

------------------------------


** 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
******************************

Reply via email to