Cardano Node installed, wont bootup/run on mainnet

I have followed all the instructions for installing, I am able to execute the command: (cant get it working)

cardano-node run
–topology testnet-topology.json
–database-path db
–socket-path db/node.socket
–host-addr x.x.x.x \ (replaced with my ip + 0.0.0.0)
–port 3001
–config testnet-config.json

[bodyisla:cardano.node.networkMagic:Notice:5] [2021-02-12 20:35:34.53 UTC] NetworkMagic 1097911063
[bodyisla:cardano.node.basicInfo.protocol:Notice:5] [2021-02-12 20:35:34.53 UTC] Byron; Shelley
[bodyisla:cardano.node.basicInfo.version:Notice:5] [2021-02-12 20:35:34.53 UTC] 1.25.1
[bodyisla:cardano.node.basicInfo.commit:Notice:5] [2021-02-12 20:35:34.53 UTC] 9a7331cce5e8bc0ea9c6bfa1c28773f4c5a7000f
[bodyisla:cardano.node.basicInfo.nodeStartTime:Notice:5] [2021-02-12 20:35:34.53 UTC] 2021-02-12 20:35:34.535926125 UTC
[bodyisla:cardano.node.basicInfo.systemStartTime:Notice:5] [2021-02-12 20:35:34.53 UTC] 2019-07-24 20:20:16 UTC
[bodyisla:cardano.node.basicInfo.slotLengthByron:Notice:5] [2021-02-12 20:35:34.53 UTC] 20s
[bodyisla:cardano.node.basicInfo.epochLengthByron:Notice:5] [2021-02-12 20:35:34.53 UTC] 21600
[bodyisla:cardano.node.basicInfo.slotLengthShelley:Notice:5] [2021-02-12 20:35:34.53 UTC] 1s
[bodyisla:cardano.node.basicInfo.epochLengthShelley:Notice:5] [2021-02-12 20:35:34.53 UTC] 432000
[bodyisla:cardano.node.basicInfo.slotsPerKESPeriodShelley:Notice:5] [2021-02-12 20:35:34.53 UTC] 129600
[bodyisla:cardano.node.basicInfo.slotLengthAllegra:Notice:5] [2021-02-12 20:35:34.53 UTC] 1s
[bodyisla:cardano.node.basicInfo.epochLengthAllegra:Notice:5] [2021-02-12 20:35:34.53 UTC] 432000
[bodyisla:cardano.node.basicInfo.slotsPerKESPeriodAllegra:Notice:5] [2021-02-12 20:35:34.53 UTC] 129600
[bodyisla:cardano.node.basicInfo.slotLengthMary:Notice:5] [2021-02-12 20:35:34.53 UTC] 1s
[bodyisla:cardano.node.basicInfo.epochLengthMary:Notice:5] [2021-02-12 20:35:34.53 UTC] 432000
[bodyisla:cardano.node.basicInfo.slotsPerKESPeriodMary:Notice:5] [2021-02-12 20:35:34.53 UTC] 129600
[bodyisla:cardano.node.addresses:Notice:5] [2021-02-12 20:35:34.54 UTC] [SocketInfo
[bodyisla:cardano.node.diffusion-mode:Notice:5] [2021-02-12 20:35:34.54 UTC] InitiatorAndResponderDiffusionMode
[bodyisla:cardano.node.dns-producers:Notice:5] [2021-02-12 20:35:34.54 UTC] [DnsSubscriptionTarget {dstDomain = “relays-new.cardano-testnet.iohkdev.io”, dstPort = 3001, dstValency = 2}]
[bodyisla:cardano.node.ip-producers:Notice:5] [2021-02-12 20:35:34.54 UTC] IPSubscriptionTarget {ispIps = , ispValency = 0}
[bodyisla:cardano.node.ChainDB:Info:5] [2021-02-12 20:35:34.55 UTC] Opened imm db with immutable tip at genesis (origin) and chunk 0
[bodyisla:cardano.node.ChainDB:Info:5] [2021-02-12 20:35:34.55 UTC] Opened vol db
[bodyisla:cardano.node.ChainDB:Info:5] [2021-02-12 20:35:34.55 UTC] Replaying ledger from genesis
[bodyisla:cardano.node.ChainDB:Info:5] [2021-02-12 20:35:34.55 UTC] Opened lgr db
[bodyisla:cardano.node.ChainDB:Info:5] [2021-02-12 20:35:34.55 UTC] Opened db with immutable tip at genesis (origin) and tip 1e64e74bd7ac76d6806480a28017deb0aedd356fb61844ec95c429ae2f30c7c3 at slot 0
[bodyisla:cardano.node.ChainDB:Info:5] [2021-02-12 20:35:34.56 UTC] Closed db with immutable tip at genesis (origin) and tip 1e64e74bd7ac76d6806480a28017deb0aedd356fb61844ec95c429ae2f30c7c3 at slot 0

Shutting down…

Okay its running with 0.0.0.0 on the test net.

Cant get mainnet running.

I am able to boot up testnet, but mainnet will not start. I’ve tried 0.0.0.0 and my ip and internal ip. I’ve tried port forwarding 3000, 3001, 3002. But I dont see them open with a port checker.

Im running a UBuntu server on a VMbox.

I get this error:

Shutting down…
NetworkMagicMismatch “/home/dii/relay/db/protocolMagicId” (NetworkMagic {unNetworkMagic = 1097911063}) (NetworkMagic {unNetworkMagic = 764824073})

cardano-node: Wrong NetworkMagic in “/home/dii/relay/db/protocolMagicId”: NetworkMagic {unNetworkMagic = 1097911063}, but expected: NetworkMagic {unNetworkMagic = 764824073