RMU build Gen-1.5: II. Proxmox - E. Add LAN Network Device
From Internet Computer Wiki
This page is part of the Gen-1.5 RMU build runbook.
Go back to the previous section: D. Download ISO Images
E. Add LAN Network Device
- Select
RMU>Network - Select
Create>Linux Bridge - Bridge
vmbr1with IP10.10.100.1/24(CIDR is required) on Bridge porteno2, commentLAN - Create another Bridge and set Name to
vmbr2with IPemptyon Bridge porteno5, commentWAN. - After creating the bridge, select the
Apply Configurationbutton - Select your RMU device on the left side. (Note: Everything below this step is not needed when creating the linux bridge vmbr2)
- Select
Shell - Open the following file with your favorite text editor (vi, nano, emacs etc)
/etc/network/interfaces - Add the following lines at the end of the
vmbr1section (before theLANcomment):- Ensure that the spacing is correct:

post-up echo 1 > /proc/sys/net/ipv4/ip_forward post-up iptables -t nat -A PREROUTING -i vmbr0 -p tcp --dport 443 -j DNAT --to 10.10.100.22:443 post-up iptables -t nat -A POSTROUTING -s '10.10.100.0/24' -o vmbr0 -j MASQUERADE post-down iptables -t nat -A POSTROUTING -s '10.10.100.0/24' -o vmbr0 -j MASQUERADE
- Save and quit the file.
- After saving the file, in the shell run:
cat /proc/sys/net/ipv4/ip_forward
Continue to next section: II. Teleport - A. Create Teleport CT
Go to the index of the Gen-1.5 RMU build runbook.


