search for: toaddr

Displaying 12 results from an estimated 12 matches for "toaddr".

Did you mean: ioaddr
2016 May 05
3
FirewallD and FTP passive mode
...ation. For now i have configured port forwarding and ftp server itself. On the router: # firewall-cmd --list-all --zone=external external (active) interfaces: enp3s1 sources: services: openvpn ssh ports: 1194/tcp 2666/tcp 88/tcp masquerade: yes forward-ports: port=21:proto=tcp:toport=:toaddr=10.0.32.7 port=10090-10100:proto=tcp:toport=:toaddr=10.0.32.7 port=88:proto=tcp:toport=80:toaddr=10.0.32.23 icmp-blocks: rich rules: I also did: # modprobe ip_conntrack_ftp ports=10090,10100 excerpt form vsftpd.conf on the FTP server: pasv_enable=Yes pasv_min_port=10090 pasv_...
2011 May 17
5
Email out of R (code)
...it's useful. require(rJython) rJython <- rJython() rJython$exec( "import smtplib" ) rJython$exec("from email.MIMEText import MIMEText") rJython$exec("import email.utils") mail<-c( #Email settings "fromaddr = 'sender email address'", "toaddrs = 'recipient email address'", "msg = MIMEText('This is the body of the message.')", "msg['From'] = email.utils.formataddr(('sender name', fromaddr))", "msg['To'] = email.utils.formataddr(('recipient name', toaddrs))&quo...
2013 Jun 19
6
Mailing a fax with mutt does not succeed
Hello everyone, I'm trying to send a received fax with mutt, when I try it from the Linux shel it works, but when trying with Asterisk's System command it doesn't. Successful Linux command: echo | mutt -s "New fax" earohuanca at gmail.com -a /tmp/faxes/201306191111.tif Unsuccessful Asterisk Command: same => n,System(mutt -s "New fax" elder.arohuanca at
2020 May 09
4
Transparent Squid and FirewallD : fine-tuning question
...enp3s1 Squid is acting as a transparent proxy server: $ sudo grep http_port /etc/squid/squid.conf http_port 3128 transparent In my firewall configuration, all requests to port 80 (HTTP) are redirected to port 3128: $ sudo firewall-cmd --permanent --add-forward-port=port=80:proto=tcp:toport=3128:toaddr=192.168.3.1 $ sudo firewall-cmd --reload $ sudo firewall-cmd --list-all internal (active) target: default icmp-block-inversion: no interfaces: enp3s1 sources: services: dhcp dns http squid ssh ports: protocols: masquerade: no forward-ports: port=80:proto=tcp:toport=3128:toaddr=192...
2010 Apr 01
7
Sending mail from CLI to another SMTP host
Hi all, Is it possible to send mail from CLI (bash, python) without any LOCAL SMTP installed, using SMTP on another machine. Care to give a glimpse of the code? Thank you.
2009 Jan 31
2
Re: Debugging Xen via serial console
Hi, kdb: to debug xen hypervisor, could also debug guests gdbsx: to debug PV/HVM linux guests The tree is : http://xenbits.xensource.com/ext/debuggers.hg See README-dbg. You''ll need to setup serial access for kdb. Thanks, Mukesh > > Hi Dan, > > I''m currently using your version of ssplitd as it is. I haven''t tried > kdb. For some reason I
2016 Feb 21
0
ssh access to vmware vm from outside
...in tcp section of /etc/vmware/vmnet8/nat/nat.conf (vmnet8 being the vms network) >From the host server I can ssh the vm, but from outside, a ssh -p 2296 user at hostserverip gives me a connection refused. I tried a firewall-cmd --zone=external --add-forward-port=port=2296:proto=tcp:toport=22:toaddr=internalvmip but it does not change anything. What am I missing ? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos-virt/attachments/20160221/1c8c0269/attachment-0002.html>
2018 Jan 16
0
Squid + wccp + firewalld
...9-stocac1 ~]# firewall-cmd --list-all public (active) target: default icmp-block-inversion: no interfaces: ens192 tun0 sources: services: ctc-custom dhcpv6-client ssh ports: 8081/tcp 3127/tcp 3128/tcp 8080/tcp protocols: masquerade: yes forward-ports: port=80:proto=tcp:toport=3127:toaddr=1.1.1.1 sourceports: icmp-blocks: rich rules: rule family="ipv4" source address="2.2.2.0/26" protocol value="gre" accept [root at s0989-stocac1 ~]# firewall-cmd --direct --get-all-rules ipv4 nat POSTROUTING 0 -j MASQUERADE ipv4 nat PREROUTING 0 -i tun0...
2012 Dec 09
1
[Bug 803] New: IP Ranges do not work with hash:net
...et Estimated Hours: 0.0 ipset v6.16.1 In the ipset man pages under "hash:net" it states that For the inet family one can add or delete multiple entries by specifying a range, which is converted internally to network(s) equal to the range: netaddr := { ip[/cidr] | fromaddr-toaddr } However, when I try the following ipset create BAR hash:net family inet ipset add BAR 187.38.113.102-187.38.113.102 I get the following error ipset v6.16.1: Syntax error: IP address or IP/cidr must be specified: 187.38.113.102-187.38.113.102 Just to double check, the following work as...
2016 Nov 15
2
iaxmodem errors.
2016 Nov 11
2
iaxmodem errors.
2013 Sep 23
57
[PATCH RFC v13 00/20] Introduce PVH domU support
This patch series is a reworking of a series developed by Mukesh Rathor at Oracle. The entirety of the design and development was done by him; I have only reworked, reorganized, and simplified things in a way that I think makes more sense. The vast majority of the credit for this effort therefore goes to him. This version is labelled v13 because it is based on his most recent series, v11.