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

e0M reporting to WINS, instead of ifgrp IP

RUNTHIS99
3,099 Views

I have a 3240 that reports to WINS with its e0M IP(172.21.2.1) instead of the IP of the ifgrp(172.21.3.134) that I created.

Any Ideas on how I can get it to properly report to wins?

dgateways

#Auto-generated by setup Tue Oct  2 13:51:12 GMT 2012

172.21.2.1 1

hosts

#Auto-generated by setup Tue Oct  2 13:51:12 GMT 2012

127.0.0.1 localhost localhost-stack

127.0.10.1 localhost-10 localhost-bsd

127.0.20.1 localhost-20 localhost-sk

172.21.2.31         filer-6240A filer-6240A-e0M

# 0.0.0.0               filer-6240A-e0P

# 0.0.0.0               filer-6240A-e0a

# 0.0.0.0               filer-6240A-e0b

# 0.0.0.0               filer-6240A-e1a

# 0.0.0.0               filer-6240A-e1b

172.21.3.233       mailhost

rc

#Auto-generated by setup Tue Oct  2 13:51:12 GMT 2012

hostname filer-6240A

ifconfig e0M `hostname`-e0M flowcontrol full netmask 255.255.255.0 mtusize 1500

ifgrp create single ifgrp0a_cifs e1b

ifconfig ifgrp0a_cifs 172.21.3.134 netmask 255.255.255.0

ifconfig ifgrp0a_cifs partner ifgrp0b_cifs

route add default 172.21.3.1 1

routed on

options dns.domainname filer.com

options dns.enable on

options nis.enable off

savecore

1 REPLY 1

RUNTHIS99
3,099 Views

FIXED

Needed to add the -wins and win switches appropriately.

See Below

Auto-generated by setup Tue Oct  2 13:51:12 GMT 2012

hostname filer-6240A

ifconfig e0M `hostname`-e0M flowcontrol full netmask 255.255.255.0 mtusize 1500 -wins

ifgrp create single ifgrp0a_cifs e1b

ifconfig ifgrp0a_cifs 172.21.3.134 netmask 255.255.255.0 wins

ifconfig ifgrp0a_cifs partner ifgrp0b_cifs

route add default 172.21.3.1 1

routed on

options dns.domainname filer.com

options dns.enable on

options nis.enable off

savecore

Public