[SOLVED] PPPoE + Static address on the same interface
-
Hi,
I
m using pfSense 1.2 with 2 channels - WAN (PPPoE) and optional (static). Everything works very good (including load balancing, port forwarding, firewall, etc) but i have one minor problem. ADSL modem is configured in Bridge mode, with PPPoE client on pfSense side. Problem is that in this mode i
m not able to access modem interface (e.g. to gather DSL statistic). If im adding interface alias in shell (like "ifconfig sk1 alias inet 192.168.3.2 netmask 255.255.255.0") then i
m able to access modem from the router (but not from lan). If i`m trying to setup routing to WAN for this net - then all packets are going to the ng0 (PPPoE) interface, but not to the sk1 (WAN). Is it possible to make modem available from the network? LAN uses different net (192.168.2.0/24) so this should not be a problem. Only problem is to add working route to ethernet interface, and not to ng0. I tried to play with virtual servers, without any success. -
http://doc.pfsense.org/index.php/How_can_i_access_my_PPPoE_Modem_on_WAN
-
Than you very much, it works
http://doc.pfsense.org/index.php/How_can_i_access_my_PPPoE_Modem_on_WAN
-
Hi all,
I am having a problem with the above solution.
I have the same situation, modem in bridge mode on the wan side of my pfsense box using pppoe.
The difference is I'm using 1.2.3 release embedded.
In order to install the redir package I have remount the filesystem as RW.[1.2.3-RELEASE] [admin@fire.box]/root(9): /etc/rc.conf_mount_rw [1.2.3-RELEASE] [admin@fire.box]/root(10): pkg_add -r redir Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-7.2-release/Latest/redir.tbz... Done. [1.2.3-RELEASE] [admin@fire.box]/root(11): ifconfig fxp6 192.168.0.2/24 [1.2.3-RELEASE] [admin@fire.box]/root(12): redir --lport 8989 --cport 80 --caddr 192.168.0.1 & [1] 38102 [1.2.3-RELEASE] [admin@fire.box]/root(13): /etc/rc.conf_mount_ro [1.2.3-RELEASE] [admin@fire.box]/root(14):
However no joy. Any suggestions?
Steve -
Must have been a typo on my part because now it seems to be working just fine! ::)
Steve