|
||||||||||
Question 1 - Let me confirm this.... Your m0n0wall box has two NICs, a WAN and a LAN. The WAN plugs into a bridging DSL modem with its own IP. LAN 192.168.1.1 WAN set by DHCP Modem 10.0.0.38 You need to tell m0n0wall that the IP subnet of your DSL modem is out the WAN port, so you need to add a static route for 10.0.0.0/24 out WAN. This is not possible in version 1.1x GUI so you will have to either run a 1.2 beta, or use a shell command from http://m0n0wall/exec.php Something like "route add -net 10.0.0.0/24 -dev sis0" Or whichever NIC your WAN port is set to. Question 2 - No idea... IPs are rare here in New Zealand, we pay $400/mo for one, getting more is even more expensive. -----Original Message----- From: Jeroen Visser [mailto:monowall at forty dash two dot nl] Sent: Thursday, 17 March 2005 11:27 a.m. To: m0n0wall at lists dot m0n0 dot ch Subject: [m0n0wall] IP Aliases on WAN Interface + Routing Issue 1: Is it possible to configure an alias on my WAN interface ? My WAN interface gets an IP from the ISP via DHCP. (Bridging ADSL modem). But I want to be able to connect to my ADSL modem HTTP interface. The old situation was that I configured my WAN interface (with shell and stuph) to have an additional IP address. A private one. Heres the idea. ADSL modem uses IP 192.168.1.1 for the HTTP interface on the Ethernet side of my modem. WAN port on my old firewal got a public address from the ISP and a predefined alias with the address 192.168.1.2. That way I can connect from my private network behind the LAN interface (range 10.0.30.0/24) to 192.168.1.1 with a browser. Sofar I've not found this in m0n0wall. Maybe there's a config hack ? |