Search results

  1. P

    [SOLVED] Virtual machine without internet access (Mikrotik RouterOS)

    Good afternoon. Problem solved. root@proxmox:~# nano /etc/init.d/proxmox-routing #!/bin/sh case "$1" in start) echo "proxmox-routing started" /sbin/iptables -t nat -A POSTROUTING -s 10.0.0.0/8 -o ens3 -j SNAT --to 185.xx.xx.100 /sbin/iptables -A FORWARD -s 10.0.0.0/8 -j ACCEPT...
  2. P

    [SOLVED] Virtual machine without internet access (Mikrotik RouterOS)

    Good afternoon. If someone can help, have the following configuration: - The platform is a debian 9 VPS. - I installed the proxmox and a virtual machine with Mikrotik RouterOS, this is already configured, but has no internet. Check out my configuration: No debian 9(proxmox): auto lo iface lo...