This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Problem With Interfaces

Hi All,

I Faced stranger problem ,, after install sophos utm home edition, i have 2 nic ( external,internal) after installation i got msg All Configuration Done web admin https://192.168.2.30:4444    until now every thing is ok 

when i go to web admin address to configure sophos and configure every web Filtering working with no problems

when i try to restart sophos from web admin page  after restarting i faced problem sophos change internal interface to external i mean 

i got msg  All Configuration Is done with webadmin go to https://192.168.1.254:444   :S :S :S  

192.168.1.254  is external interface IP ! Any Help Please


Sorry for my bad english


This thread was automatically locked due to age.
Parents
  • I don't understand how theses get switched.  Try adding 192.168.41.0/24 to 'Allowed networks' in WebAdmin.  You can do that at the command line with

    iptables -I INPUT -j ACCEPT --source 192.18.41.0/24 -p tcp --dport 4444


    I don't think that survives a reboot though.

    Cheers - Bob
Reply
  • I don't understand how theses get switched.  Try adding 192.168.41.0/24 to 'Allowed networks' in WebAdmin.  You can do that at the command line with

    iptables -I INPUT -j ACCEPT --source 192.18.41.0/24 -p tcp --dport 4444


    I don't think that survives a reboot though.

    Cheers - Bob
Children
No Data