Network scripts question -

Tom H tomh0665 at gmail.com
Mon Aug 1 00:29:52 UTC 2011


On Sun, Jul 31, 2011 at 5:25 PM, Aaron Konstam <akonstam at sbcglobal.net> wrote:
> On Sun, 2011-07-31 at 15:36 -0400, Bob Goodwin wrote:
>>
>> I have two F-15 computers. Box6 has the following files while box9
>> has only /etc/sysconfig/network-scripts/ifcfg-lo, both are using
>> NetworkManager.
>>
>>         [bobg at box6 ~]$ ll /etc/sysconfig/network-scripts/ifcfg-*
>>
>>         -rw-r--r--. 3 root root 577 Jun 22 18:16
>>         /etc/sysconfig/network-scripts/ifcfg-eth1
>>         -rw-r--r--. 1 root root 254 Apr 27 13:17
>>         /etc/sysconfig/network-scripts/ifcfg-lo
>>         -rw-r--r--. 3 root root 577 Jun 22 18:16
>>         /etc/sysconfig/network-scripts/ifcfg-p2p1
>>
>>     I can ssh from box6 to box9 but not from box9 to box6. Either one
>>     will ping the other, stopping the fire wall does not have any effect.
>
> The ifcfg-lo is for local self-conection so it is understandable that
> box9 can't reach box6.
>
> You will have to create ifcfg-eth1  if you have a wired connection.
> Mine looks something like this:
> DEVICE="eth1"
> HWADDR="00:14:22:2A:3B:FE"
> BOOTPROTO="dhcp"
> ONBOOT="yes"
> NM_CONTROLLED="yes"

I have one VM on my laptop and two dev boxes - all serving out sshd,
nfsd, and smbd - on which NM's running with only an ifcfg-lo file.

Furthermore, since the boxes can ping each other and there's one-way
ssh access, the presence/absence of an ifcfg-* file isn't issue.

I'd focus on troubleshooting sshd on box6.


More information about the users mailing list