LinuxQuestions.org
View the Most Wanted LQ Wiki articles.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices

Reply
 
LinkBack Search this Thread
Old 10-22-2002, 01:49 PM   #1
kafnir
Member
 
Registered: Oct 2002
Location: USA
Distribution: Fedora and Ubuntu
Posts: 137

Rep: Reputation: 15
smoothwall


I just download " smoothwall-2.0-metro.iso"
can anyone please tell me howto install it from redhat 8.0 or do I need to burn it first.
 
Old 10-22-2002, 02:43 PM   #2
michap
LQ Newbie
 
Registered: Apr 2002
Posts: 11

Rep: Reputation: 0
Smoothwall is a stand alone OS in it self.
It can't be installed ontop Red Hat.
/Micha
 
Old 10-22-2002, 05:57 PM   #3
Thymox
Senior Member
 
Registered: Apr 2001
Location: Cornwall, England.
Distribution: Debian + Ubuntu
Posts: 4,345

Rep: Reputation: 56
You will most likely need to burn it to a CD. Some of the larger distros support installing from a harddisk, but I don't think that smoothwall does. If you don't want to make a one-time install cd, and end up with a coaster, than I would suggest that you burn to a CDRW, so long as your drive supports booting from CDRW.

If you're not sure if you need to burn to a CD or not, you could always mount the file. (As root mount FILENAME.ISO -o loop MOUNTPOINT, and then search through what would be on the CD for any bootable floppy images.

Hope this helps.
 
Old 10-23-2002, 04:10 AM   #4
peter_robb
Moderator
 
Registered: Feb 2002
Location: Szczecin, Poland
Distribution: Gentoo, Debian
Posts: 2,458

Rep: Reputation: 47
You will need to burn the iso as an "image".
Depending on what you want to use to do this, GUI or command line,

try
cdrecord -scanbus
to get the dev= numberof your cd writer,
then cd to the directory where the iso is and
cdrecord dev=x,x,x speed=4 smoothwall-2.0-metro.iso

This will make a bootable cd from the iso on a CDR
(taken from the Mondo Rescue HOWTO)

And be aware, this bootable cd will wipe your hard drive hda clean before it installs itself. It doesn't co-exist with anything when it installs.

Regards,
Peter

Last edited by peter_robb; 10-23-2002 at 04:13 AM.
 
Old 11-17-2002, 09:03 PM   #5
jd63146
LQ Newbie
 
Registered: Nov 2002
Location: midwest-to-southwest
Distribution: RH, smoothwall, e-smith, others
Posts: 6

Rep: Reputation: 0
Mount the image as shown in reply above
[mount FILENAME.ISO -o loop MOUNTPOINT]

and then you can you can source the smoothwall.tgz file from your RH machine [using ftp or http]. You will have to copy or symlink the smoothwall.tgz file to the ftp public or http htdocs directory.

Next - on the RH box, create the two boot disks [replace filex with the image file names - requires 2 blank floppies]
[dd if=/MOUNTPOINT/images/filex of=/dev/fd0]

Now boot the donor PC from the boot floppy and you'll be able to install via ftp or http. You'll have to insert the
2nd disk when prompted, and the install routine *should* autodetect the NIC in the donor PC. Put an IP address into the donor that is on the same network & subnet as the RH machine. Then you'll be able to point the installation routine at the RH machine to pull the 'smoothwall.tgz' file to the donor PC via the network.

After the install routine completes and a reboot, the donor PC will be a fully function FW.
 
Old 11-18-2002, 11:26 PM   #6
Psycho
Member
 
Registered: Feb 2002
Location: Carson City, Nevada
Distribution: Gentoo / SuSE 9.1 Pro (both A64)
Posts: 159

Rep: Reputation: 30
Deleted my post, disregard ;c)

--g

Last edited by Psycho; 11-18-2002 at 11:29 PM.
 
Old 12-05-2002, 09:56 AM   #7
erjing
LQ Newbie
 
Registered: Dec 2002
Location: Urumqi in China
Distribution: debian redhat
Posts: 15

Rep: Reputation: 0
You can just do this...

mount smoothwall.iso /mnt/temp -o loop
cd /mnt/temp/var
cp smoothwall /var/smoothwall -r
cd /mnt/temp/home/httpd/
cp * /where you web pub dir for you like

if you like you cam configure apace ssl

cp /mnt/usr/local/* /usr/local -rf

if you like debian . you can copy /mnt/etc/rc.d/* to u etc and change your initab.
goog lucky
 
Old 01-19-2003, 01:07 AM   #8
VIVIDTRUTH
LQ Newbie
 
Registered: Jan 2003
Posts: 3

Rep: Reputation: 0
well... I am in the process of installing smoothwall 2.0, on a 486/66. I have 2 NIC..(1)Intel EtherExpress 16, and (2)3Com EtherLink III (3C509B-TP)... Smoothwall has detected the Intel NIC and installed the drivers, but the 3Com NICis not being detected, even when I go to manual and pick it from the list. I select *MANUAL* and it is asking me for the module and parameters... this is my first taste of a Linux based program and I have no idea what parameters to use (I assume the module is 3c509) or how exactly to type it in so it is recognized. I only want 2 zones... green and red. But can't get past this module/parameters screen... PLEASE HELP~!
 
Old 01-19-2003, 01:32 AM   #9
mcleodnine
Senior Member
 
Registered: May 2001
Location: Left Coast - Canada
Distribution: s l a c k w a r e
Posts: 2,731

Rep: Reputation: 45
What does the card itself say on it? 3Com is (was?) usually pretty good about silkscreening the part number and MAC addy right on the board.
 
Old 01-19-2003, 02:32 AM   #10
VIVIDTRUTH
LQ Newbie
 
Registered: Jan 2003
Posts: 3

Rep: Reputation: 0
Please Check The New Thread...
http://www.linuxquestions.org/questi...threadid=41999

Smoothwall 2.0 configuration...PLZHELP~

the 3Com says '3C509B-TP' on the board...

I have 2 NIC's.

1. Intel EtherExpress 16 (which has been recognized and driver downloaded)

2. 3Com EtherLink III (3C509B-TP) (unrecognized... even though it is one of the choices in manual selection.

... any ideas?

http://www.linuxquestions.org/questi...threadid=41999

Last edited by VIVIDTRUTH; 01-19-2003 at 02:37 AM.
 
Old 02-24-2003, 07:31 AM   #11
|Soz|
LQ Newbie
 
Registered: Feb 2003
Distribution: Smoothwall and RedHat 9
Posts: 1

Rep: Reputation: 0
Is there any way to do a windows "Net Send" command on a smoothwall box?

Ive been told to use samba, but that would mean there was a fileserver/printserver on there and Im not sure if thats a good idea for my firewall.
 
Old 02-26-2003, 02:51 AM   #12
erjing
LQ Newbie
 
Registered: Dec 2002
Location: Urumqi in China
Distribution: debian redhat
Posts: 15

Rep: Reputation: 0
HI ,i think u can install card by manual mode.

don't use that tools tp install .coz u can install card by youself.
if u can find 3c59x.o . u can
#insmod 3c59x
#ifconfig ethx 192.168.0.1 netmask 255.255.255.0
than use ifconfi to show ethx
if u can show.
just to edit
/var/smoothwall/ethernet (maybe this dir)
i forgot what file u need edit .but have 3 file only .so u can cat....
this file like redhat network script.u just to add N line.
good luck
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Smoothwall... Or any others Fasn8n Linux - General 6 01-02-2005 05:29 PM
Help with Smoothwall please! BluRB Linux - Networking 2 01-26-2003 07:43 PM
Smoothwall??? Cdsonic Linux - Newbie 1 01-25-2003 12:30 AM
Smoothwall??? sihere Linux - Security 3 04-06-2002 05:32 AM
smoothwall stevep119 Linux - Newbie 1 01-23-2002 07:21 AM


All times are GMT -5. The time now is 08:46 AM.

Main Menu
 
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration