Hey Fabian, wie konnte ich das Repo übersehen...
Ich hatte es sogar selbst als unnötig abgetan, aber jetzt wo du es ansprichst, fällt mir ein, dass ich das mal aktiv hatte.
Danke für die schnelle Hilfe.
Hier gerne noch der komplette Output vom `apt dist-upgrade` :
root@darkstar ~ # apt dist-upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following packages were automatically installed and are no longer...
Hallo zusammen,
nachdem ich nun mehrere Instanzen problemlos installieren konnte, stehe ich aktuell vor einer Herausforderung.
Meine Instanz bei Hetzner (Installiert über deren `installimage`-Tool) lässt sich nicht aktualisieren.
Ein paar Infos zur Installation:
root@hostname ~ # uname -a...
Okay guys,
I did it, okay a colleague of mine did the trick respectivly give the right hint.
I changed the two echo's for the interfaceconfiguration. I put them into the vmbr0 config.
auto vmbr0
iface vmbr0 inet dhcp
bridge-ports enp4s0
bridge-stp off
bridge-fd 0...
default route on what? The firewall?
I just played a littlebit and its confusing.
I set a defaultroute on the firewall vm that points to the leg from the proxmox (faked wan network).
From there it should be forwarded to the internet, but nothing happens... :(
I cleaned the iptables for the...
kimsufi is working with dhcp on the internal interface. Don't know why, but it works.
I found an image in the so called internet - that is simular to my setup, just with a pfsense.
He also works with the nat rules.
You should resolve this by using iptables with nat.
Something like this should do the trick:
iptables -t nat -A PREROUTING -p tcp -d 192.168.88.89 -j DNAT --to-destination 10.10.10.5
iptables -t nat -A PREROUTING -p tcp -d 192.168.88.90 -j DNAT --to-destination 10.10.10.6
iptables -t nat -A...
nope - I build this environment just a few days ago, it never worked. But a Colleague uses this configuration.
The iptables should send every messages to the defined ports to the firewall.
Of Course:
root@virtulator:~# ip route
default via 87.98.219.254 dev vmbr0
10.42.0.0/24 dev vmbr1 proto kernel scope link src 10.42.0.254
10.42.20.0/24 dev vmbr2 proto kernel scope link src 10.42.20.254
ex.te.rn.al/24 dev vmbr0 proto kernel scope link src ex.te.rn.al
root@virtulator:~#
yes -...
the external link is connected to enp4s0 and the ip address is bound to the vmbr0 bridge.
I can communicate to external services on the pve node but not from any virtual machine.
Hey Guys,
I try to build an environment with proxmox, hosted by kimsufi, with one external ip.
In this environment I installed a firewall and I want to get all traffic through the firewall.
Therefor I configured the following network interfaces:
auto lo
iface lo inet loopback
iface enp4s0...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.