Recommended Posts

Hello Everyone,

I have managed to install pfSense onto an old computer with 2 nic's i can access the web gui and it says that both the nic's are up and sending data.

However i am unable to get access to the internet and i am sure there must be something i haven't done or done wrong. Is anyone able to guide me or show me what i might have missed.

I am not sure where it says what subnet i should be using or how to sucessfully configure the DHCP..

Cheers

Rich

Link to comment
https://www.neowin.net/forum/topic/982090-pfsense-installed-but-no-internet/
Share on other sites

I can hit the gui 192.168.33.1 which takes me to the control panel but if i setup the network settings on the computer to use 192.168.33.1 as the gateway instead of my old modem i get no internet which makes me think i have done something wrong.

Maybe someone with pfSense installed could post some screenshots?

Rich

^ what??

If you can access the web interface then clearly your on the lan network.

"I am not sure where it says what subnet i should be using or how to sucessfully configure the DHCP.."

What?? Post a screenshot of your dashboard or interfaces screen

Been running pfsense for years now, currently using 2.0 rc1 and setup the ipv6 development stuff from 2.1, etc.

So lets see the output of your status interfaces screen so we can see what we are working with - feel free to block out the last couple of octets of your wan side.. But need to see that your on public IP on wan, and private on lan, etc.

post-14624-0-29106400-1299953848.jpg

ok so here is output of dhcp server.. this means that it will hand out IPs between 192.168.1.200 to 239, it will also tell clients to use itself 192.168.1.253 as the dns server, and that local domain is called local.lan

post-14624-0-63744700-1299953547.jpg

What questions do you have exactly?

Budman please forgive me i am trying to learn and i read the documentation i just can't get it to work and some of it is admittedly over my head that is why i came here.

Yes the server is on the lan network as i can access it BUT i can't access the internet when passing traffic through it.

The WAN stuff looks not right to me but i am sure you will be able to tell me what i have done wrong.

pfsense.png

Well no **** that will never work, you have the same exact network on both the wan and the lan.

Your clearly behind a NAT device with that 192.168.33 (Private) network on the wan side.

What is your pfsense box connected to?

why did you set a /25 bit mask on your lan side??? Where did you get the idea to use 192.168.33 on your lan network??

Lan card? And you don't have a modem you have a NAT router, I don't care if they call it a modem or not?? Its doing NAT!! you got a private IP.

What is the model number of the device your psfsense box is plugged into?

And where did you plug the lan side into?? Into the same "modems" lan ports?

goes like this

internet - modem -- <wan> pfsense <lan> -- switch - PCS

You can work with a double nat (private on the wan side of your pfsense) but I highly suggest against it..

but you could do something like this for double nat

pfsense wan = dhcp

192.168.33.?/24

gateway 192.168.1.254 <-- your "modems" IP

lan static

192.168.2.1

netmask 255.255.255.0, 24 bits

dhcp server on pfsense

192.168.2.100 - 200

dns 192.168.2.1 or opendns, whatever

Pfsense is designed to be the NAT router/firewall of your network you do not need another device in front of it doing NAT.. you just need a modem connecting you to the internet, if you have what they are calling a DSL modem, clearly its really a gateway since you getting a private IP on your wan side of your pfsense. You would want to put the device into bridge mode. -- What is the make and model number of what your calling your modem and we can look to see if supports bridge mode, ie it will not longer do nat, and your pfsense box will get a PUBLIC IP on its wan interface.

edti: btw if going to run double nat mode like that, which I do not suggest, then on your "modem" your going to want to put your pfsense boxes wan IP into the DMZ of your "modem".. So want to set it to static or set reservation on your "modem" so it always gives pfsense same IP address on the 192.168.33 network.

How freaking hard is to post the make and model of the "modem"???? Example I use a Motorola SB6120

Model Name: SB6120

Vendor Name: Motorola

Firmware Name: SB612X-1.0.3.3-SCM00-NOSH

Boot Version: PSPU-Boot 1.0.0.4m1

Hardware Version: 1.0

Serial Number: 1869019126052260<snipped>

Firmware Build Time: Aug 12 2010 13:58:19

Did you power cycle your "modem" before connecting a new device?

Its impossible to help you without knowing what device you plugging into.

Are you DSL - Its less likely to see cable users with a gateway, so I would assume DSL. If so do you have to use PPPoE??

Okay okay sorry.

Netgear DG834G

Firmware V3.01.38

Network Type PPPoA

Did you power cycle your "modem" before connecting a new device?

No, i have never done this before so didn't know it was required now.

Are you DSL - Its less likely to see cable users with a gateway, so I would assume DSL. If so do you have to use PPPoE??

ADSL using PPPoA

Well with PPPoA, I will have to look if that device supports half bridge mode - cuz I dont believe pfsense supports PPPoA.

Half bridge means you use the gateway device to login, etc. but it puts the public IP on the device behind it. Let me take a look at the manual.

if not you can use the double nat mode I already went over.

btw what version of that router - I see up to v5, with that firmware version guess OLD v1?

From a quick look does not seem to support half bridge.. found this article about doing it with different firmware on the device

http://mybroadband.co.za/vb/archive/index.php/t-139095.html

But if you have to ask about dhcp, and did not know why pfsense was not working - I would HIGHLY suggest you not do anything of the sort.

Your best bet would be to just run in double nat mode.. So put your "modem" how it it was before - setup static IP on pfsense wan to be in that 192.168.33 network. Put that IP into the DMZ of your netgear router.. And then setup lan side of pfsense to be like 192.168.2.0/24

if your connection is PPPoA, you can not just switch over to PPPoE.

Yeah I would agree this is over your head if you do not even understand basic networking, ie what dhcp is, what a subnet is, etc. What a Private IP is, etc.

if your connection is PPPoA, you can not just switch over to PPPoE.

Yeah I would agree this is over your head if you do not even understand basic networking, ie what dhcp is, what a subnet is, etc. What a Private IP is, etc.

I know what a DHCP is and a Subnet just never done much with NAT or anything simillar.

I want to broaden my knowledge on this kind of thing...

"I know what a DHCP is and a Subnet just never done much with NAT or anything simillar."

Thats not what this statement says to me

"I am not sure where it says what subnet i should be using or how to sucessfully configure the DHCP.."

But you can still use pfsense in a double nat setup.. Like I said just put its wan IP into the dmz of your netgear and setup a lan side network that is different than your wan network and your good to do. Not best option and you might run into some issues with double nat.. But those are rare - it should work just fine.

As to not done much with NAT?? WTF you think you have been using since you've been connected to your netgear router.. 192.168.33 is a private network, ie a NAT ;)

Hey Budman,

Just wanted to let you know i persisted with the problems i was having with my inability to understand basic networking and finally got my pfSense box up and running after lots of reading etc.

I changed the DG834G router into modem only mode which makes it into a modem only device (i think this is called a bridge) so it won't handle any of the authentication etc.

I then went into pfSense and setup the WAN interface on PPPoE and filled in my username and password for the internet - and submitted the changes, looking on the interface status it has now connected to the ISP got my public IP and also pulled the gateway and DNS servers. :woot:

update2.png

One problem i did come across tho was pfSense seemed to 'cache' my gateway instead of pulling it from the modem so i had to reset the pfSense box back to basics and start again but after that everything is now working and seems to be lots faster than a standard router.

I just need to have a go at getting a web blocking application setup and the ability to block websites based on IP or MAC.

Thanks for all your help and being patient with me

Rich

Thought you said you were using PPPoA? But great you got it working.. Yup that is a public IP on your wan side!

If you want to do content filtering just install the squid and squidguard packages - personally don't use them, but tested them on 2.0 and working.

Yeah you'll notice net is prob a lit faster with a real router vs that little box with like 200mhz cpu and 4MB of ram to work with ;)

HAVE FUN!!!

I've been playing with the ipv6 development code lately - its a little buggy still but everything seems to be working other than having some issues the the RRD graphs, etc.

post-14624-0-58722700-1300138428.jpg

Tell you what you will never go back to a simple soho router now that you have a taste of a full featured router/firewall with some horsepower to play with ;)

edit: if me I would get away from all those isp dns, and just run your own caching recursive server - install the unbound package, and you can even do dnssec -- get borat giving you a thumbs up.

http://test.dnssec-or-not.org/

I didn't mean to feel like a 'tool' on the weekend i just really want to try and get my head into some of this networking lark and thought this would be a cool way of jumping right in there.

"Thought you said you were using PPPoA? But great you got it working.. Yup that is a public IP on your wan side!"

Yea i am using PPPoA but i sent a email to the ISP and they said they are using pfSense with PPPoE on the network and it works great, so i gave it a shot and here i am.

"If you want to do content filtering just install the squid and squidguard packages - personally don't use them, but tested them on 2.0 and working."

Thanks :) That is my next task to get Squid up and running, need to sort out some content filtering for the Kids :devil:

I hope never to go back, i am going to get the pfSense book later in the month so i can have a proper read at what this thing can do.

Once again thanks :D

Rich

Yeah if your looking to filtering the kids, the squidguard is great and install the reporting package "lightsquid" and you can get full reports of what they are doing... You can prob even log their IM messages with imspector ;)

Looks like the imspector is only on 1.2.3 release - you running 1.2.3 or 2.0? I didn't catch it from any of the screen shots, etc.

The squidguard is fine even though says it beta, your really going to want that if you want to filter by categories - you can grab blacklist and then then just pick categories, etc. If you run into issues just let me know, I don't run it since my kids are now 24 and 22 and no longer even at home ;)

But I have played with them, and pretty simple to get running - there was a thread a while back about blocking bbc.co.uk I threw it on to show how easy it is with the right tools - took like 10 min tops to get it all up and running and filtering on specific urls, they wanted to block /news or something but not the main url sort of thing.

Once you feel comfortable with the product in general, 2.0 is stable enough for production use so you might want to move up to that sometime - even before it hits final release.

The squidguard is fine even though says it beta, your really going to want that if you want to filter by categories - you can grab blacklist and then then just pick categories, etc. If you run into issues just let me know, I don't run it since my kids are now 24 and 22 and no longer even at home ;)

But I have played with them, and pretty simple to get running - there was a thread a while back about blocking bbc.co.uk I threw it on to show how easy it is with the right tools - took like 10 min tops to get it all up and running and filtering on specific urls, they wanted to block /news or something but not the main url sort of thing.

Once you feel comfortable with the product in general, 2.0 is stable enough for production use so you might want to move up to that sometime - even before it hits final release.

I have installed Squid Squidquard tinysquid just need to configure them and get them up and running.

Will see if i can dig out that link tomorrow and find out how you blocked the BBC :) could be a good starting point.

Yea might give 2.0 a go once i have had a go with this for a while :)

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Endless Wars  Endless Shrimp!!! 🦐    
    • How can it beat a Steam machine without a serious GPU? The two CU iGPU only provides about 5fps in gaming. That's not going to make any gamer happy.
    • Anthropic introduces Claude Tag, a new AI teammate for Slack by Fiza Ali Anthropic has announced Claude Tag, a new feature that lets teams work with Claude directly inside Slack. The idea is simple: once Claude is added to a Slack workspace and given access to selected channels, users can tag @Claude in conversations and assign tasks. Claude can then work through those requests using connected tools and data sources before posting its results back into a Slack thread. What makes Claude Tag different from a typical chatbot is that it's designed to operate as a shared assistant for an entire team rather than a single user. Everyone in a channel interacts with the same Claude instance. This allows the team members to see ongoing work and continue tasks started by others. Furthermore, Anthropic says the AI can build context over time by following conversations in channels where it has permission to operate. This means users don't have to repeatedly provide the same background information for every request. The system is also designed for asynchronous work. Instead of waiting for responses in a chat window, users can assign a task to Claude and return later once the work is complete. Anthropic says Claude can break larger requests into multiple steps and use connected tools to complete them. Moreover, the system can also schedule follow-up tasks and continue working on projects over extended periods. Another feature allows Claude to keep the users updated and follow up on unresolved tasks when its optional "ambient" mode is enabled. The company says the tool is already being used internally for software development, data analysis, support workflows, and debugging. According to Anthropic, around 65% of its product team's code is now generated through its internal version of Claude Tag. For organisations concerned about security, administrators can control which channels, tools, and data sources Claude can access. Separate Claude instances can also be configured for different departments, helping keep information isolated between teams. Administrators can also monitor activity logs, review completed tasks, and set spending limits at both the organisation and channel level. Claude Tag is now available in beta for Claude Enterprise and Claude Team customers and runs on Claude Opus 4.8 that was announced this May. The feature will also replace Anthropic's existing Claude in Slack application, with current users able to migrate within a 30-day migration window. Lastly, eligible customers will receive introductory credits to help teams evaluate the new experience.
    • Beats Studio Pro wireless over-ear ANC headphones drop to their lowest price yet by Fiza Ali Amazon is currently offering the Beats Studio Pro headphones at their all-time low price. The Studio Pro use 40mm active drivers which are designed to improve clarity and reduce distortion compared to previous models, with up to an 80% improvement over the Beats Studio3 Wireless. A built-in digital processor adjusts frequency response to keep the sound balanced rather than overly boosted in any one area. They also include Active Noise Cancelling that adapts to your surroundings to reduce background noise along with a Transparency mode that lets outside sound in when you need awareness of what’s going on around you. Furthermore, the headphones support personalised Spatial Audio with dynamic head tracking as well as Dolby Atmos playback on supported content. Moreover, built-in voice-targeting microphones improve call quality. You can also switch between three sound profiles including Beats Signature for balanced music playback, Entertainment for films and gaming, and Conversation for clearer voice in calls and podcasts. Physically, they are designed to be worn for long periods without feeling heavy or awkward. The ear cushions use UltraPlush engineered leather while metal sliders allow you to adjust the fit. On the connectivity side, the Studio Pro use Class 1 Bluetooth for a stable, long-range wireless connection. There is also a 3.5mm input if you want to plug in directly, including use with in-flight entertainment systems. Controls are located on the headphones and include a "b" button for music and call control, a volume rocker, and a multifunction button used for switching listening modes, EQ settings, power, and pairing. In addition, the headphones offer integration with both Apple and Android devices. On Apple devices, they support one-touch pairing with iCloud-linked devices, hands-free Siri access, Find My tracking based on last connected location, and automatic software updates. On Android devices, they support Google Fast Pair, Audio Switch between compatible devices, and Google Find My Device tracking, with additional features available through the Beats app. When it comes to the battery performance, it is rated at up to 40 hours of listening time with ANC turned off, and up to 24 hours with ANC or Transparency mode enabled. A 10-minute Fast Fuel charge should provide up to 4 hours of playback. Finally, the headphones use a rechargeable lithium-ion battery and charge via USB-C. Beats Studio Pro Wireless Over-Ear ANC Headphones: $149.95 (Amazon US) Good to know This Amazon deal is U.S. specific, and not available in other regions unless specified. We only use first-party seller links (at the time of article publishing); ensure that you purchase from a first-party seller link only. Check out Today's Deals on Amazon | or our recent tech deals. Become a Prime member (for Students or SNAP) via Neowin Get Prime Access - Prime for half price (for qualifying Medicaid, EBT, SNAP) Subscribe to Prime Video, Audible Plus, Music Unlimited or Kindle Unlimited via Neowin As an Amazon Associate, we earn from qualifying purchases.
    • "lets you pause updates by choosing an end date, for up to 35 days" Wasn't it "indefinitely"?
  • Recent Achievements

    • Rookie
      DaviKar went up a rank
      Rookie
    • Dedicated
      HidekoYamamoto94 earned a badge
      Dedicated
    • One Month Later
      timbobit earned a badge
      One Month Later
    • One Month Later
      nates earned a badge
      One Month Later
    • Week One Done
      Almohandis earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      462
    2. 2
      +Edouard
      161
    3. 3
      PsYcHoKiLLa
      110
    4. 4
      Michael Scrip
      81
    5. 5
      Steven P.
      69
  • Tell a friend

    Love Neowin? Tell a friend!