Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login
    1. Home
    2. Tags
    3. wan
    Log in to post
    • All categories
    • M

      Pfsense ipv6 configuration issue on LAN

      Watching Ignoring Scheduled Pinned Locked Moved IPv6 pfsense ipv6 wan lan scope
      4
      0 Votes
      4 Posts
      996 Views
      DerelictD

      I suggest you post exactly what the ISP provided to you regarding how they provisioned IPv6 to you.

    • A

      [URGENTE] Problema de perda de comunicação com o Gateway (WAN)

      Watching Ignoring Scheduled Pinned Locked Moved Portuguese gateway offline gateway help wan ipv4
      6
      0 Votes
      6 Posts
      2k Views
      M

      Olha, olhando o problema superficialmente, com as informações que você passou, já levando em consideração que você verificou cabos e etc, digo que sim o problema pode ser na placa de rede.

      Não é normal ter problema de conectividade entre o pfsense e o modem, é um cabo, não é pra perder ping nem muito menos perder o MAC da tabela.

    • H

      static route works for about 10 mins only

      Watching Ignoring Scheduled Pinned Locked Moved Routing and Multi WAN static ip wan routing
      2
      0 Votes
      2 Posts
      609 Views
      H

      I realized that I do not need to add 192.168.0.x since my WAN interface is 192.168.0.1 and /32 was incorrect too. I have removed that. I can see the route in the table but still the ping to google.com or 8.8.8.8 or 192.168.0.1 from a VM(192.168.1.100) connected to pfsense is very random. how can I troubleshoot that?

      edit: do I have to reboot each time I save anything? that seems to do the trick

    • R

      WAN SPEED SLOW

      Watching Ignoring Scheduled Pinned Locked Moved General pfSense Questions speedtest wan
      3
      0 Votes
      3 Posts
      732 Views
      provelsP

      Or maybe he thought he was helping things by hard setting the speed and duplex where not supported? Auto-neg is my friend...

    • D

      Failover via wifi backbone for numerous sites

      Watching Ignoring Scheduled Pinned Locked Moved Routing and Multi WAN wifi wan failover routing multi-wan
      1
      0 Votes
      1 Posts
      509 Views
      No one has replied
    • C

      [SOLVED] WAN Static IP with Virtual IPS

      Watching Ignoring Scheduled Pinned Locked Moved General pfSense Questions wan virtualip static ip
      6
      0 Votes
      6 Posts
      1k Views
      stephenw10S

      With IPAliases you can usually use either /32 or the correct subnet size. The important thing is you have at least one IP defined on the interface with the correct subnet in order to add the correct routing.

      https://docs.netgate.com/pfsense/en/latest/firewall/virtual-ip-address-feature-comparison.html#ip-alias

      Steve

    • A

      Loose WAN when rebooting or power cycle.

      Watching Ignoring Scheduled Pinned Locked Moved DHCP and DNS wan
      7
      0 Votes
      7 Posts
      815 Views
      A

      I will give that a try over the next day and see how I make out.

      Thanks!

    • M

      PPPoE randomly disconnecting

      Watching Ignoring Scheduled Pinned Locked Moved General pfSense Questions ipv6 ppoe telekom wan dhcp6
      2
      0 Votes
      2 Posts
      1k Views
      M

      This seems connected to this issue
      https://forum.netgate.com/topic/114786/pppoe-disconnects-requiring-reboot/2

    • E

      Multi WAN firewall

      Watching Ignoring Scheduled Pinned Locked Moved Routing and Multi WAN wan failover
      5
      0 Votes
      5 Posts
      874 Views
      E

      Got it all up and running thanks! Eddie

    • J

      No inbound traffic coming into my WAN

      Watching Ignoring Scheduled Pinned Locked Moved Firewalling firewall wan internet ipfw installation
      5
      0 Votes
      5 Posts
      2k Views
      johnpozJ

      @juelmk said in No inbound traffic coming into my WAN:

      When I set my WAN interface to get dhcp address from the modem it get 0.0.0.0

      Well then how would it work?

      You sure your own the pfsense wan interface plugged into your router? You sure the cable is good?

      When pfsense does get an IP you need to make sure that your wan and lan of pfsense do not overlap - ie they can not be the same network 192.168.0/24 for example

    • S

      Forwarding and ping from WAN dont work. (SOLVED)

      Watching Ignoring Scheduled Pinned Locked Moved NAT forwarding port nat ping wan
      27
      0 Votes
      27 Posts
      9k Views
      johnpozJ

      Nat reflection is ALWAYS the worse option to choose.. I don't understand why anyone would ever want to nat reflect..

      if host.domain.tld is on the same network next to you - then why would you not just resolve host.domain.tld to that IP.. Why would you ever want to go to the public IP to be reflected back in??

      As to forwarding port X to port Y.. That is always a work around in itself to all to go to the same service with the limitation of napt and only 1 public IP, etc.

      If you want to go to host.domain.tld:port then go there where host.domain.tld resolves to the local IP and not the public ip..