View Single Post

  #4 (permalink)  
Old 01-30-2004
René Kjellerup
 
Posts: n/a
Default Re: SSH - slowly (or not at all) connects [a little long]


"Robert B." <rpbyc@NOSPAM.op.pl> skrev i en meddelelse
news:opr2larzlrc63k49@news.onet.pl...
> On 30 Jan 2004 22:22:51 +1300, Cameron Kerr <cameron.kerr@paradise.net.nz>
> wrote:
>
> > Robert B. <rpbyc@nospam.op.pl> wrote:
> >> Hi,
> >>

[snip]
>
> 192.168.1.1 ether 00:04:23:46:FC:BF C
> eth0
> 1.2.3.4 ether 00:04:23:46:FC:BF C eth1
>
> So, both interfaces have the same MAC configured! (What was with me for I
> didn't
> see that earlier?!)
> :::::::
> But: how do I fix it now? My ifcfg-eth0 and ifcfg-eth1 looks allright (I
> hope):
> :::::::
> cat /etc/sysconfig/network-scripts/ifcfg-eth0:
> # Intel Corp.|82540EM Gigabit Ethernet Controller
> DEVICE=eth0
> BOOTPROTO=none
> BROADCAST=192.168.1.255
> HWADDR=00:04:23:46:FC:AC
> IPADDR=192.168.1.1
> NETMASK=255.255.255.0
> NETWORK=192.168.1.0
> ONBOOT=yes
> TYPE=Ethernet
> USERCTL=no
> PEERDNS=no
>
> cat /etc/sysconfig/network-scripts/ifcfg-eth1:
> # Intel Corp.|82557/8/9 [Ethernet Pro 100]
> DEVICE=eth1
> BOOTPROTO=none
> BROADCAST=1.2.3.255
> HWADDR=00:04:23:46:FC:BF
> IPADDR=1.2.3.4
> NETMASK=255.255.255.0
> NETWORK=1.2.3.0
> ONBOOT=yes
> TYPE=Ethernet
> USERCTL=no
> PEERDNS=no
> GATEWAY=1.2.3.100
>

try this at the other machines as well
not one MAC address must be the same in the entire network
so make sure that all the net adapter have their own Unique MAC address
as well.
>

[snip]
> Sorry for such a long message, but the problem isn't so simple as well
> (for me...)
>
>
> --
> Regards,
> Robert B.
> rpbyc@op.pl


R. Kj.


Reply With Quote