美文网首页
xenserver远程更改网卡信息

xenserver远程更改网卡信息

作者: Firetheworld | 来源:发表于2020-05-28 14:50 被阅读0次

    一、获取网卡信息:

    [root@xenserver-utgvvxxy ~]# xe pif-list
    uuid ( RO)                  : 519bf5f7-6653-d066-8712-ed556eb7fd89
                    device ( RO): eth0
        currently-attached ( RO): true
                      VLAN ( RO): -1
              network-uuid ( RO): 5bcc418f-cf01-f5a5-57ac-5e7e720cbc0c
    

    二、查看相应uuid网卡的信息

    [root@xenserver-utgvvxxy ~]#  xe pif-param-list uuid=519bf5f7-6653-d066-8712-ed556eb7fd89
    uuid ( RO)                       : 519bf5f7-6653-d066-8712-ed556eb7fd89
                         device ( RO): eth0
        。。。
        。。。
                host-name-label ( RO): xenserver-10.192.48.132
          IP-configuration-mode ( RO): Static
                             IP ( RO): 10.192.48.132
                        netmask ( RO): 255.255.255.192
                        gateway ( RO): 10.192.48.190
        IPv6-configuration-mode ( RO): None
        。。。
        。。。
           igmp-snooping-status ( RO): disabled
    

    三、根据需求更改地址:

    xe pif-reconfigure-ip uuid=519bf5f7-6653-d066-8712-ed556eb7fd89 mode=static IP=10.192.48.152 netmask=255.255.255.192 gateway=10.192.48.190 dns=10.30.8.8
    
    

    相关文章

      网友评论

          本文标题:xenserver远程更改网卡信息

          本文链接:https://www.haomeiwen.com/subject/xbxaahtx.html