No internet connection
-
Hi there,
I having some issue that cannot connect to internet, please check out the diagram link.
diagram : https://goo.gl/SVsC6w
Firewall: NAT: Outbound : https://goo.gl/Y7ZY4X
I also added this scripts in my config files
<shellcmd>ifconfig em2 inet 192.168.2.1 netmask 255.255.255.0 alias</shellcmd>
<shellcmd>ifconfig em3 inet 192.168.3.1 netmask 255.255.255.0 alias</shellcmd>Any advise?
Appreciated your help !!
Thanks
-
Are the network subnet and gateway settings correct at the affected devices? Do you have DHCP in LANs?
-
Are the network subnet and gateway settings correct at the affected devices? Do you have DHCP in LANs?
yes, all the lan have DHCP.
links: https://goo.gl/9EVmMw
subnet: https://goo.gl/JT2Ud6
-
There is something messed in your network.
LAN03 is set to 192.168.3.1/24 (192.168.3.0 - 192.168.3.255), but you have connected 192.168.1.12 and 192.168.2.12 to it. :o
Same for LAN01 and LAN02.The DHCP on LAN03 is set for the range 192.168.3.254 - 192.168.3.254! This range only allows one IP, but no one of your devices has this one. So are they really set to pull network settings automatically?
-
FYI: I am running proxmox servers in my network, due to my network is getting bigger, I was successfully routed 192.168.1.x & 192.168.2.x into one network, All IPs are able to communicate with each others
The DHCP on LAN03 is set for the range 192.168.3.254 - 192.168.3.254! This range only allows one IP, but no one of your devices has this one. So are they really set to pull network settings automatically?
Yes, I set them manually, I only need the dhcp service, I will assign them by using DHCP Static Mappings with MAC addresses
I am looking for solution to addon another network range such as 192.168.3.x to increase the IP limitation.
-
I am confused.. Why do you have 3 different networks all connected to a interface that is in a different network 192.168.1/24 for example but you have device in you drawing connected to it that are in 192.168.2/24 and .3/24??
That is NOT how you would setup 3 network segments, be it native or vlans.. If you need more IPs then sure you can add another network/vlan or just increase the mask on your 1 network.. For example /22 would include 192.168.0.1 - 192.168.3.254
-
Although the scenario that you are showing is a kind of messed up, just like people are mentioning above. But for whatever reasons, let's say you have a proper inter-vlan communication within each interface of PFSense.
I am considering here that you have a switch behind each interface that has the .1.1 .2.1 and .3.1 vlans registered.
Based on this, if you are having a problem in any of the vlans communicating through the switch then you must be having a routing problem (you should check the switch's configuration) OR, there might be something else, your Trunking configuration might be missing the 192.168.3.10 and 192.168.3.11 on the interface facing the gateway (PFSense).