search for: dsl0

Displaying 13 results from an estimated 13 matches for "dsl0".

Did you mean: dsl
2020 Jun 23
4
Voice broken during calls (again...)
...The only entries I have, having something to do with ICMP, are: ---------------------------------- /bin/echo -n "Disable ICMP Redirect acceptance..." for f in /proc/sys/net/ipv4/conf/*/accept_redirects; do /bin/echo 0 > $f done /bin/echo "done." /sbin/iptables -A INPUT -i dsl0 -p icmp --icmp-type echo-request -m limit --limit 6/m --limit-burst 5 -j ACCEPT /sbin/iptables -A FORWARD -o dsl0 -p icmp -j ACCEPT ---------------------------------- and of course other rules to allow ICMP pakets in the internal networks... Thanks a lot Luca Bertoncello (lucabert at lucabert.d...
2020 Jun 15
4
Voice "broken" during calls
On 6/15/20 2:19 PM, Luca Bertoncello wrote: > Am 15.06.2020 um 20:15 schrieb Jeff LaCoursiere: > > Hi Jeff, > >> We are working on a product to analyze pcap files of VoIP calls.  So far >> it does a reasonable job of analyzing the frequency distribution of >> packets in both directions, pointing out which direction packet loss / >> bad jitter occurs.  If you can
2020 Jun 23
0
Voice broken during calls (again...)
...ng to do with ICMP, are: > > ---------------------------------- > /bin/echo -n "Disable ICMP Redirect acceptance..." > for f in /proc/sys/net/ipv4/conf/*/accept_redirects; do > /bin/echo 0 > $f > done > /bin/echo "done." > /sbin/iptables -A INPUT -i dsl0 -p icmp --icmp-type echo-request -m > limit --limit 6/m --limit-burst 5 -j ACCEPT > /sbin/iptables -A FORWARD -o dsl0 -p icmp -j ACCEPT > ---------------------------------- > > and of course other rules to allow ICMP pakets in the internal > networks... > > Thanks a lot >...
2020 Jun 16
1
Voice "broken" during calls
...> sudo tcpdump -i eth0 -s 0 -w /tmp/test0.pcap & > > sudo tcpdump -i eth1 -s 0 -w /tmp/test1.pcap & > > eth0 is my DSL interface and eth1 my phone interface? Well, one is internal (phone) and the other is external (DT), doesn't matter which way round. > tcpdump -i dsl0 -s 0 -w /tmp/test0.pcap host tel.t-online.de & > tcpdump -i phone0 -s 0 -w /tmp/test1.pcap host 192.168.200.xx (IP of my > phone) & Looks like you name your Banana interfaces very similarly to mine :) However, I would be careful with that first one, containing "host tel.t- onli...
2020 Jun 23
2
Voice broken during calls (again...)
Am 23.06.2020 10:07, schrieb Marek Greško: Hi > this is a correct response: > > From 62.156.246.57 (62.156.246.57) icmp_seq=1 Frag needed and DF set > (mtu = 1492) > > So PMTU discovery is working. No problem here. You got correct message > to lower the packet size from 62.156.246.57. This is probably the last > hop before your site. No, the last hop is 62.156.246.65:
2008 Jan 17
16
Local network rejecting traffic
Hello! I have this situation / interfaces: Dsl0 - internet interface Eth0 - local network I have linux box with shorewall 2.2. And on the local network I also have a hardware router. I have connected WAN port with settings of my linux box and then created one more local network behind hardware router. It works fine. I then wanted to use VP...
2008 Feb 20
0
network-routing
...=1060 DPT=53 LEN=40 how can I use routing with started xen-bridge? Every Computer at home has a fixed / hard IP-address (from the 192.168.0.x net) and only my internet-computer / gateway (192.168.0.4) has another network-card with an extern IP-address. My Interfaces are: intel6550:~ # ifconfig -a dsl0 Link encap:Point-to-Point Protocol inet addr:x.x.x.x P-t-P:217.x.x.x Mask:255.255.255.255 UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1 RX packets:215 errors:0 dropped:0 overruns:0 frame:0 TX packets:250 errors:0 dropped:0 overruns:0 carri...
2020 Jun 22
2
Voice broken during calls (again...)
Would you mind repeating the test with canreinvite=no set for all you phones and mobile phones? What is your upload bitrate? Is it guaranteed? I would try also to test the PMTU: Try: ping -M do -s 2000 ${ip address of the sip server} You should receive icmp asking for lowering the packet size. The LTE phones could have lower MTU and thus overcome PMTU problem. Marek 2020-06-22 21:48
2020 Jun 16
0
Voice "broken" during calls
...p & eth0 is my DSL interface and eth1 my phone interface? > Try to limit the traffic to just your phone call tests (to reduce the > size of the capture files). Make all your tests, then: Well, assuming eth0 is the DSL interface and eth1 the phone interface, I can so that: tcpdump -i dsl0 -s 0 -w /tmp/test0.pcap host tel.t-online.de & tcpdump -i phone0 -s 0 -w /tmp/test1.pcap host 192.168.200.xx (IP of my phone) & is it correct? Thanks Luca Bertoncello (lucabert at lucabert.de)
2020 Jun 22
0
Voice broken during calls (again...)
...ing: local error: Message too long, mtu=1492 ping: local error: Message too long, mtu=1492 ^C --- tel.t-online.de ping statistics --- 6 packets transmitted, 0 received, +6 errors, 100% packet loss, time 5103ms Mmmm... it seems not good, isn't it? For information, here the output of ifconfig: dsl0: flags=4305<UP,POINTOPOINT,RUNNING,NOARP,MULTICAST> mtu 1492 inet 93.241.x.y netmask 255.255.255.255 destination 62.156.z.k inet6 fe80::9565:3024:4deb:ebc7 prefixlen 10 scopeid 0x20<link> ppp txqueuelen 3 (Point-to-Point Protocol) RX packets 852397...
2005 Jun 27
1
routing incoming port 82
Hi, I have two DSL line from the different provider connected to my Linux Router Firewall. Server_A is behind the Linux Router Firewall. DSL0 -- | ---- LINUX_ROUTER_FW -- SERVER_A DSL1 -- I have the following IPTABLES command to make incoming access to Server A''s web service throught port 82 as below: - $IPTABLES -t nat -A PREROUTING -i eth1 -p tcp --dport 82 -j DNAT --to 10.59.2.2:80 $IPTABLES -t nat -A PREROUT...
2020 Jun 22
2
Voice broken during calls (again...)
...t; ping: local error: Message too long, mtu=1492 > ^C > --- tel.t-online.de ping statistics --- > 6 packets transmitted, 0 received, +6 errors, 100% packet loss, time 5103ms > > Mmmm... it seems not good, isn't it? > > For information, here the output of ifconfig: > > dsl0: flags=4305<UP,POINTOPOINT,RUNNING,NOARP,MULTICAST> mtu 1492 > inet 93.241.x.y netmask 255.255.255.255 destination 62.156.z.k > inet6 fe80::9565:3024:4deb:ebc7 prefixlen 10 scopeid 0x20<link> > ppp txqueuelen 3 (Point-to-Point Protocol) >...
2005 Sep 20
3
Samba, workgroup and Windows Wins in different subnet
Hi, I hope that someone could help me because I am a real newby in Samba and have a tons of questions about this apps. My first question is : how works samba when it act as a wins client (not server) ? I have 2 subnets in my company, the 205.205.247.0 is a windows segment with wins. the second one is 192.168.251.0 for the training classroom. The gateway where Samba is installed is used both as