[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
"Development tools
The RaQ 3 provides a collection of utilities to support applications
development and server administration. These tools include:
? GNU C/C++ compiler (gcc) and libraries
? Java Run-time Environment
? GNU Bourne Again Shell (bash)
? Text editors (emacs, vi, pico)
? File system utilities (ls, mv, cp, ln, rm, chmod, chown, chgrp, du, df)
? File parsing utilities (sed, awk, diff)
? File display utilities (cat, more, less)
? Search utilities (find, grep, which)
? Archive utilities (gzip, tar, cpio, rpm)
? Network utilities (FTP, telnet, netstat, ping, finger, mail, pine)
? Perl programming language
These utilities can be found in one of the following directories:
/sbin
/bin
/usr/sbin
/usr/bin
For an expanded set of development tools, visit the Solutions directory on
Cobalt Networks? web site (http://www.cobalt.com/solutions/) Additionally,
the Linux distribution on the RaQ 3 is based on the RedHat Linux 6.0
distribution for x86-compatible processor systems.
You can run most pre-compiled x86-based commercial software packages on the
RaQ 3, as long as the software does not require a mouse, keyboard or
monitor. Ensure that the software is compatible with the Linux 2.2 kernel
and the glibc library."
>
> > I also found iproute, iputils and ipxutils in the
> > CD. Does these need to be installed as well?
>
> Check if it's installed: "rpm -qa | grep -i ip". I didn't have to install
> anything else besides ipchains.
>
> > Will ipchains affect portsentry if I use default ACCEPT policy?
>
> Couldn't think of a way that it would. But I would not recommend you use a
> default ACCEPT policy. A default REJECT/DENY policy is way better/safer,
> IMHO. It rendered my box utterly useless when issueing a
> "/sbin/ipchains -F"
> after testing with a default REJECT. So be careful! ;-)
>
> I am currently working on a script (almost done) for the RaQ3 that will
> automatically select any IP address that is in use on eth0(:x), so that it
> will set strict defaults on *all* your IP's. In short: anything
> is blocked,
> except [insert yadda-yadda-yadda here], even high unpriviledged ports.
>
> I'll probably post it on the security list once it's something you could
> work with to have people hack at it. It's extremely simple right now and
> Active Monitor is flashing red, although everything seems to work
> fine. So I
> do need help on the script. ;-)
>
> Good luck... Nico
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>