|
||||||||
From: "Martin, R. (Robin) (NCCC)" <RobinM at Nedbank dot co dot za> To start, this is more of a list question that a dev question. >I wish to use utTracestar, a Windows-based tool to check signal strength on > a wireless UTD. > While this tool works fine when connected to a workstation, it is more > tricky to setup if using a firewall. I just spent half an hour trying to figure out what it is, and how it works. I failed. We will need a lot more information and what you are needing here. However, on thing I noticed was your comment about SSH. There is an exec.php that has a limited command line. There are also some custom images with SSH. However, we do not use rc files... > Static IP addresses are not an option as we run DHCP and PPPoE > (i.e. IP is assigned by the ISP on connection) > Under IPcop firewall, a way exists to specify the IP address of the WAN > NIC. > I would like to know if it is possible to do this under M0n0wall. Yes but... How do you do both a static and DHCP? > IPcop instructions are as follows :- > Edit /etc/rc.red > Find these lines (search for 1.1.1.1) > Change to (1.1.1.1 ->192.168.250.1 in one location) > Code: > #system ("/sbin/ifconfig", $netsettings{'RED_DEV'}, "1.1.1.1", > system ("/sbin/ifconfig", $netsettings{'RED_DEV'}, "192.168.250.1", > #"netmask", "255.255.255.0", "broadcast", "1.1.1.255", "up"); > "netmask", "255.255.255.0", "broadcast", "192.168.250.255", "up") > More info here :- http://www.uttracestar.co.za/feedback.php > Any ideas would be appreciated. A lot more information is needed here. Lee |