Good. I will add the DHCP stuff to the instructions.
So everything is working then I take it?
Good. I will add the DHCP stuff to the instructions.
So everything is working then I take it?
Sure is had to make those three changes (DHCP in DMZ, and the two I mentioned) and it is golden.![]()
Hello,
Any other NIC's that are compatible with Untangle 5.2? My untangle server is in a rack, I'd like to have something with an external antenna that can be mounted to the exterior of the rack for better reception.
Thanks,
Tim
I think that as long as you get a card that is based on the Atheros chipset then these instructions should work fine for you.
192.0.2.42 is the listening interface in Untangle that handles block pages/administration. In order for the wireless clients to be able to receive the block page or administer the UT server in this setup, the port has to be forwarded to that address and a packet filter rule has to be created to allow the traffic you are forwarding.
Hope that clears it up for you.
Run this
and post the output. I'm betting that the changes aren't being written there by Alpaca. I ran into this on my last install and just manually entered the info after I saved the config in Alpaca. I think it's a bug but haven't had time to look further into it.Code:cat /etc/network/interfaces
I already post the content of the file as image in my last replay
but again I will post it here:
Silver Bullet, thanks for your quick replayCode:## Fri Jun 13 18:14:11 +0300 2008 ## Auto Generated by the Untangle Net Alpaca ## If you modify this file manually, your changes ## may be overriden auto cleanup iface cleanup inet manual ## Configuration for the loopback interface auto lo iface lo inet loopback auto br.eth0 iface br.eth0 inet dhcp alpaca_bridge_ports eth2 eth0 bridge_ageing 900 alpaca_bridge_mtu 1500 auto ath0 iface ath0 inet manual pre-up wlanconfig ath0 destroy pre-up wlanconfig ath0 create wlandev wifi0 wlanmode ap post-down wlanconfig ath0 destroy pre-up iwconfig ath0 channel 11 wireless-mode master auto eth1 iface eth1 inet static address 10.196.192.200 netmask 255.255.255.0 mtu 1500 ## This will run any scripts that need to execute when the address changes. auto update iface update inet manual![]()
You are going to need to manually edit the /etc/network/interfaces file like so and then reboot the server. Once it finishes rebooting, check ifconfig to make sure that you have a br.eth1 interface and that it is assigned the 10.196.192.200 address.
replace:
with:Code:auto eth1 iface eth1 inet static address 10.196.192.200 netmask 255.255.255.0 mtu 1500
Code:auto br.eth1 iface br.eth1 inet manual alpaca_bridge_ports ath0 eth1 bridge_ageing 900 alpaca_bridge_mtu 1500 address 10.196.192.200 netmask 255.255.255.0