Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - nadrias

#1
General Discussion / Re: ProxMox - Opnsense
February 23, 2018, 03:17:42 PM
Updated
#2
General Discussion / ProxMox - Opnsense
February 21, 2018, 05:10:29 PM
Hi guys !


j'ai un serveur proxmox avec une Ip failover 10.x.x.26 (example) avec une mac 56:65:34:54:E5:F0

2 interfaces on proxmox : On Lan enp0s20f1 And One Wan enp0s20f2(ip failover)
and bridge : VMBR1, VMBR2

so i créate 2 interfaces on my VM opnsense FW
one virt bridged on VMBR1 where i assing my mac adress from OVH (Wan)
one other virt VMBR2 (LAN)

i config my gateway etc ...

my problem : i can join my firewall on LAN but I can't go to internet so i suppose it come from my wan config


config on proxmox :


auto enp0s20f0
iface enp0s20f0 inet manual

auto enp0s20f1
iface enp0s20f0 inet manual

auto enp0s20f2
iface enp0s20f0 inet manual

auto vmbr0
iface vmbr0 inet static
    address 10.54.324.12 (false)
    netmask 255.255.255.0
    gateway 10.54.324.1
    bridge port enp0s20f0

auto vmbr1
   iface vmbr1 inet manual
   bridge port enp0s20f1

auto vmbr2
   iface vmbr2 inet manual
   bridge port enp0s20f2


my config on vm dhcp for lan address and static for wan so i configure the static that


auto eth0
iface eth0 inet static
    address 10.54.356.12 (false)
    netmask 255.255.255.0
    gateway 10.54.356.1
#3
French - Français / ProxMox - Opnsense
February 21, 2018, 04:35:00 PM
Bonjour à tous,

j'aurrais besoin d'aide svp je viens de m'amuser avec opnsense,

j'ai un serveur proxmox avec une Ip failover 10.x.x.26 (example) avec une mac 56:65:98:54:O5:F0

j'ai crée 2 interfaces sur proxmox : une pour mon lan et une pour le wan (ip failover)
donc je les ai liée aux 2 de la vm opnsense en mettant bien la mac wan de mon ip failover

j'ai suivi ce tuto : https://doc.pfsense.org/index.php/Virtualizing_pfSense_on_Proxmox

j'ai aussi configuré ma distant gateway etc ...

j'arrives à joindre en local mon opnsense avec une machine débian,

je n'arrives pas a sortir sur internet avec mon opnsense :s

A l'aide !!

si vous avez besoin d'info je peut en fournir.

Bien cordialement,
Nad.