Hi, need some pointers on how to setup and configure networking in my house.
I know the theory in general networking stuff, but this is a full blown network config and I seam to be lost.
what I have now:
(all this is setup @point of origin , in the basement )
- CableVision High Speed line coming into the house using CV modem.
- CV modem is connected to CV provided NetGear router, provides DHCP and access to outside.
- Router is hooked up into 8-port Gigabit Hub that splits all through the house.(4 connection total.)
- a small file server (UnRaid) connected to the same Hub in the basement accessible by all PC in the house
- a lincsys wireless router running in AP mode(static IP) connected to the hub from the second floor to provide wider wireless access though the house.
all wireless clients have 2 points of access the LincSys AP or NetGear Router (2 SSIDS)
what I want to do:
I am building out a main VM server using OpenSuse 12.3 as Host OS.
this host have 4 Gigabit NICs. interfaces (2 MB built-in + 2 via Intel Pro dual port card )
I want to :
- setup OpenSuse 12.3 as VM host system using Xen.
- install pfSence VM.
use Intel NIC card to bridge/rout WAN to LAN via pfSence VM as a router. and remove the NetGear router out of the setup.
like Connect CV modem ot NIC-1 as WAN
do all the network router stuff in pfSence as in firewall, routing etc. and output all to NIC2 that will be connected to the switch (NetGear 16 port unmanaged gigabit )
- create a bunch of VMs for web server, file server etc. what ever needs are.
my problems so far:
-
the networking is not working properly unless I use Network manager. but I want to use manual config.
-
Xen bridging does not work as I can not see the bridge from anywhere at all and not sure where/how to configure it.
the last time I worked with it was on Ubuntu and just edited the network file , but I seam to unable to find similar file in OS. -
I am not sure how to properly configure the nics to do what I want, as described above.
Do I try to pass through the Intel nic into pfsense VM directly or is there away to attacher them virtually?
Do I need 4 nics at all? if not maybe I can team the on-board Nics to increase speed on local network.
Do I need to setup vSwitch?
what is the proper way of setting up this kind of network so I can access it form outside.
I have a DynDns service, so pfSense will update it for proper IP resolution as CV is a DHCP service, no static IPs.
Is there a good guides exist to help.
also very important thing is could I should I setup some of the services on Host system
or should I do them all in VM using SME in addition to pfSense.
I know that any Linux distro is capable of DHCP, DNS, routing, firewall etc. but can it run it all and still be stable enough?
the wanted services form outside would be VPN and FTP, maybe some kind of file share services.
thanks.