Building my own router.
-
Both those should work fine.
But the Atheros NIC will probably work. What does it look like in the
pciconf -lv
output? It will be there and show the PCI IDs even if no driver is attached. -
@Master-Henry said in Building my own router.:
When I set it up, there was em0 and ac1?
also, ac1 doesn't sound right. Maybe alc0?
https://man.freebsd.org/cgi/man.cgi?apropos=1&manpath=freebsd-release-ports&query=Atheros
Should be something here, might be a simple typo on your initial setup.
The pciconf -lv output steve is asking for will definitely help him steer you in the right direction.
-
@Master-Henry It occurs to me that you're trying to do this on the console screen of this machine and text might be flying off the screen faster than your can read. Try this.
pciconf -lv | less
This will let you scroll through the output until you find the bit you want. Press q when finished to get back to the command prompt.
-
Hey Guys, so em0 is Intel I217-V LPT and alc0 is Atheros Ar8161 PCIe Gigabit. So Atheros works but not Intel. I switched both the Onboard ethernet ports to use WAN. Only Atheros is recognizing link. Intel keeps saying DOWN. Maybe I got a busted port?
-
Great so both NICs are detected and have drivers attached.
How are you testing?
Try running:
ifconfig em0
That will report the link state and settings.
-
Stephen,
WAN -> em0 -> ipaddress
I have a ethernet cable connected to my PC and still nothing. Nothing LAN.
-
Ok so the LAN is not assigned?
First thing to do is assign alc0 as LAN from the console menu, option 1.
-
So I assigned LAN as alc0 and went ahead and assign IP address for LAN. Same IP address but I can't log into pfsense?
-
What IP address and subnet did you use? It must be different to whatever you have on the WAN otherwise there would be a conflict.
Does it show a link on alc0?
What does this show:
ifconfig alc0
-
Both LAN and WAN has the same ip address.
-
Ok well that is a conflict and is invalid.
The WAN and LAN must have different subnets and hence different IP addresses.
For example:
WAN (wan) -> ix3 -> v4/DHCP4: 172.21.16.85/24 LAN (lan) -> igc0 -> v4: 192.168.92.1/24
-
@Master-Henry Are you trying to setup the pfsense behind your current router so you can have internet while you're setting this up initially?
-
Hey guys, so every time you ask me to check. I unplug both my WAN and PC ethernet port cable from my router and plug in both back and forth with the pfsense router. So right now, if you ask me to plug it back in again. I am going to have my internet cable WAN plugged in, the 2nd cable plug into my switch and I will have my PC plug into my 2nd port of my switch.
As of now, I only have an IP address of WAN.
-
What do you actually see on the console?
-
Just my WAN. Both Interfaces are assigned and working. But there is no IP address for LAN.
Following on what you guys say from now on and not going ahead.
What should I try and do?
-
Then assign an IP address on LAN using menu option 2. Enable the DHCP server when it asks you to do so.
Can we see a screenshot of what you see on the console?
-
Use a external wireless access point just use the router for pfSense software and its RJ45 ports
-
Hey guys, so I assigned an IP address for the LAN. I really don't know what is going on. I can't get into pfsense. I did assigned with and without using the switch. It said the IP address is unreachable. I don't know what I am doing wrong.
-
Can we please get a picture of your console? We are just guessing without it.
-