Firewall Build: Problem Updating, Patching


 
Thread Tools Search this Thread
Operating Systems BSD Firewall Build: Problem Updating, Patching
# 1  
Old 03-21-2009
Hammer & Screwdriver Firewall Build: Problem Updating, Patching

In building a firewall, I need to update and patch the operating system after
the initial install.
However, the compiler and sources should never be on a firewall PC.
So what is the best way to do this ? This firewall PC has 2 identical drives;
I was thinking of performing 2 installs, updating and patching one system, and transferring the binaries to the actual firewall drive.
But exactly how to I go about doing this. 'Sorry, my Unix is not up to speed just yet, I'm sure this is a silly question, but, if I don't ask....
Thanks !
# 2  
Old 03-21-2009
You compile elsewhere and then use scp(1) to securely copy the binaries from your development machine onto your firewall machine for use, if you do not have sshd(8) running on the firewall (most likely) then just install the scp(1) command onto the firewall and have sshd(8) running on your development machine to allow you to copy the files over the network.

Take a look at OpenSSH if you do not have any knowledge of SSH yet.
# 3  
Old 03-21-2009
MySQL Thanks

That sounds like a nice solution that will be easy to implement. I've used SSH, but haven't gotten "into" it the way I have with things like PF. I'll get there, thanks again !
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Problem after updating the firmware!

Hello AIX experts, I have 7038-6M2 server, its operating system is AIX 5.2, and its firmware is 3K041021 After some searching on net, I tried to update its firmware level to 3K080425, so I downloaded the required rpm, and followed the steps. After rebooting the server, it stopped and an error... (6 Replies)
Discussion started by: Mohannad
6 Replies

2. AIX

Problem updating AIX 4.3.3 ML0 to ML11 - Error 0503-248

I am trying to apply Maintenance Level 11 to one of our older AIX machines that is currently at ML0. When I try to install the bos.rte.install for ML11 it gives the error 0503-248 stating: Verifying requisites... 0503-248 installp: Error: A fileset has parts that are different from one or more... (0 Replies)
Discussion started by: DMcNutt
0 Replies

3. HP-UX

problem after server build...

Hi, I have installed HP-UX 11.31 on a rx6600 box. The installation went fine and was completed without any errors. But wheni connect to the server using ssh, it asks for a username, when i enter it, it doesnt prompt for a password: login:username blank-------- All i could see in... (1 Reply)
Discussion started by: sag71155
1 Replies

4. Shell Programming and Scripting

awk updating one file with another, comparing, updating

Hello, I read and search through this wonderful forum and tried different approaches but it seems I lack some knowledge and neurones ^^ Here is what I'm trying to achieve : file1: test filea 3495; test fileb 4578; test filec 7689; test filey 9978; test filez 12300; file2: test filea... (11 Replies)
Discussion started by: mecano
11 Replies

5. HP-UX

berkelydb build problem

Hi Im trying to build & instal berkeleydb ( not as root) ...... in path /opt/dev-tools installation was perfect and binaries were created in /opt/dev-tools/bin When i try to execute the binaries ( berkeley_db_svc) it throw me an error /usr/lib/dld.sl: Can't find path for shared... (1 Reply)
Discussion started by: vasanthan
1 Replies

6. Shell Programming and Scripting

sed used for updating firewall allow ftp from DHCP access

Here is my situation. You can make all kinds of comments about how I am doing it and why from the networking standpoint, but I am really only looking for comments on how to make it work. Of course, any other ideas for how to do this would be welcome. I have an iptables firewall that allows only... (1 Reply)
Discussion started by: manouche
1 Replies

7. UNIX for Advanced & Expert Users

Problem during build

Hi, When i'm compiling my C files, I'm getting an error saying that the file name i've defined is undeclared. Could someone tell me how to solve this error. I've defined the file name as #define _FILE_CODE_ _XYZ_C_ The error is "_XYZ_C undeclared". Thanks in advance (1 Reply)
Discussion started by: laxmi
1 Replies

8. UNIX for Advanced & Expert Users

Problem in updating .profile file in HP-UX B.11.00 machine

Hello All, I am using a HP-UX machine and I want to update the .profile file so that after login to my userID that will be applicable to my ID also. What I am trying to do is : In .profile file I am trying to write in /home/userID folder: export PATH=$PATH:$HOME:. so that whenever I will... (3 Replies)
Discussion started by: abhishek0071
3 Replies

9. Programming

Problem with build using Purify

Hi, I am facing problem while doing build on AIX using xlC compiler. We are using purify. Purify fails to instrument the a few libraries. Interestingly these are not developed by us and are 3rd party SW components. Can someone let me know how to proceed with the build? Here is the output... (0 Replies)
Discussion started by: asutoshch
0 Replies

10. Solaris

Solaris 9 JET Build problem.

Hi chaps, long time no post from me lol might be an awkward one to get this, I have just jumpstarted a server, and it boots ok untill it gets to loading Solaris Volume Manager, it gets this far and then just sits there, any ideas what might cause this, have rejumped the machine twice now lol. ... (2 Replies)
Discussion started by: SemperFi
2 Replies
Login or Register to Ask a Question