Support Forum
The Forums are a place to find answers on a range of Fortinet products from peers and product experts.
petos
New Contributor

clone mac address

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
3 REPLIES 3
rwpatterson
Valued Contributor III

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
 

Bob - self proclaimed posting junkie!
See my Fortigate related scripts at: http://fortigate.camerabob.com

Bob - self proclaimed posting junkie!See my Fortigate related scripts at: http://fortigate.camerabob.com
petos
New Contributor

wow my friend, it worked perfect thank you very much for your help I' m happy regards
rwpatterson
Valued Contributor III

Glad to help.

Bob - self proclaimed posting junkie!
See my Fortigate related scripts at: http://fortigate.camerabob.com

Bob - self proclaimed posting junkie!See my Fortigate related scripts at: http://fortigate.camerabob.com
Announcements

Select Forum Responses to become Knowledge Articles!

Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.

Labels
Top Kudoed Authors