search for: destport

Displaying 11 results from an estimated 11 matches for "destport".

Did you mean: dest_port
2012 Jan 26
1
can't delete files and directories from windows NFS client
...ete files and directories) We took captures of network traffic on three cases. Summary of the captures to access call are below for reference. --Captures (gluster NFS server<-> windows NFS client)-- No. Time Source SourcePort Destination DestPort Protocol Info 1079 2011-12-22 19:39:37.586504 10.129.0.145 946 10.129.0.60 38467 NFS V3 ACCESS Call (Reply In 1080), FH:0xc306b6b5 Network File System, ACCESS Call FH:0xc306b6b5 [Program Version: 3] [V3 Procedure: ACCESS (4)] object access...
2003 Jan 14
1
Access to fw from only 1 specific IP on the internet
...e of the physical distance. lets asume my public IP at home is 80.80.80.80 Would it (if we focus on ssh connection from my IP only on the net zone) be sufficient with the following rule (asuming default zones and rules like in the manual):action source dest proto destport DNAT net:80.80.80.80 fw ssh 22 Hope you can answer this as i would like to setup only this part onsite and then make the rest from back home :) Best regards Henrik Flindt Hansen www.linuxplanet.dk
2011 Feb 07
1
Possible ssh -D bug in 5.8p1 (on Gentoo Linux)
...Feb 04, 2011 at 12:26:08PM +1100, Damien Miller wrote: > OpenSSH 5.8 has just been released. It will be available from the > mirrors listed at http://www.openssh.com/ shortly. I seem to have found a bug in 5.8p1. I work remotely, and use three SSH tunnels, two of the form ssh -L port:host:destport -f -N -q -l remoteuser remotehost, and one of the form ssh -D port -f -C -q -N -l remoteuser remotehost, the latter a web tunnel that I may access any of several web hosts through. When I upgraded to OpenSSH 5.8p1 this morning, the ssh -D tunnel ceased to work; it would connect correctly, then...
2019 Jul 27
2
submission configuration issues
...rd, here is the result of a direct connect to postfix: $ nc 127.0.0.1 8587 220 smtp.example.com ESMTP Postfix EHLO example.com 250-smtp.example.com 250-PIPELINING 250-SIZE 41943040 250-VRFY 250-ETRN 250-STARTTLS 250-AUTH PLAIN LOGIN 250-XCLIENT NAME ADDR PROTO HELO REVERSE_NAME PORT LOGIN DESTADDR DESTPORT 250-ENHANCEDSTATUSCODES 250-8BITMIME 250-DSN 250 SMTPUTF8 =============== And here is the content of the row logs when a mail is sent. ======== rawlog.in 1564258521.813430 220 smtp.example.com ESMTP Postfix 1564258521.814206 250-smtp.example.com 1564258521.814206 250-PIPELINING 1564258521.81420...
2019 Jul 27
0
submission configuration issues
...ix > EHLO example.com <http://example.com> > 250-smtp.example.com <http://250-smtp.example.com> > 250-PIPELINING > 250-SIZE 41943040 > 250-VRFY > 250-ETRN > 250-STARTTLS > 250-AUTH PLAIN LOGIN > 250-XCLIENT NAME ADDR PROTO HELO REVERSE_NAME PORT LOGIN DESTADDR DESTPORT > 250-ENHANCEDSTATUSCODES > 250-8BITMIME > 250-DSN > 250 SMTPUTF8 > > =============== > > And here is the content of the row logs when a mail is sent. > > ======== rawlog.in <http://rawlog.in> > > 1564258521.813430 220 smtp.example.com <http://smtp.examp...
2019 Jul 23
5
submission configuration issues
Hello, I'm having trouble configuring the submission proxy. I have configured the submission service as follow: submission_host = smtp.example.com submission_relay_host = localhost submission_relay_port = 8587 submission_relay_rawlog_dir = /var/log/dovecot/ submission_relay_trusted = yes My main issue is that until I login, dovecot-submission won't connect to the backend and query the
2020 Feb 04
0
Submission service, XCLIENT and HELO
...P Postfix (Ubuntu) EHLO submission.domain.local 250-postfix.domain.local 250-PIPELINING 250-SIZE 10240000 250-VRFY 250-ETRN 250-STARTTLS 250-AUTH DIGEST-MD5 CRAM-MD5 NTLM PLAIN LOGIN 250-AUTH=DIGEST-MD5 CRAM-MD5 NTLM PLAIN LOGIN 250-XCLIENT NAME ADDR PROTO HELO REVERSE_NAME PORT LOGIN DESTADDR DESTPORT 250-ENHANCEDSTATUSCODES 250-8BITMIME 250-DSN 250 SMTPUTF8 XCLIENT ADDR=192.168.1.3 PORT=57116 LOGIN=riccardo-at-domain.local 220 postfix.domain.local ESMTP Postfix (Ubuntu) EHLO submission.domain.local 250-postfix.domain.local 250-PIPELINING ... As you can see the first EHLO is correctly done w...
2005 Jun 11
0
Shorewall Configuration for Asterisk Box
...ter,norfc1918,tcpflags loc eth1 detect tcpflags zones #ZONE DISPLAY COMMENTS net Net Internet loc Local Local Networks policy #SOURCE DEST POLICY LOGLEVEL loc net ACCEPT fw net ACCEPT net all DROP info all all REJECT info rules #ACTION SOURCE DEST PROTO DESTPORT ACCEPT fw net tcp 53 ACCEPT fw net udp 53 ACCEPT loc fw tcp 22 ACCEPT loc fw icmp 8 ACCEPT net fw icmp 8 ACCEPT fw loc icmp ACCEPT fw net icmp ACCEPT net fw udp 10000:20000 ACCEPT net fw udp 5060 ACCEPT net fw tcp 5060 ACCEP...
2004 Dec 30
2
[Bug 40] system hangs, Availability problems, maybe conntrack bug, possible reason here.
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=40 ------- Additional Comments From netfilter@linuxace.com 2004-12-30 20:16 MET ------- Any further word on this? Bug report is getting stale... -- Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching
2017 Feb 03
4
[Bug 1117] New: Table ipv4-nat prerouting dnat doesn't accept dest IP:PORT
...0 # handle 4 iif "pub-aaaa" tcp dport 8080 dnat to 192.168.123.20 # handle 5 } chain postrouting { type nat hook postrouting priority -150; policy accept; oifname "pub_aaaa" masquerade # handle 3 } } --------- Handle 5 has a dest ip, when no destport is specfied Thought you might want to know, unless I do something gravely wrong ... NOTE all these commands after `ip netns exec vr-aaaa bash` are IN the namespace NOTE 2 issuing command `nft add rule ip nat prerouting iif pub-aaaa tcp dport 80 dnat 192.168.123.20:80` when NOT in a namespace upd...
2019 Oct 11
2
Panic: file smtp-client-connection.c: line 1212 (smtp_client_connection_established): assertion failed: (!conn->connect_succeeded)
...19><XFnL eJ2U0rgqAoEMwMAIoDQqhHgB7k+O>: Debug: smtp-client: conn mta2.example.com:25 (10.46.163.91:25) [1]: command EHLO: Got reply (1/1): 250 mta2.example.com PIPELINING SIZE 51200000 ETRN STARTTLS AUTH DIGEST-MD5 CRAM-MD5 NTLM XCLIENT NAME ADDR PROTO HELO REVERSE_NAME PORT LOGIN DESTADDR DESTPORT ENHANCEDSTATUSCODES 8BITMIME SMTPUTF8 (1 commands pending, 0 commands queued) Oct 11 09:29:00 srv2 dovecot: submission(hativ at example.com)<15819><XFnL eJ2U0rgqAoEMwMAIoDQqhHgB7k+O>: Debug: smtp-client: conn mta2.example.com:25 (10.46.163.91:25) [1]: Received handshake reply Oct 11 09:...