Hi Mike:
On Thu, Aug 23, 2012 at 3:58 PM, Michael Havens <
bmike1@gmail.com> wrote:
> I'm doing a linuxfromscratch installatin
>
> :-)~MIKE~(-:
>
>
>
> On Thu, Aug 23, 2012 at 3:53 PM, Michael Havens <bmike1@gmail.com> wrote:
>
>> no I wasn't being flippant. I was saying 'of course' to myself. You know,
>> like: 'Of course.... duhhhhh..... what was I thinking!' so then that brings
>> to mind an interaction between the lovely Lisa and myself dealing with ufw
>> so now I am stuck with ufw. I put in
>>
>> ufw allow <ip>
>>
>> and it responds
>>
>> could not find a profile matching <ip>
>>
>> As for which VM I am using it is Oracle's. Would you recommend a
>> different one?
>> :-)~MIKE~(-:
>>
>
/sbin/ifconfig -a
You should see the connection as "bridged" on your network, not NAT, from
whatever you are using (Oracle Virtualbox) for this virtual.
Then you can enter:
/etc/init.d/network start
Reference:
http://www.linuxfromscratch.org/lfs/view/7.0/scripts/apds18.html
/etc/sysconfig/ifconfig contains the list of all the interfaces.
Once the network is verified and setup with bridged mode, you need to start
OpenSSH
/etc/init.d/sshd start
/sbin/chkconfig sshd on 3 4 5
And you might also look at your /etc/ssh/sshd_config file to be sure you
allow root ssh? Search forward for "Root".
Make change and restart sshd
/etc/init.d/sshd restart
Also, you might add the other server to your /etc/hosts file and
/etc/hosts.allow file
http://www.linuxfromscratch.org/blfs/view/6.3/server/openssh.html
Make sure your directory permissions are good for .ssh and your ssh-keygen
is setup as explained in the reference link.
>>
>>
>> On Thu, Aug 23, 2012 at 3:30 PM, Stephen <cryptworks@gmail.com> wrote:
>>
>>> what VM stack are you using what host?
>>>
>>> On Thu, Aug 23, 2012 at 3:22 PM, Michael Havens <bmike1@gmail.com>
>>> wrote:
>>> > of course. I need to allow it to see the virtual. Could you point me
>>> in the
>>> > right direction as to what i need to chnange? But why didnt it ask me
>>> if I
>>> > would allow the connection?
>>> > :-)~MIKE~(-:
>>> >
>>> >
>>> > On Thu, Aug 23, 2012 at 3:13 PM, Stephen <cryptworks@gmail.com> wrote:
>>> >>
>>> >> sounds like networking a'nd firewall might be the issue.
>>> >>
>>> >> On Thu, Aug 23, 2012 at 2:49 PM, Michael Havens <bmike1@gmail.com>
>>> wrote:
>>> >> >
>>> >> > I need to move files from one computer to a virtual machine
>>> >> > It seems there needs to be something configured to cp files from the
>>> >> > host
>>> >> > machine to the virtual machine. It just keeps telling me that the
>>> >> > directory
>>> >> > on the host machine does not exist. When I try to ssh from the
>>> virtual
>>> >> > to
>>> >> > the host it fails with 'connection timed out' but I can ssh to the
>>> >> > virtual
>>> >> > from the host with no problem.
>>> >> > :-)~MIKE~(-:
>>> >> >
>>> >> >
>>> >> > ---------------------------------------------------
>>> >> > PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
>>> >> > To subscribe, unsubscribe, or to change your mail settings:
>>> >> > http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>>> >>
>>> >>
>>> >>
>>> >> --
>>> >> A mouse trap, placed on top of your alarm clock, will prevent you from
>>> >> rolling over and going back to sleep after you hit the snooze button.
>>> >>
>>> >> Stephen
>>> >> ---------------------------------------------------
>>> >> PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
>>> >> To subscribe, unsubscribe, or to change your mail settings:
>>> >> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>>> >
>>> >
>>> >
>>> > ---------------------------------------------------
>>> > PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
>>> > To subscribe, unsubscribe, or to change your mail settings:
>>> > http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>>>
>>>
>>>
>>> --
>>> A mouse trap, placed on top of your alarm clock, will prevent you from
>>> rolling over and going back to sleep after you hit the snooze button.
>>>
>>> Stephen
>>> ---------------------------------------------------
>>> PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
>>> To subscribe, unsubscribe, or to change your mail settings:
>>> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>>>
>>
>>
>
> ---------------------------------------------------
> PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
> To subscribe, unsubscribe, or to change your mail settings:
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>
--
(503) 754-4452 Android
(623) 239-3392 Skype
(623) 688-3392 Google Voice
**
<
http://it-clowns.com>Safeway.com
Automation Engineer
---------------------------------------------------
PLUG-discuss mailing list -
PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss