Recent content by Lanlink

  1. L

    Whats the easiest way to forward public IP to container?

    Thanks for your input - so just to confirm in /etc/network/interfaces add in at any point or in certain areas? Eth0 is my public IP eth1 is my private IP iptables -t nat -A PREROUTING -p tcp -i eth1 --dport 80 -j DNAT --192.168.0.249:80 iptables -A FORWARD -i eth0 -p tcp --dport 80 -j ACCEPT
  2. L

    Whats the easiest way to forward public IP to container?

    Hi I've been playing around with the settings in proxmox for sometime now, and I can't seem to get my public IP to be directly attached to a container on the server. Could someone please post a guide/instructions on how to do this? I've tried bridging a connection to an ethernet port...
  3. L

    Problems with getting container access from internet

    I've tried to bond the container to the device, does anyone have a working setup they can post? Or can someone connect my server and help me out? Thanks,
  4. L

    Problems with getting container access from internet

    Hmm, so no one has managed to get this setup?
  5. L

    Problems with getting container access from internet

    The private ip range does have end point depentant NAT. But I'm sure there must be away I assign the openvm to the ip address 86.8.172.70 but on a different port such as 8080.
  6. L

    Problems with getting container access from internet

    Hi there, I've done like you've said the the system is now booting the openvm. But I can't get access to the opvem from the internet or LAN. Should I add back in the route: up route add -host 192.168.0.249 dev vmbr0 here are the logs: Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY...
  7. L

    Problems with getting container access from internet

    Here we go. And thanks for your help hopefully with your help this is will start working proxmox:~# route Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.0.249 * 255.255.255.255 UH 0 0 0...
  8. L

    Problems with getting container access from internet

    The error is still the same. The openvm won't mount. Here are all the logs to help. Tasks Syslog command finished Abort /usr/sbin/vzctl start 101 Starting container ... Container is mounted Adding IP address(es): 192.168.0.249 RTNETLINK answers: File exists vps-net_add ERROR: Unable to add...
  9. L

    Problems with getting container access from internet

    Here is the whole Ifconfig output: proxmox:~# ifconfig eth0 Link encap:Ethernet HWaddr 00:15:c5:e7:17:77 inet6 addr: fe80::215:c5ff:fee7:1777/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:28221 errors:0 dropped:0...
  10. L

    Problems with getting container access from internet

    The static IP address which was being used have now changed to 86.8.176.70.
  11. L

    Problems with getting container access from internet

    proxmox:~# route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.0.249 0.0.0.0 255.255.255.255 UH...
  12. L

    Problems with getting container access from internet

    I've configured the file you've said, but the VM now cannot start; log error: "synchronized failed to 193.55.167.2 stratum 2" Container is mounted Adding IP address(es): 192.168.0.249 RTNETLINK answers: File exists vps-net_add ERROR: Unable to add route /sbin/ip route add 192.168.0.249 dev...
  13. L

    Problems with getting container access from internet

    Anyone able to help me out here? I'm really at a loss right now.