Skip to main content
petos
New Member
August 17, 2011
Question

clone mac address

  • August 17, 2011
  • 2 replies
  • 13602 views
Hi, I have a problem, I have internet Axtel, as a bridge and asked me to clone the mac address in my Fortinet 110c problem is not how to do this process does not find it on the menu if I can guide at the command or the graphical console of Fortinet and the steps thank you very much

    2 replies

    rwpatterson
    New Member
    August 17, 2011
    From the CLI:
      config system interface      edit " wan1"           set vdom " root"           set mode dhcp          set distance 10          set allowaccess ping https ssh          set ddns enable          set type physical          set alias " FIOS"           set defaultgw enable          set macaddr xx:xx:xx:xx:xx:xx <-Here is where you add it          set ddns-server dyndns.org          set ddns-domain " mydomain.dyndns.org"           set ddns-username " myusername"           set ddns-password ENC mypassword      next  end  
    petos
    petosAuthor
    New Member
    August 17, 2011
    wow my friend, it worked perfect thank you very much for your help I' m happy regards
    rwpatterson
    New Member
    August 17, 2011
    Glad to help.