Firefox im Container

a_chan

New Member
Oct 6, 2024
2
0
1
Hallo,

ich bräuchte einmal Hilfe um Firefox im Container zum Laufen zu bringen.
Mein Vorhaben ist, Firefox in einem Container mit Ubuntu Template zu installieren und mittels Turbvnc + Fluxbox laufen zu lassen.

Turbovnc konnte ich soweit installieren und zum laufen bringen, ebenso Fluxbox.
ich kann mich auch mittels VNC dann dort hin verbinden und sehe das Fluxbox Fenster.
Ich hab firefox mittels der Anleitung auf der Firefox HP installiert indem ich deren apt Repository hinzugefügt habe.

Ich kann Firefox auch soweit starten, und sehe es dann in meinem Fluxbox Fenster und kann dort Einstellungen vornehmen usw.
Das einzige Problem ist nun, das ich keinerlei Internetverbindung aufbauen kann mit Firefox.
Ich kann in der Konsole alles machen, pingen, nslookup usw. funktioniert alles soweit.
Nur im Firefox geht nichts. Habe dort schon in der config network.dns.ipv6 ausgeschaltet, hab schon mit den DNS settings rumgespielt und probiert, Proxy settings usw. hat aber alles nicht wirklich was gebracht.
Firewall ist auch keine aktiv (ufw, iptables).


Code:
root@test-vnc:~# nslookup google.de
Server:         192.168.87.202
Address:        192.168.87.202#53

Non-authoritative answer:
Name:   google.de
Address: 142.251.36.227
Name:   google.de
Address: 2a00:1450:4016:80a::2003

Code:
root@test-vnc:~# ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_seq=1 ttl=117 time=10.8 ms
64 bytes from 8.8.8.8: icmp_seq=2 ttl=117 time=9.01 ms
64 bytes from 8.8.8.8: icmp_seq=3 ttl=117 time=9.50 ms

Code:
root@test-vnc:~# ping google.de
PING google.de (142.251.36.227) 56(84) bytes of data.
64 bytes from muc11s22-in-f3.1e100.net (142.251.36.227): icmp_seq=1 ttl=117 time=10.3 ms
64 bytes from muc11s22-in-f3.1e100.net (142.251.36.227): icmp_seq=2 ttl=117 time=9.10 ms
64 bytes from muc11s22-in-f3.1e100.net (142.251.36.227): icmp_seq=3 ttl=117 time=9.19 ms

Code:
root@test-vnc:~# ip r
default via 192.168.87.1 dev eth0 proto static
192.168.87.0/24 dev eth0 proto kernel scope link src 192.168.87.99

Netzwerk Config:
Code:
auto lo
iface lo inet loopback

iface eno1 inet manual

auto vmbr0
iface vmbr0 inet static
        address 192.168.87.200/24
        gateway 192.168.87.1
        bridge-ports eno1
        bridge-stp off
        bridge-fd 0
        bridge-vlan-aware yes
        bridge-vids 2-4094

auto vmbr1
iface vmbr1 inet manual
        bridge-ports none
        bridge-stp off
        bridge-fd 0
        bridge-vlan-aware yes
        bridge-vids 2-4094

Container Config:
Code:
arch: amd64
cores: 1
features: nesting=1
hostname: test-vnc
memory: 1024
nameserver: 192.168.87.202
net0: name=eth0,bridge=vmbr0,firewall=1,gw=192.168.87.1,hwaddr=XX:XX:XX:XX:XX:XX,ip=192.168.87.99/24,type=veth
ostype: ubuntu
rootfs: Main_Storage:subvol-900-disk-0,size=8G
swap: 512
unprivileged: 1

Bin noch Recht neu im Thema Proxmox vielleicht habe ich irgendwo einen Fehler gemacht.

Gruß
 
Firefox macht gar nichts, der nutzt nur das korrekt eingerichtet Betriebssystem. Punkt.
Das Firefox nichts macht lass ich mal so stehen. Es gibt schon Einstellungen innerhalb von Firefox die ggf. die Verbindung ins Internet blockieren können z.B. die DNS Settings die es mittlerweile in den Einstellungen gibt.

Wäre an der Stelle dann halt nen guter Zug, eine Hilfestellung zu geben, was den dann innerhalb des Betriebssystem falsch konfiguriert sein könnte, das es nicht läuft, da in der Konsole ja soweit alles funktioniert.
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!