Linux-Networking Digest #836, Volume #10         Mon, 12 Apr 99 21:13:32 EDT

Contents:
  Re: Help! (Don Baccus)
  fetchmail ("Karl Schuh")
  Re: can't locat modules pf-3 (Ken Nagorski)
  Re: Running 2 version of Apache simultaneously ([EMAIL PROTECTED])
  Re: Help. Unable to browse HTTPS from IP Masq'ed workstations ("David K. Means")
  how do I use multiple internet connections? (Jeremy C. Reed)
  Re: running multiple pppd ([EMAIL PROTECTED])
  Re: Home Network Setup ??? ("David K. Means")
  ypcat ([EMAIL PROTECTED])
  Re: 2 Ethernet cards for IP Masqerade? (Bob Lockie)
  Re: Network Card - Can't connect to anything ("Hawk")
  Re: Hacker 'SATANIC SERVER' on my LAN ("Curt")
  Re: 3c509B and 3c905B in same box (Don Baccus)
  Re: Lots of PCI cards and kernel 2.0.36 (Stuart R. Fuller)
  tcp_send_skb ("sukesh")
  Re: PPP connections problem with RedHat 5.2 / debugging problems (piezas)
  Re: Help with Linux as Client on Sygate... (contains setup information to assist 
([EMAIL PROTECTED])
  Won't dial-on-demand, routing works if run pppd manually ("Steve Jorgensen")
  Re: Win98 PPTP client can't connect through ipmasq, works w/ modem ("Steve 
Jorgensen")
  Re: ISDN / BT Speedway Problem (HiSax/Fritz) (Simon Griffiths)
  Printing to novell 4.11 server ("Kevin R Baugh")
  Re: assigning IP address to jetdirect EX card? (mike)
  Win98 PPTP client can't connect through ipmasq, works w/ modem ("Steve Jorgensen")
  Re: Network Printer (Linux + MacOS + HP JetDirect) (Nick B.)
  DHCPD install probs (Hugo Theriault)
  very primitive webserver--need help (David Yuen)

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

Subject: Re: Help!
From: [EMAIL PROTECTED] (Don Baccus)
Date: 12 Apr 1999 15:04:33 PST

In article <[EMAIL PROTECTED]>,
Gerry Oakson  <[EMAIL PROTECTED]> wrote:
>Any chance anyone would have time to offer a suggustion for answers to
>a couple of questions for a mid-term exam I have.  Our instructor said
>we were allow to research it, it's take home, so I imagine posting a
>message would count as research.  The first question is:

>1. What is the network of the US Department of Defense (DOD)?

It's the bird colonel network - DC's full of 'em during
hearings on defense spending.

>2. (Using TCP/IP)

>   The machines on your network can all see each other and are working
>fine.  
>   In fact they can see you too.       
>   You on the other hand can not see anything.

>   What is the problem?  What is the solution?

Braillenet

(obviously, I don't think that asking us to answer your
take-home exam is "doing research", not in a way your
professor would approve of, at least)
-- 

- Don Baccus, Portland OR <[EMAIL PROTECTED]>
  Nature photos, on-line guides, at http://donb.photo.net

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

From: "Karl Schuh" <[EMAIL PROTECTED]>
Subject: fetchmail
Date: Mon, 12 Apr 1999 22:54:37 +0200

we want to fetch our mails using pop3 from the isp, where we have some
aliases. we told fetchmail with the -S option to send all mails to another
machine which is running MS-exchange. the problem is, that fetchmail changes
all receipients to root@server instead of letting them untouched.

tia
karl+ andy
[EMAIL PROTECTED]
k,[EMAIL PROTECTED]



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

From: Ken Nagorski <[EMAIL PROTECTED]>
Crossposted-To: linux.redhat.misc
Subject: Re: can't locat modules pf-3
Date: Mon, 12 Apr 1999 16:45:40 -0400

Ken Nagorski wrote:

> I get this message at boot.
> can't locate module pf-3
> can't locate module pf-6
> can't locate module pf-4
> can't locate module pf-5
> can't locate module pf-3
> can't locate module pf-6
> can't locate module pf-4
> can't locate module pf-5
> Whatever this does it causes my  network not to work at all. It was
> fine, I don't what I did to screw things up.
>
> ifcfg-eth0 looks like this
> DEVICE=eth0
> IPADDR=207.xxx.xxx.xxx
> NETMASK=255.255.255.0
> NETWORK=207.xxx.xxx.xxx
> BROADCAST=207.xxx.xxx.xxx
> GATEWAY=207.xxx.xxx.xxx
> ONBOOT=yes
>
> assuming I have the proper address's in there(which I am positive I do)
> it should work.
> my /etc/conf.modules looks like this
> alias eth0 3c509x
>
> I think that this has something to do with the IPX stuff. I would
> appreciate ant advice thank you
> Ken N

Just as a side note. I hve the lines alias net-pf-3 off and so on in the
/etc/conf.modules


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

From: [EMAIL PROTECTED]
Crossposted-To: linux.redhat.rpm,comp.infosystems.www.servers.unix
Subject: Re: Running 2 version of Apache simultaneously
Date: Mon, 12 Apr 1999 21:58:33 GMT

In article <[EMAIL PROTECTED]>,
  S P Arif Sahari Wibowo <[EMAIL PROTECTED]> wrote:

> The SSL version is a comercial product, namely RedHat Secure Webserver.
> Upgrading the Secure Webserver will cost money, unless there is something
> I don't know. However, I need to use some feature from Apache 1.3.

There are free versions of Apache with SSL available on the Apache site.  The
only reason to every *pay* for an SSL version of Apache is to get an RSA key.
If you own your own key (from Verisign, for example), you can use that with
any webserver you like... including the free Apache-SSL versions.

> Actually I would like to install it from an rpm distribution, for it will
> be easily manageable. Apparently it is not possible, right?

Not that I know of.  Really, it's not that hard to compile a package.  there
are step-by-step instructions included with the sourcecode, but the gist of
it is this:

tar -xzvf apache-xxx.tgz
cd apache-xxx/
./configure --with-prefix=/usr/local/web1
make

That's it!  The needed binary ("httpd") is created in the source tree, and you
copy that to wherever it needs to go.

The you start the different versions like this:

/usr/local/web1/bin/httpd -d /usr/local/web1/conf
   and
/usr/local/web2/bin/httpd -d /usr/local/web2/conf

...and you're good to go.


-Bill Clark


============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own    

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

From: "David K. Means" <[EMAIL PROTECTED]>
Subject: Re: Help. Unable to browse HTTPS from IP Masq'ed workstations
Date: Mon, 12 Apr 1999 14:28:31 -0700


Mike Ellis <[EMAIL PROTECTED]> wrote in message
news:7est9i$[EMAIL PROTECTED]...
> [...]
> Other boxes obtain 192.168.1.X IP's from austin's
> dhcpd. Austin is running ip_masq as described in
> the how-to. Austin is also the domain nameserver.
>
> PROBLEM:
> Other boxes are unable to access certain websites,
> especially HTTPS, but also a few HTTP sites
> (www.compaq.com is one).
>
> Problem is common to both Netscape on Linux and
> IE4 on Win95.  Problem does not occur with Netscape
> run on directly austin.
>
  HTTPS uses a separate TCP port from `normal' HTTP.  You'll need
to allow traffic on port 443 (it should be called https in /etc/services) in
both directions.  If you'd like a little extra security, you can require
that
incoming HTTPS packets have the ACK bit set ( -k switch for ipfwadm).

                                                            Good luck.



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

From: [EMAIL PROTECTED] (Jeremy C. Reed)
Subject: how do I use multiple internet connections?
Date: Mon, 12 Apr 1999 21:59:30 GMT

How can I use multiple DSL (or other) connections at the same time to share 
bandwidth and if one goes down I still have internet access?

Thanks

Jeremy


  -----------== Posted via Newsfeeds.Com, Uncensored Usenet News ==----------
    http://www.newsfeeds.com/       The Largest Usenet Servers in the World!
=========== Over 72,000 Groups, Plus    Dedicated  Binaries Servers ==========

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

From: [EMAIL PROTECTED]
Subject: Re: running multiple pppd
Date: Mon, 12 Apr 1999 21:38:48 GMT

can I then run four FTP sessions each go out different ppp link and
each downloading file from four different sites.????

Kevin Hong

On 11 Apr 1999 07:52:05 GMT, [EMAIL PROTECTED] (TScarb8197) wrote:

>if you have four phone lines and setup ppp0, ppp1,ppp2, and ppp3, respectivley


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

From: "David K. Means" <[EMAIL PROTECTED]>
Subject: Re: Home Network Setup ???
Date: Mon, 12 Apr 1999 15:16:27 -0700

Joseph White <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> I'm setting up a home network. I'm running Redhat 5.1 Linux 2.0.35. I
> will have two machines, one as Redhat 5.1 and Samba server, and the
> other is dual boot Windooze 95, Redhat 5.1. Netgear NIC's
>
> I'm a little confused about the naming on the dual boot Linux box. I
> setup the Win95 side of it but I'm not sure of the netcfg dialog under
> linux.
>
> Example naming scheme:
>
> server      server.linux.com     192.168.100.1
> linuxbox    linuxbox.linux.com   192.168.100.2
> win95box    win95box.linux.com    192.168.100.3
>
> subnet-255.255.255.0
  I would recommend that you use one IP address per machine; it makes it
  easier to keep track of which box is which if  each one has one and only
one
  IP address.  Since you won't be running Windoze and Linux at the same
time,
  no conflict will arise using the same IP address for that hardware.

> On the dualboot/Linux box in "netcfg" under Names dialog I see HOST and
> DOMAIN, should I put the HOST name of the server "server" and the DOMAIN
> "server.linux.com" in there?
    There are lots of views on how to come up with a theme for hostnames;
this is the
  easy part.  The important bit is that a hostname is only one word, not a
bunch of
  words separated by periods.
    The DOMAIN part is harder; if you are actually connected to the
internet, you
  really need to either use the domain of your ISP, or you need to apply for
your own
  domain AND set up and maintain a nameserver (either by yourself, or
through your ISP).
  The domain part is everything after the first period in one of those
Internet Name strings.

> Under HOST dialog box I have IP,NAME,NICKNAME. Currently I have
> IP-127.0.0.1,  Name-localhost  Nickname-local
>
> I know I need to leave the 127.0.0.1, but should I "re-name it"
> Name-linuxbox.linux.com  Nickname-linuxbox,
    Strictly speaking, you could alter both the TrueName and the nickname,
but
    a number of applications count on the names `localhost' and `local' for
this address,
    which is also called the `loopback' address.  Therefore, I recommend
leaving these
    names unchanged.
> Then add a new entry IP-192.168.100.2  Name-linuxbox.linux.com
> Nickname-linuxbox
     This is where you supply the name that other machines (on your network,
at least)
   will use to contact you.  It should be just a hostname, not the
fully-qualified name (ie,
   one word, not several words separated by periods.)



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

From: [EMAIL PROTECTED]
Subject: ypcat
Date: Mon, 12 Apr 1999 21:28:43 GMT

Hi,

        I'm usign slackware 3.6 and i have a problem with NIS:

        I can use NIS maps in my machine and i can do a
ypmatch without a problem, but when i do a ypcat, i can't
see the maps. I got this error message:

        No such map passwd.byname. Reason: YP server error

        Why i have this error?


        Thanks in advance

        Carlos Nava

============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own    

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

From: Bob Lockie <[EMAIL PROTECTED]>
Subject: Re: 2 Ethernet cards for IP Masqerade?
Date: Mon, 12 Apr 1999 17:06:05 -0400

yes.

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

From: "Hawk" <[EMAIL PROTECTED]>
Subject: Re: Network Card - Can't connect to anything
Date: Mon, 12 Apr 1999 19:18:54 -0300

i found the problem.. you were right.. some other pnp device swicthed to the
irq that my non pnp ethernet card was using..

Thanks
Hawk





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

From: "Curt" <[EMAIL PROTECTED]>
Subject: Re: Hacker 'SATANIC SERVER' on my LAN
Date: Mon, 12 Apr 1999 17:42:24 -0500

I haven't used ipchains yet,  however you can limit the connections
to your samba server to your internal network.   Add the follwoing line
to your /etc/smb.conf file.

hosts allow = 192.168.0.  127.


star wrote in message <[EMAIL PROTECTED]>...
>I recently installed Samba.
>When i did 'smbclient -L server', i got a list of shares, servers
>and the workgroupname with its Master.
>In the list under the Master header there it was: SATANIC_SERVER
>Under the Server header there was also a name which didnt belong to
>my LAN.
>What has happened here?
>How is it possible that someone can connect to my LAN through my
>firewall.
>Is Samba an unreliable factor?
>
>At the time of the hack this was my firewall:
>
>IPADDR='/sbin/ifconfig eth0 | /bin/grep -i "inet addr" | /usr/bin/cut
>-f2 -d":" | /usr/bin/cut -f1 -d" "
>'
>LOCALMASK="192.168.0.0/24"
>
># flush all other commands
>ipchains forward -F
>ipchains input -F
>ipchains output -F
>
># default policy: deny all
>ipchains forward -P deny
>ipchains output -P deny
>ipchains input -P deny
>
># first deny spoofers from outside and log them
>ipchains input -l -i eth0 -S 192.168.0.3/32 -j deny
>ipchains input -l -i eth0 -S 192.168.0.0/24 -j deny
>ipchains input -l -i eth0 -S 127.0.0.1/32 -j deny
>
># deny all other special networks
>ipchains input -l -i eth0 -S 192.168.0.0/16 -j deny
>ipchains input -l -i eth0 -S 172.16.0.0/12 -j deny
>ipchains input -l -i eth0 -S 10.0.0.0/8 -j deny
>
># forward
>ipchains -A forward -j MASQ -s 192.168.0.1/32 -d 0.0.0.0/0
>ipchains -A forward -j MASQ -s 192.168.0.2/32 -d 0.0.0.0/0
>
># Control response to netbios broadcasts. DENY but do not REJECT
>netbios.
># Rejection of netbios packets would result in a continuous stream of
># icmp rejection packets due to excessive netbios broadcasts in this
>segment.
>/sbin/ipchains -A input -p tcp -j DENY -d $IPADDR
>netbios-ns:netbios-ssn
>/sbin/ipchains -A input -p udp -j DENY -d $IPADDR
>netbios-ns:netbios-dgm
>
># REJECT connections to all priviliged ports. In theory the range
>extends to
># port 1024. In practice however, the ssh-client likes to connect from
>ports
># 1001 and up.
>/sbin/ipchains -A input -p tcp -j REJECT -d $IPADDR 0:1023
>/sbin/ipchains -A input -p udp -j REJECT -d $IPADDR 0:1023
>
># REJECT connections to the squid ports of the external interface. We
># don't want others to be able to 'upgrade' our datalimit.
>/sbin/ipchains -A input -p tcp -j REJECT -d $IPADDR 3128
>/sbin/ipchains -A input -p tcp -j REJECT -d $IPADDR 3130
>
># default policy: deny all
>ipchains forward -P deny
>ipchains output -P deny
>ipchains input -P deny
>
>What rule did i forget?
>
>At the time in inetd.conf ftp, telnet and pop3 where uncommented
>
>I cannot find the satanic server in my logs.
>In which logfile should i look for a trace?
>
>thanks for any help
>



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

Subject: Re: 3c509B and 3c905B in same box
From: [EMAIL PROTECTED] (Don Baccus)
Date: 12 Apr 1999 14:51:27 PST

In article <[EMAIL PROTECTED]>,
Thomas Zajic  <[EMAIL PROTECTED]> wrote:

>Is there a way to disable PnP on a 3Com EtherLink XL PCI 3C900-TPO?
>When I try to change the IRQ with the 3C90XCFG.EXE that came with
>the card, it complains that "This is a lookup value only, assigned
>by the PCI-BIOS!" or something to that effect.

There's a separate PnP enable/disable you have to toggle at
some point, and IIRC you might have to save the value and
restart to have it take effect (it's been awhile since I've
done this, so don't quote me!)

Mine's an ISA, not PCI, version but I think you disable PnP
the same way on both.
-- 

- Don Baccus, Portland OR <[EMAIL PROTECTED]>
  Nature photos, on-line guides, at http://donb.photo.net

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

From: [EMAIL PROTECTED] (Stuart R. Fuller)
Subject: Re: Lots of PCI cards and kernel 2.0.36
Reply-To: [EMAIL PROTECTED]
Date: Mon, 12 Apr 1999 22:00:02 GMT

Ron Johnson, Jr. ([EMAIL PROTECTED]) wrote:
: Hello.
: 
: I'll be buying RH5.2 soon & placing them in a machine with
: 2 NE2000 clone PCI NICs & a PCI v.90 modem.
: 
: Any problems?  I don't think so, but just want to cast this
: out just to make sure, 1st.

Not likely the PCI modem will work, since they tend to be "Winmodems", and
Winmodems will NOT work on anything but Windows.

        Stu

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

From: "sukesh" <[EMAIL PROTECTED]>
Subject: tcp_send_skb
Date: Mon, 12 Apr 1999 19:02:39 -0400

Hi,
  I am trying to trace the path of a tcp packet through the kernel.

At tcp_send_skb() ... the packet is written to the kernel memory. Next
ip_queue_xmit() is called. How does the call to ip_queue_xmit()  made ?

Thanks,
Sukesh





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

From: piezas <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Re: PPP connections problem with RedHat 5.2 / debugging problems
Date: Mon, 12 Apr 1999 15:05:33 -0400

Jean-Claude wrote:

> I am trying to debug my ppp connection and I wonder why I can't get
> connected from this line :
>
> /usr/sbin/pppd /dev/ttyS1 57600 debug connect "/usr/sbin/chat -v   ''
> 'AT&F0'   OK   ATD5555555   CONNECT   '\d\c' "
>
> I am not sure where to place single or double quotes. That may be the
> problem...
>
> Thanks
>
> Jean-Claude

just try quickppp u will find it at >>>>linux.box.sk
el will work perfect!!!!!!


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

From: [EMAIL PROTECTED]
Subject: Re: Help with Linux as Client on Sygate... (contains setup information to 
assist
Date: 12 Apr 1999 22:24:15 GMT
Reply-To: [EMAIL PROTECTED]

On April 12 1999, "Charles R. Thompson" <[EMAIL PROTECTED]> 
wrote:
> Got it. Had Sygate 2.0 on the last 2 megs of evaluation.
> Upgraded to 3.0, got Linux working online and now have 27 meg
> left before registration due.
> 
> Any idea when 4.0 with an extra 25 meg comes out? ;)

I still haven't gotten it.  Did it work with your ISP DNS servers set or
just using SyGate? I am having a hard time figuring out my ISP DNS
server since the setting are all automatic.

George Sherwood
[EMAIL PROTECTED]

-- 
 -  [EMAIL PROTECTED]



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

From: "Steve Jorgensen" <[EMAIL PROTECTED]>
Subject: Won't dial-on-demand, routing works if run pppd manually
Date: Mon, 12 Apr 1999 14:47:01 -0700

Hi,

I'm a Linux newby using Slackware 2.0.36 and trying to set up a
dial-on-demand server by following the demand dialing howto pretty much
verbatim.  The problem is that it won't dial-on-demand.  If I start pppd
manually, it runs fine and I can see the Internet from other computers on my
LAN by using the Linux system as the default gateway.

Any hints on how to debug this?  I don't really know where to start.



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

From: "Steve Jorgensen" <[EMAIL PROTECTED]>
Subject: Re: Win98 PPTP client can't connect through ipmasq, works w/ modem
Date: Mon, 12 Apr 1999 16:53:52 -0700

Thanks, that looks like what I need.  Of course, I have been able to avoid
recompiling the kernel until now, oh well.

Since the default Slackware 2.0.36 Kernel has worked for everything else
I've done, is there any way to know what settings were used so I can make
only the minimum required changes to the settings before recompiling?

Luca Filipozzi wrote in message ...
>In article <7etq0k$hc1$[EMAIL PROTECTED]>, [EMAIL PROTECTED]
>says...
>> I'm setting up a Linux firewall with demand dialing and ipmasq.  I can
>> access the Internet through the firewall, but I can't connect to a PPTP
>> server.  If I try the same PPTP connection from the same computer over a
>> direct dial-up to the isp, it works fine.
>>
>> Any ideas?
>>
>>
>>
>Yes... look here
>ftp://ftp.rubyriver.com/pub/jhardin/masquerade/ip_masq_vpn.html
>--
>Luca Filipozzi <[EMAIL PROTECTED]>



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

From: Simon Griffiths <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.hardware
Subject: Re: ISDN / BT Speedway Problem (HiSax/Fritz)
Date: Tue, 13 Apr 1999 00:49:37 +0100



Simon Griffiths wrote:
> 
> Heeeeeelp.....
> 
> I've currently got a 2.2.5 kernel with modular support for IDSN/HiSax
> (Fritz)
> and a BT Speedway PCI card. All looks fine....
> 
> but I get :
> 
> Apr 10 14:10:24 localhost kernel: HiSax: Card AVM A1 not installed !
> Apr 10 14:10:24 localhost kernel: ISDN-subsystem unloaded
> 
> everytime I try to load the HiSax module with...
> 
> modprobe -v hisax io=0x6400 irq=9 protocol=2 type=5 id=Fritz
> 

OK, I've had a chance to look further into this, and I come to the
following conclusions....

1. The card I have - a BT speedway internal - is a  Fritz/PCI version.
2. There are 3 Fritz types in the ISDN4Linux Hisax driver module: Fritz,
Fritz!PnP, Fritz!PCI
3. The internal BT Speedway needs the Fritz!PCI
4. Each type of card requires a different type argument in the insmod
call. I should have been using:
        modprobe -v hisax protocol=2 type=27

But....

5. the Fritz!PCI & Fritz!PnP drivers are included in 2.0.36, but not in
2.2.x
6. the Fritz!PCI driver included in the latest version of ISDN4Linux
won't compile in 2.2.n
        (at least I can't get it to!)
7. 2.2.x is great - there's so much good stuff in here I don't want to
regress


Conclusion - I'll just have to manage with my 33.6 modem until some
wonderful person can tell
me how to get the Fritz!PCI driver compiled in 2.2.n !
or...
the Fritz!PCI driver gets rolled into the 2.2 kernel distribution.

Any takers ?

Also, I think the BT Speedway card is being pushed pretty strongly with
the new 
BT Highway products and is selling pretty well, - there may be lots pf
people out there
with the same problem as me !

Simon.

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

From: "Kevin R Baugh" <[EMAIL PROTECTED]>
Subject: Printing to novell 4.11 server
Date: Mon, 12 Apr 1999 06:54:15 -0500

I can't seem to get Red Hat Linux 5.2 to print to a Novell 4.11 server. When
I print the test page It says that  it printed but nothing prints. I get the
same results with WP. Any help please?

--


--
Kevin R Baugh
[EMAIL PROTECTED]
http://www.ezl.com/~krbaugh
http://www.ezl.com/~krbaugh/carla



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

Date: Mon, 12 Apr 1999 16:47:51 -0500
From: mike <[EMAIL PROTECTED]>
Crossposted-To: linux.samba
Subject: Re: assigning IP address to jetdirect EX card?

BN Ron Souliere wrote:

> In linux.samba x <[EMAIL PROTECTED]> wrote:
> > Greetings,
>
> > I'm in the process of phasing out our NetServer and replacing it with a
> > linux
> > box running samba.  I've got it all working fine -- the only thing that
> > remains is the incorporation of the office printer which runs off of a
> > JetDirect EX (external) J2382B.  From what I've read, it should only
> > take
> > an assigning of an IP address to that JetDirect card, but I cannot find
> > the utility with which to do this.
>
> Assuming the box you mentioned is one that supports tcp/ip you just
> need access to a network windows machine for a few minutes to reprogram
> it.  I have a J2593A.  It only took a few minutes under windows to
> reprogram it.  Barring problems I should never need to use windows
> with it again.  - Ron S

Check your documentation for how to have the firmware print out its
settings.  Among them will be the ip address.  Once you have this telnet in
and hit return twice.  You should get a ">" prompt.  Type ? and return for
current status and change whatever you like. Example to change ip number
type "ip: <number>" and enter.  Easy as that.


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

From: "Steve Jorgensen" <[EMAIL PROTECTED]>
Subject: Win98 PPTP client can't connect through ipmasq, works w/ modem
Date: Mon, 12 Apr 1999 14:51:10 -0700

I'm setting up a Linux firewall with demand dialing and ipmasq.  I can
access the Internet through the firewall, but I can't connect to a PPTP
server.  If I try the same PPTP connection from the same computer over a
direct dial-up to the isp, it works fine.

Any ideas?



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

From: Nick B. <[EMAIL PROTECTED]>
Subject: Re: Network Printer (Linux + MacOS + HP JetDirect)
Date: Mon, 12 Apr 1999 11:05:02 GMT

Hi Leslie and everyone,

Let me thank you all for your help and good suggestions, but I think I've
arrived at the conclusion that there is very little I can do with my current
hardware. From all of your suggestions, I realized that more recent JetDirect
cards allow the IP address to be set through the printer control panel. My
printer does not display a MIO menu, nor is there any way to set the IP via
any other menu. No Mac software that I have seems capable of setting or even
displaying to me a standard TCP/IP address.

When I searched the HP web site, I found, of course, 3600 documents
pertaining to my problem ... actually, I did locate a couple pertinent ones.
One document, in particular, stated that the JetAdmin program required
firmware revisions of X.02.nn or X.03.nn. My firmware is A.01.00, so I don't
expect JetAdmin to work. Another document even stated that telnet support did
not begin until X.02 revisions. This I take to mean that I will not be able
to telnet to my card to change any options even if I succeed in determining
its IP address.

You all were also helpful in explaining that the Appletalk numbers are more or
less arbitrarily assigned; I take this to mean that I'll most likely never be
able to convert the 65280 network number into a Linux readable IP address.

In summary, I'm just stuck with old equipment: I can't set the IP address
through a MIO menu, jetAdmin won't work, and I can't telnet to it. Since I
require the Mac connection to this printer, I guess I'll have to upgrade the
JetDirect card. Depending upon the expense of doing so, perhaps the best
strategy would just be to buy a different printer for the Linux boxes leaving
the older HP 4M on the Mac.

Thanks for all of your help,
Nick B.



In article <7erj7u$1rq5$[EMAIL PROTECTED]>,
  [EMAIL PROTECTED] (Leslie Mikesell) wrote:
> In article <7eqt6n$17h$[EMAIL PROTECTED]>,
> Nick B.  <[EMAIL PROTECTED]> wrote:
> >
> >Thanks for the instructions. Unfortunately, I'm fast coming to the conclusion
> >that my printer/JetDirect card must be too old. For instance, in my JetDirect
> >card's manual, nowhere does it discuss how to set the IP address. The
> >printer's manual also does not discuss this topic.
> >
> >When I go through the various menus on the printer's control panel, there is
> >no option to set an IP address. The only pertinent menu is really the AUX IO
> >menu, and my only option on this menu is to choose phase 2 ethernet --- no
> >option for choosing the IP address.
>
> The ones I've seen have an MIO menu where the network options are set but
> perhaps this is a different model.  If you have an external box you
> have to run the Jetadmin program or use bootp to get started.
>
> >So, as I said, I'm fast becoming convinced that my hardware is too old to be
> >able to use these current tools (like the printer's control panel to set the
> >IP address).
>
> If it is that old you will likely have trouble with the lpr emulation
> if that is that way you plan to send jobs.
>
> >It's frustrating, since I find it hard to believe that I can't get Linux to
> >query the LAN somehow with RARP-like queries and have all NICs respond with
> >their harware and assigned IP addresses. As you can tell, my inexperience in
> >networking is showing badly.
>
> You should be able to use BOOTP to assign the IP address, subnet mask,
> and default router.  Your linux distribution probably includes a
> version of the isc dhcpd program that will handle this using a
> 'hardware address' declaration containing the ethernet address to
> identify the device.  Once the IP address is assigned you can telnet
> to it to set any other options you need to change.
>
> >Thanks for your suggestions and response. I just don't think my hardware is
> >new enough to be able to use the suggestions.
>
> If you have a windows machine on the network you might be able to
> use the jetadmin program to update the firmware.
>
>   Les Mikesell
>     [EMAIL PROTECTED]
>

============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own    

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

From: Hugo Theriault <[EMAIL PROTECTED]>
Subject: DHCPD install probs
Date: Mon, 12 Apr 1999 23:49:38 GMT

Thanx for the prompt answer lloyd

>then i did like instructed went into the directory created and did
>./configure  the quick answer was: system type: linux-2.0
>
>then it says to type make......ouch i get a command not found...
>
>what did i do wrong

You didn't do anything wrong yet ;) The problem is you haven't installed
the
package containing the make program,

now i did install the make package and still have an error message as
follows

cc -g   -DLINUX_2_0    -c dhcpd.c  -o dhcpd.o
make: cc: Command not found
make: *** dhcpd.o error 127

and didn t find any cc package????


any adeas anyone

thanx

hugo


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

From: David Yuen <[EMAIL PROTECTED]>
Subject: very primitive webserver--need help
Date: Tue, 13 Apr 1999 11:22:03 +1200

Hi there,

I am running a RH5.1 at home with Apache installed.  I want to explore
the web-server, play around with cgi-script...  I 've got a the usual
dialup ppp a/c with the local ISP with no static IP.

Is that possible to use that link to set up my web server?  If so, what
should be the domain name, host name, local machine ip etc etc.  Is
there any FAQ or HOWTO which targets for such kind of causal use?  I
just want to test that out with my friends.  Therefore, I dont care
about speed and trouble (eg update the link from my hotmail homepage
each time...)

Thanks in advance.

David Yuen


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


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