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

Unable to access one UTM from another.

I have UTM9 set up at my office, and now at my home. Mostly everything seems to be working OK, but I have a strange issue. First, I don't have any VPN's set up between the two sites.
If I try to access a web camera, or even the UTM9 management interface, located at my office, from my home network, it either fails, or sometimes works sporadically. If I access the office from my tablet with a cell connection, it works fine.

A few notes and weird symptoms that may or may not be relevant:
1) I just installed UTM9 at home. Everything pretty much seems to work, but I'm not 100% confident yet.
2) When I ran a test from Speedtest.net, Ping was usually extremely high, around 300ms, normally under 20ms.
3) I'm running UTM9 at home under ESXi 5 on an old Poweredge 1950. It's currently the only VM on the hardware, and the VM has 2GB RAM. There doesn't seem to be any swapping going on, and RAM is around 30% used.
4) Setting up Full NAT, so I could access local webservers and cameras locally, failed. I played with the settings, and found changing one parameter in the Full NAT config allowed it to work. This is likely a separate issue I'll ask about in another thread.
5) On my tablet, when I have Internet access, the Wifi icon turns blue. When it connects to the home network, it stays gray, even though I seem to have Internet access.


Any ideas?


This thread was automatically locked due to age.
Parents
  • I disabled Intrusion Prevention

    Ahhh...  However, we also need to worry about any Anti-DoS Flooding activity that might be reported in that log file.

    figure out all the outgoing ports I need

    I usually start with two allow rules, one for "Wellknown Ports" (1:65535->1:1023) and another for "Higher Ports" (1:65535->1024:65535) and turn on the logging flags for awhile.  Then you can search the logfile for "accepted" to find which ports are used regularly.

    Rules with logging off:
    Put the Allow rule for DNS at the top.  Next would be the rules for gaming/real-time ports.  After that, uou might want a rule (or rules) for a bunch of regularly-used services.  For us, this is stuff like CIFS, Email Messaging, NETBIOS, NTP, SSH, Telnet, VNC, Web Surfing and WHOIS.

    You can do another search on "accepted" to see if you missed anything, and then disable logging until you're ready to work on the project again.  Eventually, you can turn off the general allow-all rules.  Your mileage may vary...

    Cheers - Bob
Reply
  • I disabled Intrusion Prevention

    Ahhh...  However, we also need to worry about any Anti-DoS Flooding activity that might be reported in that log file.

    figure out all the outgoing ports I need

    I usually start with two allow rules, one for "Wellknown Ports" (1:65535->1:1023) and another for "Higher Ports" (1:65535->1024:65535) and turn on the logging flags for awhile.  Then you can search the logfile for "accepted" to find which ports are used regularly.

    Rules with logging off:
    Put the Allow rule for DNS at the top.  Next would be the rules for gaming/real-time ports.  After that, uou might want a rule (or rules) for a bunch of regularly-used services.  For us, this is stuff like CIFS, Email Messaging, NETBIOS, NTP, SSH, Telnet, VNC, Web Surfing and WHOIS.

    You can do another search on "accepted" to see if you missed anything, and then disable logging until you're ready to work on the project again.  Eventually, you can turn off the general allow-all rules.  Your mileage may vary...

    Cheers - Bob
Children
No Data