mcast ix


All Pages > Services > mcast ix

we're planning to have a mcast-ix.dn42 somewhere in the cloud at #dn42 for years now...

now we have a pull req with cosmetical issues only: https://git.dn42.dev/dn42/registry/pulls/2575

the main goal is to have a shared lan where ases can peer to each other with the following conditions:

how to participate:

all you have to do is prepare a qcow2 or vmdk image and upload it to somewhere and ping nop-mnt (mc36 @ irc) with the url... i'll wget it once then boot up your vm connected to the switchport... you'll have raw dn42 reachability there and pat-ed clearnet to continue your installation or upgrades or to connect to the rest of your infra...

alternatively you can try remotely the ix by preparing the vm image and giving it a vnic pointing to a remote switch participating in the ix already. "-netdev socket,id=a1,udp=vpn.nop.hu:998,localaddr=:1234 -device virtio-net-pci,netdev=a1,mac=as:df:as:df:as:df" 4 example nop-mnt's vpls instance running in a very different datacenter where the real ix located, plus your networking delays to that datacenter, is the sum packet loss, delay, etc... its just about to try out the ix before participating...

once finalized, only one thing to look for twice, the "console=ttyS0,115200n8" be present as a kernel parameter... plus that your only vnic at the real dc will be the above mentioned vpls instance, but now, with a much less delay/jitter/packetlosss.... if you need vnc access instead, just ask for it during the bringup phase....

if you need a private peering here between you and an other participant, just ask for a private ethernet connection...

consider enabling lldp on your interfaces because it helps speed up things on the switch moreover if you'll have more interfaces there then will help you too...

also consider enabling pim sparse mode on the ix and then you can have the rtp://[email protected]:1234/ stream

last but not least, always save your configs! there will be a daily recurring power cut sheduled to 21:00pm cest +-1minutes to have the infrastructure auto-upgraded...

the whole idea is to consider the following hypervisor configuration:

dn42ix#show startup-config vdc
vdc definition vm-bri
 connect ethernet2825 vm-switch
 cpu host
 image /rtr/ix/bri.img
 memory 1024
 nic virtio-net-pci
 mac cafe.beef.b00b
 exit
vdc definition vm-clearnet
 local ethernet66602
 local ethernet66603
 connect ethernet66601 vm-switch
 exit
vdc definition vm-jlu5
 connect ethernet1080 vm-switch
 cpu host
 image /rtr/ix/jlu5.img
 cdrom /rtr/ix/jlu5.iso
 memory 1024
 exit
vdc definition vm-lare
 connect ethernet3035 vm-switch
 cpu host
 image /rtr/ix/lare.img
 memory 1024
 exit
vdc definition vm-nop
 connect ethernet1955 vm-switch
 exit
vdc definition vm-routeserver
 exit
vdc definition vm-switch
 connect ethernet1080 vm-jlu5
 connect ethernet1955 vm-nop
 connect ethernet2825 vm-bri
 connect ethernet3035 vm-lare
 connect ethernet66601 vm-clearnet
 exit

dn42ix#

now you can have drop-in replacement vm-s to experiment with like whats it looks a like if the ix is provisioned on a juniper vsrx3 shitload or a cisco nxosv or plain freerouter in software mode or in p4dpdk mode....

then publishing a small report on r/networking on behalf of #dn42 measurements

and probably doing even more crazyer projects/experiment if we settle to have a proper dn42 ix finally with low latency shared vlan between the vms...

like a real ix...

static addressing plan, there is a randomized dhcp and slaac on the subnet but consider picking up a static ip and pere with that:

nick/mnterasn*your-ipv4-fixed-ipyour-ipv6-fixed-ipyour-ipv6-linklocalpublic lg
sw1-mcastix1951N/AN/AN/ATBD: SOON
rs1-mcastix1951172.23.124.126/27fde0:93fa:7a0:c1ca::179/64fe80::200:bff:fead:beefTBD: SOON
rtr1-badcorp1952172.23.124.97/27fde0:93fa:7a0:c1ca::666/64fe80::260:54ff:fe33:2178TBD: SOON
rtr1-nop1955172.23.124.122/27fde0:93fa:7a0:c1ca::1955/64fe80::200:ccff:fe1e:c0detelnet sandbox.freertr.org
rtr1-catgirls1411172.23.124.101/27fde0:93fa:7a0:c1ca:581a:fc3f:a2d0:828c/64fe80::1411:5TBD: SOON
rtr1-catgirls21411TBDTBDTBDTBD: SOON
rtr1-lare3035172.23.124.114/27fde0:93fa:7a0:c1ca:0:42:4242:3035/64fe80::21f:45ff:fe11:7356clearnet: https://lg.lare.cc/ dn42: https://lg.lare.dn42/
rtr1-bri2825TBDTBDTBDTBD
rtr1-jlu51080TBDTBDTBDTBD
rtr1-fl1975TBDTBDTBDTBD

TBD: add yourself please here while keeping some ordering

*: so your as number xxxx shortened here, the rigthmost part after the 424242xxxx.... this also will be your ethernetXXXX and so on so just remember this by heart XD

functionconsole
switchtelnet ix.nop.dn42 20001
route server 1telnet ix.nop.dn42 20002
bad-corp-rtr1telnet ix.nop.dn42 20003

public mrt dumps and config archive of the infra at http://ix.nop.dn42/ here

it'll be shitload in the beginning but hopefully it could improve the common knowledge....

please consider joining #dn42-ix#2 to speed up sorting out potential issues, etc