![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| BSD BSD, sometimes called Berkeley Unix, is a Unix operating system developed by the Computer Systems Research Group of the UC Berkeley. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| awk updating one file with another, comparing, updating | mecano | Shell Programming and Scripting | 11 | 09-14-2008 06:50 AM |
| sed used for updating firewall allow ftp from DHCP access | manouche | Shell Programming and Scripting | 1 | 02-28-2008 08:29 PM |
| Problem during build | laxmi | UNIX for Advanced & Expert Users | 1 | 02-28-2008 02:32 AM |
| Problem in updating .profile file in HP-UX B.11.00 machine | abhishek0071 | UNIX for Advanced & Expert Users | 3 | 02-07-2008 03:06 PM |
| Solaris 9 JET Build problem. | SemperFi | SUN Solaris | 2 | 01-26-2005 08:43 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
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 ! |
|
|||||
|
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. |
|
||||
|
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 !
|
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Tags |
| firewall, patching, updating |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|