NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

Network and Storage Protocols

fas2040 network problems

STEVEP38NOW
4,105 Views

Just bought a new fas2040 and am trying to setup the network ports. Used the setup script and got the following:

e0P: flags=0x2708866<BROADCAST,RUNNING,MULTICAST,TCPCKSUM> mtu 1500

        ether 00:a0:98:2a:05:86 (auto-unknown-down) flowcontrol full

e0a: flags=0x2f48867<UP,BROADCAST,RUNNING,MULTICAST,TCPCKSUM> mtu 1500

        inet 10.1.70.210 netmask 0xffffff00 broadcast 10.1.70.255

        ether 00:a0:98:2a:05:8b (auto-1000t-fd-up) flowcontrol full

e0b: flags=0x2f48867<UP,BROADCAST,RUNNING,MULTICAST,TCPCKSUM> mtu 1500

        inet 10.1.70.211 netmask 0xffffff00 broadcast 10.1.70.255

        ether 00:a0:98:2a:05:8a (auto-1000t-fd-up) flowcontrol full

e0c: flags=0x2f48867<UP,BROADCAST,RUNNING,MULTICAST,TCPCKSUM> mtu 1500

        inet 10.1.70.212 netmask 0xffffff00 broadcast 10.1.70.255

        ether 00:a0:98:2a:05:89 (auto-1000t-fd-up) flowcontrol full

e0d: flags=0x2f48867<UP,BROADCAST,RUNNING,MULTICAST,TCPCKSUM> mtu 1500

        inet 10.1.70.213 netmask 0xffffff00 broadcast 10.1.70.255

        ether 00:a0:98:2a:05:88 (auto-1000t-fd-up) flowcontrol full

lo: flags=0x1b48049<UP,LOOPBACK,RUNNING,MULTICAST,TCPCKSUM> mtu 8160

        inet 127.0.0.1 netmask 0xff000000 broadcast 127.0.0.1

        ether 00:00:00:00:00:00 (VIA Provider)

losk: flags=0x40a400c9<UP,LOOPBACK,RUNNING> mtu 9188

        inet 127.0.20.1 netmask 0xff000000 broadcast 127.0.20.1

Destination      Gateway            Flags     Refs     Use  Interface

default          10.1.70.1          UGS         1       44  e0a

10.1.70/24       link#4             UC          0        0  e0a

10.1.70.1        link#4             UHRL        1       11  e0a

PMISPLHSAN01     0:a0:98:2a:5:8b    UHL         0        5  lo

PMISPLHSAN01-e0b 0:a0:98:2a:5:8a    UHL         0        1  lo

PMISPLHSAN01-e0c 0:a0:98:2a:5:89    UHL         0        1  lo

PMISPLHSAN01-e0d 0:a0:98:2a:5:88    UHL         0        1  lo

127              localhost          UGS         0        0  lo

localhost        localhost          UH          1        0  lo

localhost-10     localhost-20       UHS         2        2  losk

localhost-20     localhost-20       UH          0        0  losk

If I just configure the last two ports its fine and I can ping my gateway etc, but if all four are configured I can't ping my gateway anymore. Any help would be appreciated. Also, is there a way to edit the /etc/rc file directly?

Thanks

2 REPLIES 2

andrc
4,105 Views

It is a strange one, when all four ports are configured and up can they all be pinged by other hosts on the subnet?

You can edit the /etc/rc file using the `rdfile` and `wrfile` commands but please be aware `wrfile` is not like vi and overwrites the whole file unless you use the `-a` option to append a line. Other options are to use FilerView to configure network interfaces or access the /etc/rc file through the rootvol CIFS share or NFS export and use a text editor.

STEVEP38NOW
4,105 Views

Andrc,

Thanks for taking the time to reply. I found the anwser. I needed to put the nics in single mode and after that it worked fine.

Public