|
||||||||
Mark, I believe you want to use an IP alias.? Head to the http://m0n0-ip/exec.php page and execute something like the following. /sbin/ifconfig sis0 24.240.240.12 netmask 255.255.255.255 alias The alias keyword is appended to specify an additional ip address. The address specified in this command is the planned "alias" address. The netmask is set to 255.255.255.255 if the alias IP address is on the same subnet as the primary IP address for the interface. If it's not, just use the regular netmask you would use for that subnet. I attempted this on my m0n0 box and was successful in setting up an alias. This will, of course, need to be preformed upon every reboot, or you could edit the image to reflect you wanted change. Oh....and I'm sure this feature will eventually be added. M0n0wall seems to be gathering steam daily. Hope this helps, --Michael /* * generic homepage * http://students.dsu.edu/iedemam/ * */ > -----Original Message----- > From: mark wolfe [mailto:markw at wolfenet dot org] > Sent: Tuesday, June 24, 2003 1:07 AM > To: m0n0wall at lists dot m0n0 dot ch > Subject: [m0n0wall] Multiple WAN ip addresses > > > I've got a couple addresses that I'd like to NAT to boxes on the DMZ > interface. However, it looks like you can only assign 1 > address to the > WAN interface at this time. Is there a workaround for this, or a > planned "feature" for a future release? > > > Thanks! > > > -- > Mark Wolfe http://www.wolfenet.org > gpg fingerprint = 42B6 EFEB 5414 AA18 01B7 64AC EF46 F7E6 82F6 8C71 > I _am_ pragmatic. That which works, works, and theory can go screw > itself. > - Linus Torvalds > |