Re: [pfSense] More than one MAC address on one phys.ethernet interface

2012-11-06 Thread Ermal Luçi
Well create a php script like ?php pfSense_ngctl_attach(., re0); ? Execute that before running daemonology commands. But if you just want to test for one time. I cannot imagine keeping that stable without suppport in teh architecture of pfSense. On Mon, Nov 5, 2012 at 11:31 PM, David Brodski

[pfSense] More than one MAC address on one phys.ethernet interface

2012-11-05 Thread David Brodski
Hi, my ISP gives me one global IP per computer (mac address / dhcp) attached to my cable modem. When I use pfsense as firewall, I can only get one IP since it only has one wan interface. I do not know the IP addresses before, they are not static IPs. Is there a way to do that in pfsense

Re: [pfSense] More than one MAC address on one phys.ethernet interface

2012-11-05 Thread Ermal Luçi
you have to attache the interface yourself to netgraph. ngctl ether $iface -iirc After that you can continue renaming the interface etc... But you will have issues with restart of pfSense. There was never something pushing this to be implemented. On Mon, Nov 5, 2012 at 2:16 PM, David Brodski

Re: [pfSense] More than one MAC address on one phys.ethernet interface

2012-11-05 Thread David Brodski
Thank you for the replay, but I it is not working. If I try to use the commands from http://www.daemonforums.org/showpost.php?s=192d3b485d84462d3982051f5959b35ap=19494postcount=12 ngctl mkpeer . eiface hook ether - works ifconfig ngeth0 up - works

Re: [pfSense] More than one MAC address on one phys.ethernet interface

2012-11-05 Thread Chris Buechler
On Mon, Nov 5, 2012 at 2:31 PM, David Brodski da...@brodski.eu wrote: Thank you for the replay, but I it is not working. There's about 0 chance of that working without source code hacking. You'll need one NIC per IP to do that easily. I'd suggest a real, proper static IP assignment rather than

Re: [pfSense] More than one MAC address on one phys.ethernet interface

2012-11-05 Thread Michael Schuh
2012/11/6 Chris Buechler c...@pfsense.org: On Mon, Nov 5, 2012 at 2:31 PM, David Brodski da...@brodski.eu wrote: Thank you for the replay, but I it is not working. There's about 0 chance of that working without source code hacking. You'll need one NIC per IP to do that easily. I'd suggest a

Re: [pfSense] More than one MAC address on one phys.ethernet interface

2012-11-05 Thread Michael Schuh
2012/11/6 Michael Schuh michael.sc...@gmail.com: 2012/11/6 Chris Buechler c...@pfsense.org: On Mon, Nov 5, 2012 at 2:31 PM, David Brodski da...@brodski.eu wrote: Thank you for the replay, but I it is not working. There's about 0 chance of that working without source code hacking. You'll

Re: [pfSense] More than one MAC address on one phys.ethernet interface

2012-11-05 Thread Michael Schuh
2012/11/6 Michael Schuh michael.sc...@gmail.com: 2012/11/6 Michael Schuh michael.sc...@gmail.com: 2012/11/6 Chris Buechler c...@pfsense.org: On Mon, Nov 5, 2012 at 2:31 PM, David Brodski da...@brodski.eu wrote: Thank you for the replay, but I it is not working. There's about 0 chance of