Quantcast
Viewing all articles
Browse latest Browse all 171654

Proxmox through pfsense

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:


Quote:

Originally Posted by client side
[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


Quote:

Originally Posted by serverside, ip 10.0.2.1 is pfsense interface
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:


Image may be NSFW.
Clik here to view.



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


Quote:

Originally Posted by interfaces on proxmox host
# 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/g7uhpgqkd...se%20problem#/




Any help is appreciated :)

Viewing all articles
Browse latest Browse all 171654

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>