This might get your mandrake box on the net but I haven't figured out any of
the servers yet.
"erased" <era...@dsl.telocity.com> wrote in message
news:%r8N4.954$oG1....@newsrump.sjc.telocity.net...
Thanks for the input. Maybe this would be a place to ask some dumb network
related questions. I'm not trying to deride Linux/unix systems; I just
don't understand these differences, and I have to work from my Win know-how.
When I run winipcfg, I get all sorts of information: DNS Servers, Adapter
address, ip address, subnet mask, default gateway, dhcp server - which
presumably was provided to win by the cableco & modem - well, not the
adapter address.
Does mandrake linux have a similar function - or - how can I use the above
information & plug it into DrakConf? What single imperative should I mind
to not accidentally give any permissions to my 'net connection? With Win,
my most important imperative is to not accidentally bind tcp/ip to any kind
of sharing.
Also, I've found some addl help for DrakConf at the Mandrake site at:
http://www.linux-mandrake.com/userguide/en/reference/005.html#51 Contrary
to that page's advice that I have access to Kppp under networking, I do not.
I suppose that since I do not have a dialup isp, that kppp is not of use to
me - maybe I declined something during installation. From looking at the
kppp screenshots, I don't think that installing kppp is going to help me
with my cable modem.
If that module isnt listed in 'lsmod' type 'insmod <module name(..ie
via-rhine)> next type 'ifconfig eth0 up'
this will activate the module.
That should get you going! I have a static IP so I have never tried with a
dymanic before, but I think that shoud work...At least it will config your
eth0!
erased
"Mike Easter" <see_m...@for.my.address> wrote in message
news:QCiN4.369$f5...@typhoon1.san.rr.com...
<clip>
I got it set up by running the install cd. Only this time I selected
"upgrade" instead of install. I made sure to make all the same choices
except when it asked about networking.
</clip>
That strategy works.
"erased"
<clip>
'ifconfig' is the command that will show you active network devices. You
have to be in root (command line) to run it. Get to root by bringing up a
terminal and typing 'su -'
</clip>
After re-running the Mandrake install as upgrade, my results with the
console commands of dmesg & ifconfig reflected the recognition of the
network card and the ip address provided by the cableco, just like winipcfg.
Then, when I go into DrakConf, I see the eth0 & my card, which turns out to
be called ne2k-pci, as a PCI NE2000 clone called Realtek 8029. So, DLink
DE-528 = Realtek 8029 = NE2000.
I can logon with Netscape & ping whatever I want. Now I have to learn how
to secure that box in Linux; of course, I'm planning on working in
DrakConfig.
Thanks, White Lion & erased for your helpful advice.
Let's start with 21, 23, & 110; ftp, telnet, & pop3. From Linux
Administrator's Security Guide http://www.securityportal.com/lasg/ I gather
that I might be able to deal with these problems with configuration files &
utilities; such as etc/ inetd, services, & tcp wrappers.
How can I do this is DrakConf or similar?
As root or su edit /etc/inetd.conf and /etc/services. Just place a "#"
in front of the item you want closed. After done with /etc/inetd.conf
send it "killall -HUP inetd".
Lou
This was a very positive review about Mandrake 7 in which the author was
critical of the documentation: "Perfection, Except for the Documentation" -
especially "The omissions are actually startling; there are three tools
specific to Linux-Mandrake that are truly noteworthy (DrakX, DiskDrake, and
DrakConfig), and only one of them (DrakX) is discussed at length."
The review did not address the _very_ extensive help sections found "inside"
the function of DrakConfig. I'm still digesting that information. Maybe he
wished we could peruse more documentation before installing.
For example, I can now see where to control permissions & such for such
things as Telnet, FTP, & POP [not under networking, but LinuxConf]; but/
and, so far as I can understand at this stage, they seem to be denied [not
open?]; but I'm still learning in there and at Linux Administrator's
Security Guide Network security
http://www.securityportal.com/lasg/network/index.html
| Mike Easter wrote:
| >
| > I need some help securing my ports; hopefully I can do it in
DrakConf. I
| > Let's start with 21, 23, & 110; ftp, telnet, & pop3.
| > How can I do this is DrakConf or similar?
| | As root or su edit /etc/inetd.conf and /etc/services. Just place a
"#"
| in front of the item you want closed. After done with /etc/inetd.conf
| send it "killall -HUP inetd".
|
| Lou
I understand some, but I need to understand more. I can find the file
inetd.conf and understand placement of # for commenting out the line.
I don't understand what is going on with:
<clip> After done with /etc/inetd.conf send it "killall -HUP inetd".
</clip>
Where can I read more about the purpose of this killall command and
where to put it [konsole?] after I modify the file?
Have searched on killall at mandrakeuser & read: Sometimes you want to
kill processes by name, for instance if they decide to haunt your box by
the dozen. In this case, use killall -[signal] [name]. Useful options to
killall are -i which asks for permission before it kills, and -w which
waits till the process is killed.
and a Netscape killall URL entry item.
Also: Is there any way I can train Netscape Messenger mail body to
accept pasting from the clipboard?
> "lvegas"
>
> | Mike Easter wrote:
> | >
> | > I need some help securing my ports; hopefully I can do it in
> DrakConf. I
>
> | > Let's start with 21, 23, & 110; ftp, telnet, & pop3.
> | > How can I do this is DrakConf or similar?
>
> | | As root or su edit /etc/inetd.conf and /etc/services. Just place a
> "#"
> | in front of the item you want closed. After done with /etc/inetd.conf
> | send it "killall -HUP inetd".
> |
> | Lou
>
> I understand some, but I need to understand more. I can find the file
> inetd.conf and understand placement of # for commenting out the line.
>
> I don't understand what is going on with:
> <clip> After done with /etc/inetd.conf send it "killall -HUP inetd".
> </clip>
This just stops the old configure and then restarts with the new configure.
>
> Where can I read more about the purpose of this killall command and
> where to put it [konsole?] after I modify the file?
You can search around at http://www.linuxdoc.org
>
>
> Have searched on killall at mandrakeuser & read: Sometimes you want to
> kill processes by name, for instance if they decide to haunt your box by
> the dozen. In this case, use killall -[signal] [name]. Useful options to
> killall are -i which asks for permission before it kills, and -w which
> waits till the process is killed.
>
> and a Netscape killall URL entry item.
>
You can also use kpm. It's a nice gui to kill processes.
>
> Also: Is there any way I can train Netscape Messenger mail body to
> accept pasting from the clipboard?
Just copy and paste the same way as in win. What I do is highlight the
selection and move to where I want to paste it to
and just press down on the wheel.
"lvegas007"
<clip> Just copy and paste the same way as in win. What I do is
highlight the
selection and move to where I want to paste it to
and just press down on the wheel. </clip>
Two button mouse. Right click context menus work just fine for
cutnpaste in kde apps; nothing is there [paste is grayed] when I right
click in Netscape messenger mail body when I've put something into kde's
clipboard.
--
Mike Easter
Do you have gpm running? Also try pressing both buttons down at the same
time.
lvegas
That what it's there for...