Computer with local static ip
-
So how come when you set the interface to static you need to actually give the interface it's own static ip if another computer that is going to connect to it will have its own IP?
Yikes! ???
Every device must have it's own unique IP address in a network that uses internet protocol. You may not find that explicitly stated in the pfSense docs because it's absolutely fundamental to computer networking. Perhaps I've misinterpreted the question. No offence intended.
Steve
-
So how come when you set the interface to static you need to actually give the interface it's own static ip if another computer that is going to connect to it will have its own IP?
Yikes! ???
Every device must have it's own unique IP address in a network that uses internet protocol. You may not find that explicitly stated in the pfSense docs because it's absolutely fundamental to computer networking. Perhaps I've misinterpreted the question. No offence intended.
Steve
no you are correct and I understand that you can't have, say two computers with the same ip address or else there will be a conflict. What I was confused about was why the interface needed an IP for itself. I am used to working with simple routers as well as sonicwall tz 210 where I have never had to assign an ip to an interface, I would just plug in whatever device and then assign whether or not the device would use dhcp or static on the device itself (making sure nothing will conflict of course). This is why i was confused when pfsense asked for a static ip for an interface and so I put it as the same one that the device being plugged in would have because I had no other clue.
-
You cannot assign the same IP to different PC. If your pfSense interface has 192.168.1.125 as its static IP, then the other PC must have 192.168.1.126 or whatever you like inside the subnet 192.168.1.0/24 and not already assigned.
alright so I changed the IP on the interface to 120 instead of 125. On the device I want to connect I left it assigoes with 125. When I hook up the device to the interface it still can not ping pfsense or access the Web gui. Any ideas? I'm stumped.
-
The ip adress of the interface is in fact the "router adress", the door at wich from a workstation you nock at to access the dashboard.
if you have 4 interfaces for 4 separated lans, the router dashboard must be accessible from no matter where you are.
Small d-link routers also have this setting but it's just named another way.
Zikmen
-
The ip adress of the interface is in fact the "router adress", the door at wich from a workstation you nock at to access the dashboard.
if you have 4 interfaces for 4 separated lans, the router dashboard must be accessible from no matter where you are.
Small d-link routers also have this setting but it's just named another way.
Zikmen
This is kind of confusing for me, I am very young buto I am interested in this stuff. So when I said that I could connect to pfsense or ping it, I was pinging the "router address" as you say of the LAN inet face. I tried to ping the router address/static IP of the interface my computer is connected to, which is 120 but it still did not work.
-
attach a print screen of the LAN interface config page.
also add one of the dhcp configuration page
and finally, give a print the network status on the workstation.Both the router (LAN interface) and the workstation must be under the same subnet. if you have not understood yet subnetting concepts, keep the router at default 192.168.0.1 /24 Adress and continue to use the 255.255.255.0 subnet mask on workstations.
-
So I bridged an interface with LAN and made a rule on the firewall to allow all traffic or something like that and the computer can now connect to pfsense and outside.
-
So you have things working as you want it?
-
So you have things working as you want it?
pretty much yeah! The more you mess around with this thing the more sense it makes.(ha ha pf sense). Im having a little trouble being able to access the wan ip (Web server) externally, I'm not sure what interface I need to allow the ports on (I've done 1:1 nat) but i think I can figure it out. I don't think I took the time to say thanks for you taking out your time and helping me but thank you so much! I would be stuck without you.
-
You really need to do some reading. Even though home routers (and pfSense) to a fair job of getting people up and running quickly, if you are going to do something other than DHCP/PPPoE WAN + DHCP LAN on 192.168.1.1/24 and a built-in switch you need to understand some basic concepts. This is a link to the SHORTEST paper I can find and even it seems a little light on MAC and IP addressing and subnetting.
http://www.ircbeginner.com/ircinfo/Routing_Article.pdf
-
It's important to realise that the router is not really any different to a client machine except with more network interfaces. It's easier to see that when you're using a pfSense box built out of an old PC with several NICs in it, less so when it's an all in one box that hides things from you to make it easier. ;)
Steve
-
You really need to do some reading. Even though home routers (and pfSense) to a fair job of getting people up and running quickly, if you are going to do something other than DHCP/PPPoE WAN + DHCP LAN on 192.168.1.1/24 and a built-in switch you need to understand some basic concepts. This is a link to the SHORTEST paper I can find and even it seems a little light on MAC and IP addressing and subnetting.
http://www.ircbeginner.com/ircinfo/Routing_Article.pdf
I know I do, the problem is I have little time with school and I try setting up things as quickly as possible…it sucks but I keep finding myself doing this.
-
Learning what you're doing will actually SAVE you time…