Proxmox through pfsense

I

ibanez89

Guest
Hello everybody,


i have a big problem to setup proxmox server behind pfsense, all work quite good, but i can access to Host ssh, only from pfsense console, from other client i have this problem:


client side said:
[ibanez89@archnote ~]$ ssh -v root@10.0.2.2
OpenSSH_6.1p1, OpenSSL 1.0.1e 11 Feb 2013
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Connecting to 10.0.2.2 [10.0.2.2] port 22.
debug1: Connection established.
debug1: identity file /home/ibanez89/.ssh/id_rsa type -1
debug1: identity file /home/ibanez89/.ssh/id_rsa-cert type -1
debug1: identity file /home/ibanez89/.ssh/id_dsa type -1
debug1: identity file /home/ibanez89/.ssh/id_dsa-cert type -1
debug1: identity file /home/ibanez89/.ssh/id_ecdsa type -1
debug1: identity file /home/ibanez89/.ssh/id_ecdsa-cert type -1


serverside said:
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Fri Mar 22 12:53:09 2013 from 10.0.2.1
root@pve:~# netstat -a |grep ssh
tcp 0 0 *:ssh *:* LISTEN
tcp 0 42 10.0.2.2:ssh 192.168.1.100:51653 FIN_WAIT1
tcp 0 0 10.0.2.2:ssh 10.0.2.1:29506 ESTABLISHED
tcp6 0 0 [::]:ssh [::]:* LISTEN
root@pve:~#


in this situation, i cant access to 8002 port from other client for manage proxmox from webgui, and the problem don't is finished, on proxmox host (10.0.2.2) i can ping every client of my network and WAN websites, but i cant download nothing... aptitude wont work...


This is my network infrastructure:


L.png



My server have only one NIC, eth0, and wlan0 accesspoint, all other interface are virtualized


interfaces on proxmox host said:
# network interface settings
auto wlan0
iface wlan0 inet manual


auto lo
iface lo inet loopback


auto eth0
iface eth0 inet manual


####################
#pfsense wan interface#
####################
auto vmbr0
iface vmbr0 inet manual
bridge_ports eth0
bridge_stp off
bridge_fd 0


####################
#hostapd Accesspoint #
#LAN->pfsense #
####################
auto vmbr1
iface vmbr1 inet manual
bridge_ports wlan0
bridge_stp off
bridge_fd 0


#####################
#VM->pfsense interface#
#####################
auto vmbr2
iface vmbr2 inet manual
bridge_ports none
bridge_stp off
bridge_fd 0


######################
#Host->pfsense interface#
######################
auto vmbr3
iface vmbr3 inet static
address 10.0.2.2
netmask 255.255.255.0
network 10.0.2.0
broadcast 10.0.2.255
gateway 10.0.2.1
bridge_ports none
bridge_stp off
bridge_fd 0


this is my firewall configuration "sorry for dropbox folder":


https://www.dropbox.com/sh/g7uhpgqkdmeh2gz/V33akEcqtm/pfsense problem#/




Any help is appreciated :)
 

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!