Linux-Networking Digest #628, Volume #12         Sat, 18 Sep 99 08:13:30 EDT

Contents:
  Re: NetWare to Linux? (Raymonds Doetjes)
  Win 98 connected to Samba server says that my printer is off-line. ("Suddn")
  Re: Can anyone tell me how to setup network? (Martin Burkhardt)
  Re: can't locate module lo  and  eth0 (DanH)
  Arrgghhh...text file transfer NT -> RH6.0 ([EMAIL PROTECTED])
  Re: Rename the server (Juergen Heinzl)
  SV: Printing, Q. HP Laser Jet 6p printer with a printerserver. ("Stoffe")
  linux in NT network ([EMAIL PROTECTED])
  Win98 -> Linux homenetwork. (Martin)
  Help!! -- A DHCP problem with RH6.0 (Avijit Purkayastha)
  Re: linux networking ("CFT")
  Re: Linking Sites by ISDN (Raymonds Doetjes)
  Apache and hostname (Eyal Arazi)
  Re: SOCKS5 HowTo (Raymonds Doetjes)
  Re: SOCKS5 HowTo (Raymonds Doetjes)
  Can anyone tell me how to setup network? ("Qiang Xue")
  Re: What is the best souce for Proxy setup ("Matt Chipman")
  Re: WaveLAN drivers for linux (Raymonds Doetjes)
  ifconfig eth0 down causes seg fault (David)
  Possible pppd bug, suggestions for diagnosis? (Alex)
  Re: d-link network cards ("Gary")
  Re: What is the best souce for Proxy setup ("Jan Johansson")
  SAMBA =>bind interfaces only = True and UDP ports ("Rafal Chyzy")
  redir and inetd ("Matt Chipman")
  Re: can't locate module lo  and  eth0 (Jan Koetze)
  Re: how to set up a bridge between 2 networks? ([EMAIL PROTECTED])
  Re: 3com 3c905 generating frame errors... (Øyvind)
  Re: linux+win98
  Re: Ipchains, Firewall, Too much! ([EMAIL PROTECTED])

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

From: Raymonds Doetjes <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc,dc.org.linux-users
Subject: Re: NetWare to Linux?
Date: Sat, 18 Sep 1999 11:19:10 +0200

It is a very very good possibil;ty specially since you do file and
printserving.
I suggest however to change your recommendation from RedHat to SuSE (but
thats a matter of taste, but SuSE handles the complete System V standard
and provides better support and better software with their distro).

But Let me give you some pointers:
First build your Linux server to act as a SambA server. I assume you
wish to use the standard client software from MicroSoft. SambA can
create a Logon server that looks and feels just like a NT server.
The Logon scripts are a bit tricky though, Novell Netware has great
logon scriping NT does'nt (standard) and Linux either. But I have made a
small perl script that enables you to map upon group memberships. So
that you can do the mapping of drives based upon group membership.

You can however only map root (Novell term) this SMB and Netbios
standard so you have to keep that in mind.

You also have to be awre that default you can't assign the way tyou can
with Netwares trustees. There is however a software package called Linux
Trustees  that does. However I never tried that I'm not felling like
trying it either I like to keep my system Unix System V compliant :)

Make all user on in the Linux mache. You can either make a nice scripts
that tries reading a file that uses a fromat like this:
username  password  mail_alias group1 group2 group3 group4 group5 group6
group7 etc etc.
Unfortunatly I don't have this script anymore it got lost in my last
conversion. But if you have a lot of users I think I can help you build
one.

When you start migrating your data, it is adviceable that you make
directories with the same name of your netware volume and copy the data
in there.
Than start setting up rights etc based upon Unix wich matches closely to
Novell trustees or use the trustees packege.

And build a nice logon script. (You can reachme for this small piece of
software or advice on mailto:[EMAIL PROTECTED] )

I have done Netware migrations from 3.12 -> 4.11 from 3.12 -> NT and
from 3.12 to Unix/Linux several times and it's a bit of hardwork but
it's dowable.

Migrating from 3.12 to either 4.x or 5.x also causes some hassle when
you want to use the NDS properly.

P.S.
I don't know where you are in the world but if you need hands on
consultancy and help I'm also available.

Raymond

Karl wrote:

> The powers that be where I work are considering dumping NetWare in
> favor of Linux. Has anyone out there been through this type of
> conversion?
>
> Good idea, bad idea? Hints, tips, stories and any other thoughts
> would be appreciated.
>
> Thanks-
>
> kb.


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

From: "Suddn" <[EMAIL PROTECTED]>
Subject: Win 98 connected to Samba server says that my printer is off-line.
Date: Sat, 18 Sep 1999 09:25:22 GMT

I have an Epson Stylus Pro hanging off my Linux server (Mandrake 6.0).  I
can print fine
from the Linux box and I have configured Samba as follows:

[Epson Stylus Pro]
          comment = Epson Color Ink Jet
          path = /var/spool/samba
          print ok = Yes

When I try to attach to the printer my windows 98 client says that the
printer is off-line.

Can anyone help?

Thanks





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

From: Martin Burkhardt <[EMAIL PROTECTED]>
Subject: Re: Can anyone tell me how to setup network?
Date: Sat, 18 Sep 1999 11:25:02 +0200


Qiang Xue wrote:

> I didn't install a netcard during the OS installation.
> Now I have a netcard driver (source code) in hand, and want to get it run.
> What processes should I do? We use DHCP protocol.
> I am a newbie to LINUX, so if possible, please give details. Thanks.

I am not really an expert, but I'll give it a try:

check if your kernel already supports your network card, and you should be
able to just plug it in. Chances are it's recognized at boot. Then all you
need is do interface configuration (ifconfig) and routing (route), except if
you are on dhcp network, then you'd do dhcpcd or dhclient, depending on which
software you have installed.
If your kernel doesn't support your network card, you may have to recompile
your kernel and take care you include your network card - maybe as a module.

hope this helps,

                mb


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

From: DanH <[EMAIL PROTECTED]>
Subject: Re: can't locate module lo  and  eth0
Date: Sat, 18 Sep 1999 05:33:46 -0400

Bo Forslund wrote:
> 
> > Check your networking startup scripts.  It's calling for a bogus
> > interface (or three or so).
> >
> > Dan
> 
> Both the loopback and eth0 works.  eht0 is not compiled as module.  I dont know
> how it is with the loopback. I have never touched anything about it.

Okay, you've got a 'cannot find module eth0:0 (lo 0:0)'

type this in 

ls -l /etc/sysconfig/network-scripts/ifcfg*

If you have more than just your eth0, lo and maybe a ppp or two, then
that's where the call is coming from.  It's doing what RedHat did with
the /dev directory, creating quite a few extra interfaces on the chance
that you get one in the future.

The eth0 and lo should be executable.  If you only have one NIC, leave
in the ppp ones and eth0 and lo and you can delete the rest (only the
ifcfg-???)

Dan
-- 
UNIX - Not just for vestal virgins anymore
Linux - Choice of a GNU generation

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

From: [EMAIL PROTECTED]
Subject: Arrgghhh...text file transfer NT -> RH6.0
Date: Sat, 18 Sep 1999 07:26:53 GMT


Hi,

I copied over my .java and Makefiles to RH6.0 from my NT4.0 to my
RH6.0 and guess what the Makefile refuses to work. I know there is no
syntax errors.  However, I suspect that there are some unprintable
characters in the makefile that screwed the make utility up.

If I delete the makefile totally and re-write it, then it works.
Otherwise no luck.  If anyone knows some problems with transferring
ASCII files between NT4.0 -> RH6.0 with Samba, please help...thanks.


Ted


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

From: [EMAIL PROTECTED] (Juergen Heinzl)
Subject: Re: Rename the server
Date: Thu, 16 Sep 1999 22:37:10 GMT

In article <[EMAIL PROTECTED]>, Michael Lundberg wrote:
>How do you rename an existing Linux server?  I have been searching for 
>information on this, but cannot seem to find any.  I would like to rename 
>the server (hostname and domain name) on an existing server.  Is there an 
>easy way to do this without rebooting?

Yes (see the other posting) but make sure there is no reference to
the old hostname somewhere else.

Of interest are especially files in /etc, so do a ...
find /etc -type f -exec fgrep -l current.host.name {} \;
... 

If you are not sure about running services to be re-started do a reboot
even so and if there is a name server up and running update its data
base files too.

Ta',
Juergen

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

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

From: "Stoffe" <[EMAIL PROTECTED]>
Subject: SV: Printing, Q. HP Laser Jet 6p printer with a printerserver.
Date: Fri, 17 Sep 1999 14:59:10 +0200

HI

No answer needed.. : )

just ad as remote unix on ip ad. ad use hosts.lpd to grant.

/stoffe




Stoffe @tjohoo.se> <stoffe<bosse> skrev i
diskussionsgruppsmeddelandet:tAmE3.15$[EMAIL PROTECTED]
> Anyone knows how to set up a HP Laser Jet 6p printer with a printerserver
> called  HP Jet Direct EX+ ?
>
> We are running Linux Red Hat 6.0.
>
> Quick answer is appreciated.
>
> /Stoffe
>
>
>
>
>
>
>
>
>



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

From: [EMAIL PROTECTED]
Subject: linux in NT network
Date: Sat, 18 Sep 1999 10:18:51 GMT

Hej,
I'm a system administrator of a large school in Denmark with 1500 users.
My boss wants an email system and he gave me two weeks, I installed suse
 6.1 on a computer but i'm hvaing serious trouble. maybe somone can help
me.

1. I cannot connect to the network without using DHCP. I use YaST for
the configuration and when I try to do the manual ethernet configuration
 I cannot connect to the NT network. (the funny thing is, that when I
use DHCP, I can connect even without typing anyu password B-O)
We have a PDC NT 4.0 with a internal domain called r-server. out
internet connection is www.randers-hf-vuc.dk what domain name does linux
 want ? we have only one workgroup called workgroup.
How do I setup the linux machine with a fixed ip adress ?
2. is there a command for suse linux like winipcfg for win 98 which
shows all the tcp-ip settings of the machine ?

3. Is the sendmail configuration of suse sufficient to setup a simple
email system which can be read from the local workstations (win95)using
fx. netscapes mailsystem ?

Hopefully someone can help me. Linux is very popular among school
systemadministrators in denmark and it would be nice if I could present
an alternative to exchange.

thanks alot
                    Christoph



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

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

From: Martin <[EMAIL PROTECTED]>
Subject: Win98 -> Linux homenetwork.
Date: Sat, 18 Sep 1999 10:22:11 GMT

I have 2 computers, both have static ips.
My problem is I cant ping from one to the other.
Can someone tell me what is wrong ?

1. Linux RH 6.0
Ifconfig:
eth0      Link encap:Ethernet  HWaddr 00:00:B4:A6:07:EE
          inet addr:192.168.3.10  Bcast:192.168.3.255 Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100
          Interrupt:11 Base address:0x6400

route:
Kernel IP routing table
Destination Gateway     Genmask        Flags Metric Ref   Use Iface
192.168.3.10    *       255.255.255.255 UH    0      0        0 eth0
192.168.3.0     *       255.255.255.0   U     0      0        0 eth0
127.0.0.0       *       255.0.0.0       U     0      0        0 lo

2. Win 98
ip: 192.168.3.20
netmask: 255.255.255.0
gateway: 192.168.3.10

Route print say that the gateway to 192.168.3.0 is 192.168.3.20 (but I
specify it as .10 in network config).

Anything wrong in my config ?
//Martin Fagerlind


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

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

From: Avijit Purkayastha <[EMAIL PROTECTED]>
Subject: Help!! -- A DHCP problem with RH6.0
Date: Fri, 17 Sep 1999 15:54:23 -0500

Hi,
I  was previously running RH 5.1 with my ether card and everything was
ok. I then
upgraded/installed RH 6.0 and my networking is giving me problems --
i.e. my pcmcia
ether card is being recognised ok, but my DHCP protocol is just not
working. Since its
parameters are same as before, I am perplexed as to what the problem
is!! I noticed
the `pump' program is being used, so I got the latest patch, but that
didn't fix the problem.
Whenever I try to make eth0 active, it says .. Determining IP
information for eth0 ...
Operation failed. There are no error messages other than this, so I have
no clue.
Anyone facing similar problems?? Any suggestions/coments will be greatly
appreciated.

    -- Avi



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

From: "CFT" <[EMAIL PROTECTED]>
Subject: Re: linux networking
Date: Fri, 17 Sep 1999 14:07:39 -0700

I agree with Dan.  If you want to LEARN how networking works, and you have
some people that know Linux in the first place, Linux is definitely better,
because you end up controlling everything, instead of having a mysterious
magic box on your desk.

On the other hand, it depends on what you want to do with the network
afterwards.  If people are going to want to use MS office, etc., I'd save
the headache of having a mixed-OS network and just do NT.

dan Grass wrote in message ...
>NT is easier to maintain if you do not have any network knowledge. But if
>your reasons for doing this is to learn networking than I would recommend
>linux because if you can do it in linux you will have no problem doing it
in
>NT



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

From: Raymonds Doetjes <[EMAIL PROTECTED]>
Subject: Re: Linking Sites by ISDN
Date: Sat, 18 Sep 1999 10:30:17 +0200

You wish to interconnect those 4 networks over the internet?
If so than it's pretty easy, all you need to know is the "static" ip
address assigned to each ISDN ppp session by your provider.
Then you can telnet mount nfs exports between those 4 machines. When you
would like to gain access to all the clients behind those access routers
then you either must portforward with rinetd (wich gets nasty when you
have alot of clients). Or get een internet range of ip addresses for each
subnet, wich in this case would be best.
What also is a cheaper possibility is that you have 1 central router 4 4
ISDN interfaces and all the other units dial in to this server with ppp.
Than you have your own star network with this method you can keep using
the privat range ip addresses. And interconnect these sites through the
4th dialup site on to the internet.

This is just a matter of setting up a ppp server. May I suggest that you
use ISDN terminal adpaters instead of card (wich are way to hard to
monitor and configure). Adding a 4 or 8 ports serial card from TCL and
buying 7 or 8 ISDN TL/V34 ISDN ta's then you have the best solution. The
ISDN TL/V34 is a goo dmachine it does ISDN, V110, V120, X75 and HDLC
transparant and it does V34 over ISDN. So you can also dial in using a
standard V34 modem.

What even more beautifull is, is using 4 Cisco routers dedicated for this
task and make a partially meshed network so that you don't have a single
point of faillure in your network and that you have network load
balancing. It's a bit more expensive since you also need more Lines but if
consistency and stability is important that this is the way to go.

Raymond

Adrian Cox wrote:

> Can anybody point me to an example (in English, if possible) of linking
> multiple sites using isdn4linux? Each site currently uses a private
> class C address, and connects to the Internet using a dialup provider
> and IP masquerading.
>
> I think this will probably involve configuring interfaces isdn1...isdnX
> with rawip, but examples are hard to find. I'd do some trial and error,
> but there are distances of several miles between the machines and I
> can't perform remote administration until I've got this working.
>
> - Adrian Cox


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

From: Eyal Arazi <[EMAIL PROTECTED]>
Subject: Apache and hostname
Date: Sat, 18 Sep 1999 19:29:46 +0900

Greets,

I changed my hostname on my RH6.0 a few days ago, and ever since then my
browser has not been able to access my apache webserver. I tried typing
my ip address, my hostname, and "localhost" and it didn't respond to any
of them.
I carried out the instructions in the section about hostnames in the
Config Howto, and the system recognized the new hostname, as well as the
control-panel, but the problem still persists.

Can anyone help me solve the problem?
Thanks,
Eyal Arazi


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

From: Raymonds Doetjes <[EMAIL PROTECTED]>
Subject: Re: SOCKS5 HowTo
Date: Sat, 18 Sep 1999 10:31:43 +0200

How about this iste: http://www.socks5.nec.com

Raymond

Robert Wein wrote:

> Hi everybody
>
> I have tried to find a HOWTO on installing and configuring a SOCKS5
> server.  I have found a link, but it is dead.
>
> Anybody have a copy of it, or can help me out?  Socks5 on RH6.0 (pentium
> system)
>
> Thanks!


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

From: Raymonds Doetjes <[EMAIL PROTECTED]>
Subject: Re: SOCKS5 HowTo
Date: Sat, 18 Sep 1999 10:34:01 +0200

Never mind, they stopped doing OpenSource SOCKS5 it's now only commercial
shit.
Where did you find your SOCKS5 sources? I usually got them frem nec, but
now that is over.

Raymond

Robert Wein wrote:

> Hi everybody
>
> I have tried to find a HOWTO on installing and configuring a SOCKS5
> server.  I have found a link, but it is dead.
>
> Anybody have a copy of it, or can help me out?  Socks5 on RH6.0 (pentium
> system)
>
> Thanks!


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

From: "Qiang Xue" <[EMAIL PROTECTED]>
Subject: Can anyone tell me how to setup network?
Date: Sat, 18 Sep 1999 04:43:18 -0400

I didn't install a netcard during the OS installation.
Now I have a netcard driver (source code) in hand, and want to get it run.
What processes should I do? We use DHCP protocol.
I am a newbie to LINUX, so if possible, please give details. Thanks.



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

From: "Matt Chipman" <[EMAIL PROTECTED]>
Subject: Re: What is the best souce for Proxy setup
Date: Sat, 18 Sep 1999 21:15:43 +1000

In a word .... Squid!  http://www.squid-cache.org/

grab the rpm and edit the conf file which is really easy.  It is very widely
used and stable and fast!

Matt



ms <[EMAIL PROTECTED]> wrote in message
news:lfGE3.5552$[EMAIL PROTECTED]...
> I am setting up a Proxy to stand between a T1 line and my internal
network.
>
> Can anyone tell me the best Proxy(I am running RedHat Linux 6.0)?
>
> And can you point me in the direction of some pretty basic setup
> instructions(do's/don'ts, things to watch for).
> --Thanks
>   Mike Sargent
>   [EMAIL PROTECTED]
>
>



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

From: Raymonds Doetjes <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc
Subject: Re: WaveLAN drivers for linux
Date: Sat, 18 Sep 1999 10:57:58 +0200

Haha funny you ask, I just applied for a job at Lucent Netherlands wich develop
the WaveLan products, they solely provide Windows Drivers for the WaveLan Cards.
But when I ge in, I will use the info to right Linux drivers asswell. What you
can do for now, is use the WaveLAN wireless bridge technology. This is a
MAC layer bridge that connets to your LAN and talks to another point with a
WireLess bridge. We have used this for MUMPS servers than needed to export LAT
from 2 sites it works great. And their are now drivers for MUMPS ;) at all.

Raymond

William Schwartz wrote:

> Are drivers available for Lucent Technologies WaveLAN for linux (Redhat 6.0)?
>
> thanks,
> Bill


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

From: David <[EMAIL PROTECTED]>
Subject: ifconfig eth0 down causes seg fault
Date: Sat, 18 Sep 1999 11:04:22 GMT

I have two network cards in my computer. I like to shut down the
Internet network card when I am not using it with the command  ifconfig
eth0 down which seems to work for a few minutes and then I always get a
segmentaion fault.  I am unable to bring the network back p or reboot. 
I have to turn off the computer.

I am running redhat 6.

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

From: Alex <[EMAIL PROTECTED]>
Subject: Possible pppd bug, suggestions for diagnosis?
Date: Sat, 18 Sep 1999 11:02:26 GMT

I've been  experiencing problems with my dialup link. Once a week my machine
goes online for 24 hours (taking advantage of a telco offer) and starts a
mass download activity. However after a while (about 130Mb of download) the
ppp link seems to lock up. pppd itself is fine but the outside network
becomes unreachable. I've tried doing a sneding SIGUSR2 to pppd to
renegotiate compression and have noted the lights on the modem do not flash.
The only way to get out is to kill the dialup and redial in. I would like to
track the source of the problem and have so far come up with these possible
candiates:

pppd, the kernel ppp code, the serial driver, the TCP/IP stack itself

I don't think its the TCP/IP stack itself as all this data is being
masquraded  to other machines and if this is so I would of expected the whole
machine to become invisible to the network once it had passed 130Mb, which it
doesn't.

Does anyone have any suggestions on how I could diagnose the dialup link? For
example is there anyway to get ppp to logoff and restart without killing the
serial link?

Details: Dell 486/66 running Linux 2.2.12 (also tried other 2.2 kernels)
built ontop a minimal RedHat 5.2 base. Generic V.90 Modem via COM1 ppp 2.3.9
wvdial 1.4 as dialer IP Masquearding enabled (download done from Win98
machine)

--
Alex.


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

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

From: "Gary" <[EMAIL PROTECTED]>
Subject: Re: d-link network cards
Date: Fri, 17 Sep 99 21:21:17 GMT
Reply-To: [EMAIL PROTECTED]

turn off your P?play  in bios and reboot.
ISApnp.conf doesn't work unless you do this.
It will be picked up as an NE*000 card, as mine is.

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

From: "Jan Johansson" <[EMAIL PROTECTED]>
Subject: Re: What is the best souce for Proxy setup
Date: Sat, 18 Sep 1999 11:34:43 GMT


Matt Chipman <[EMAIL PROTECTED]> wrote in message
news:7rvs6b$7ep$[EMAIL PROTECTED]...
> In a word .... Squid!  http://www.squid-cache.org/
>
> grab the rpm and edit the conf file which is really easy.  It is very
widely
> used and stable and fast!


Yes, but it is only a http / ftp / gopher proxy.. not a socks one.



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

From: "Rafal Chyzy" <[EMAIL PROTECTED]>
Subject: SAMBA =>bind interfaces only = True and UDP ports
Date: Sat, 18 Sep 1999 13:33:41 +0200

Hi,
I have RH6.0 running Samba using one eth0 interface but  two IPs. Since
Samba operates on non-routable IP 192.168.1.2 I tried to bind netbios-ssn to
this interface setting in smb.conf  "bind interfaces only = True". It worked
for TCP ports but it did not for UDP. Netstat still shows open UDP ports:

udp        0      0 192.168.1.2:netbios-dgm   *:*
 udp        0      0 192.168.1.25:netbios-ns    *:*
udp        0      0 *:netbios-dgm                    *:*
udp        0      0 *:netbios-ns                       *:*

Is this situation normal?

Thanks a lot,

Rafal



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

From: "Matt Chipman" <[EMAIL PROTECTED]>
Subject: redir and inetd
Date: Sat, 18 Sep 1999 21:22:01 +1000

has anyone used the port redirector util "redir" with inetd.conf?

can you post an example,  or a link to a faq or something

thanks

Matt





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

Date: Sat, 18 Sep 1999 13:21:40 +0200
From: Jan Koetze <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Subject: Re: can't locate module lo  and  eth0

DanH wrote:

> Bo Forslund wrote:
> >
> > > Check your networking startup scripts.  It's calling for a bogus
> > > interface (or three or so).
> > >
> > > Dan
> >
> > Both the loopback and eth0 works.  eht0 is not compiled as module.  I dont know
> > how it is with the loopback. I have never touched anything about it.
>
> Okay, you've got a 'cannot find module eth0:0 (lo 0:0)'
>
> type this in
>
> ls -l /etc/sysconfig/network-scripts/ifcfg*
>
> If you have more than just your eth0, lo and maybe a ppp or two, then
> that's where the call is coming from.  It's doing what RedHat did with
> the /dev directory, creating quite a few extra interfaces on the chance
> that you get one in the future.
>
> The eth0 and lo should be executable.  If you only have one NIC, leave
> in the ppp ones and eth0 and lo and you can delete the rest (only the
> ifcfg-???)

The problem is coming from those three scripts (i.e. ifcfg-lo, ifcfg-ppp0 and
ifcfg-eth0).
I've test it with the ifcfg-ppp0 script. When i'm logged in and connected to the
internet
and do a killall pppd and a pppd then the errors (can't find..) are wrtitten to
/var/log/messages.

When i move ifcfg-ppp0 to another directory and do a killall pppd and pppd the
problem is
solved. I'm connected to the internet and there are no errors in the log.

Great but... when i restart the system the ppp interface is ignored. And even when i
do a
pppd from the commandline nothing happens.

Uhh just to make sure, this 'problem' appeared after i have upgraded the kernel from
2.2.5-22 to
2.2.12 whitout making any modifications to /dev of whatever.

Grtnx,

Jan Koetze





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

From: [EMAIL PROTECTED]
Subject: Re: how to set up a bridge between 2 networks?
Date: Sat, 18 Sep 1999 11:43:08 GMT

Dan:

It is also called a bridge! There is a big difference! go to:
http://metalab.unc.edu/linux/HOWTO/mini/Bridge+Firewall.html
He said 2 networks not 2 subnets.

I am in the process of trying to bridge my subnet to my ISP so we can
use DSL and I need a bridge that I can firewall. Does anyone know where
I can find the default RedHat kernel config file? All I need to add is
CONFIG_BRIDGE. The kernels I have been compiling are way too big. I
guess I can turn off (answer NO) to everything extraneous, but it would
be nice to have the default RedHat config as a starting point.

Bill

Arrogance has it’s place. That place is Redmond, Washington.



In article <[EMAIL PROTECTED]>,
  DanH <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] wrote:
> >
> > my linux is between 2 windows networks. i want to set up my linux
as a
> > bridge. how am i going to do this?
>
> It's called a router.
>
> Put two nics into the box, make sure they both work, on the subnet
> they're supposed to be connected to, that you have a default route set
> up and make sure you have ipforwarding turned on.  If you want to use
it
> ONLY as a router, recompile the kernel for 'optimize as router, not
> host'.
>
> Turn off ALL services (possibly except sendmail for messages) and if
> you're using it as a firewall too (or it's your first box inside your
> home/office) then check out ipchains and ipmasquerading.
>
> Dan
> --
> UNIX - Not just for vestal virgins anymore
> Linux - Choice of a GNU generation
>


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

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

From: Øyvind <[EMAIL PROTECTED]>
Subject: Re: 3com 3c905 generating frame errors...
Date: 18 Sep 1999 14:02:25 +0200

Jan Bernard van Doorn <[EMAIL PROTECTED]> writes:

> Steve Cowles wrote:
> > Network Components:
> > 3Com 12 port 100 MB hub, Model SuperStack II, HUB 100
> 
> You use a hub so both sides should be set to half duplex. Check the
> linux machine with vortex-diag -a (by Donald Becker) to see if it is
> mistakenly set to full duplex.

I have exactly the same problem... the vortex-diag ==
Transceiver type in use:  Autonegotiate.
 MAC settings: full-duplex.

... then the question... how to force half duplex?

Øyvind

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

From: [EMAIL PROTECTED] ()
Subject: Re: linux+win98
Date: 18 Sep 99 11:41:46 GMT

BT Internet News Server ([EMAIL PROTECTED]) wrote:

: i've got two machines, ones win98 and the others linux (rh6) with static
: ips, no dns or dhcp.. i can't get the linux mahcine to appear in the
windows
: network neighbourhood and can't get samba to connect to the 98 machine.. any
: ideas?

Ensure networking works ok (you can ping one machine from the other)

Ensure workgroup name is the same on W98 as in smb.conf

--

######    |\^/|    Timothy C. Green, CD, PEng, MEng   [EMAIL PROTECTED]
###### _|\|   |/|_  TCG PEng -- http://www.edmc.net/~tgreen/peng
###### >         <  Trains Canada -- http://www.edmc.net/trains
######  >_./|\._<  RailWeb Construction -- http://www.ecn.ab.ca/~trains


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

From: [EMAIL PROTECTED]
Subject: Re: Ipchains, Firewall, Too much!
Date: Sat, 18 Sep 1999 11:57:30 GMT

Get the HOW-TO:
http://www.rustcorp.com/linux/ipchains/

Print it out - go somewhere quiet and then read it. Try the example
chains even with localhost and it all becomes very clear.



In article <[EMAIL PROTECTED]>,
  jkrainak <[EMAIL PROTECTED]> wrote:
> I had not read that - it's a good article, but is not quite what I'm
> trying to do - I  have public addy's on my internal network - I think
this
> raises some issues because both of the NIC's are assigned IP address'
with
> the same subnet(???).
>
> Thanks for your reply.
>
> Tom Eastep wrote:
> > jkrainak wrote:
> > >
> > > Redhat 6.0:
> > >
> > > Well, I have read a number of different articles regarding
setting up a
> > > Linux box as a firewall and I think I have read too much!  Now
I'm just
> > > confused.  I understand the Ipchains functionality but am more
> confused on
> > > the basic issue of setting up my 2 nics.  I'm trying to find an
article
> > > on "Getting your Linux Box Ready to Use Ipchains".
> >
> > Have you looked at:
> >
> >    http://www.linuxgazette.com/issue43/silva.ip_masq.html
> >
> > -Tom
> > --
> > Tom Eastep               \    Opinions expressed here
> > [EMAIL PROTECTED]        \    are my own and not
> > Shoreline, Washington USA  \    those of my employer
> > Work: [EMAIL PROTECTED] \________________________
>
> ------------------  Posted via CNET Linux Help  ------------------
>                     http://www.searchlinux.com
>


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