Thanks for the tip :-) I will try this.
Seems like a first need to fix the DynDNS settings with the fritzbox and OPNsense...
Seems like a first need to fix the DynDNS settings with the fritzbox and OPNsense...
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote#0 {main}
thrown in /usr/local/bin/telegraf_pfifgw.php on line 13
[17-Mar-2024 10:34:40 Europe/Berlin] PHP Fatal error: Uncaught Error: Call to undefined function get_interfaces_info() in /usr/local/bin/telegraf_pfifgw.php:13
#!/usr/local/bin/php-cgi -f
<?phprequire_once("config.inc");require_once("interfaces.inc");require_once("plugins.inc.d/dpinger.inc");require_once("util.inc");# Added function get_interface_info. Function was removed from interface.in in OPNsense version 24.1function get_interfaces_info($include_unlinked = false){ global $config; $all_intf_details = legacy_interfaces_details(); $all_intf_stats = legacy_interface_stats(); $gateways = new \OPNsense\Routing\Gateways(); $ifup = legacy_interface_listget('up'); $result = []; $interfaces = legacy_config_get_interfaces(['virtual' => false]); $known_interfaces = []; foreach (array_keys($interfaces) as $ifdescr) { $interfaces[$ifdescr]['if'] = get_real_interface($ifdescr); if (!empty($interfaces[$ifdescr]['if'])) { $known_interfaces[] = $interfaces[$ifdescr]['if']; } $interfaces[$ifdescr]['ifv6'] = get_real_interface($ifdescr, 'inet6'); if (!empty($interfaces[$ifdescr]['ifv6'])) { $known_interfaces[] = $interfaces[$ifdescr]['ifv6'];
QuoteNote: As the uppermost rules do allow traffic to DMZ IP that does not mean they allow traffic to any other OpnSense IP.After that info I created a rule: DMZ net + port any -> OPNsense_IP + port 53
QuoteNote: As the uppermost rules do allow traffic to DMZ IP that does not mean they allow traffic to any other OpnSense IP.Hmmm... okay this is new to me as it was never mentioned in any tutorial. I thought this is a basic setting ???
Quote
dig www.google.com
;; communications error to 192.168.1.1#53: timed out
;; communications error to 192.168.1.1#53: timed out
;; communications error to 192.168.1.1#53: timed out
; <<>> DiG 9.18.12-0ubuntu0.22.04.1-Ubuntu <<>> www.google.com
;; global options: +cmd
;; no servers could be reached
Quote from: CJ on July 26, 2023, 11:21:26 PMYeah that sounds like me :-D trying to much stuff in the same time..... if I have some.... ::)Quote from: Patrick M. Hausen on July 26, 2023, 11:18:34 PM
DCC is a file transfer mechanism on top of IRC that needs a direct data channel between both parties similar to FTP. Difficult behind NAT devices and firewalls. The OP probably needs to port-forward a certain range from their external address to their PC. I don't know if DCC for multiple devices behind a NAT is possible at all. These are protocols from the stone age of the Internet. BTDT.
That's what I remember from the top of my head. More detailled help would require more research on my part, so for now I'm just bouncing these hints back to you. ;)
Yeah, I haven't dealt with DCC before. I'm just trying to understand what they currently have configured, what is and isn't working, etc. People love to twiddle 15 different knobs and only tell you about one.
Quote from: Patrick M. Hausen on July 26, 2023, 11:18:34 PMThat's what I thought. It is quite old but at the same time it is quite fast.
DCC is a file transfer mechanism on top of IRC that needs a direct data channel between both parties similar to FTP. Difficult behind NAT devices and firewalls. The OP probably needs to port-forward a certain range from their external address to their PC. I don't know if DCC for multiple devices behind a NAT is possible at all. These are protocols from the stone age of the Internet. BTDT.
That's what I remember from the top of my head. More detailled help would require more research on my part, so for now I'm just bouncing these hints back to you. ;)