praka123 said:Many ppl with NIB-I or NIB-II connection are complaining about they are not able to connect to some sites.sometimes it is google,micro$haft etc.
So the Solution is to change the MTU(Maximum Transmission Unit) to 1454 from 1500 or 1492.
In GNU/Linux , you can easily change by editing /etc/ppp/options file or /etc/ppp/peers/dsl-provider or /etc/network/interfaces or /etc/ppp/pppoe.conf file to add MTU value in format "mtu 1454" without quoteshyeah:
First try as root ,"ifconfig ppp0 down && ifconfig ppp0 up mtu 1454" to see the change!I was not able to access youtube and all(very slow).now it changed
In window$ ,I have no idea.apart from in cmd , "ipconfig /ALL" will show those values
but I saw this thread ,in broadbandforum :
http://broadbandforum.in/bsnl-broadb...snl-broadband/
^this is the solution for winblow$ users.
gaurish@Moody-Machine:~$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:11:09:06:18:c6
inet addr:192.168.1.3 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::211:9ff:fe06:18c6/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2873 errors:0 dropped:0 overruns:0 frame:0
TX packets:3197 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2308331 (2.2 MB) TX bytes:577093 (563.5 KB)
Interrupt:23 Base address:0x6000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:2194 errors:0 dropped:0 overruns:0 frame:0
TX packets:2194 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:113109 (110.4 KB) TX bytes:113109 (110.4 KB)
gaurish@Moody-Machine:~$ cat /etc/network/interfaces
auto lo
iface lo inet loopback
iface eth0 inet static
address 192.168.1.3
netmask 255.255.255.0
gateway 192.168.1.1
mtu 1454
auto eth0
praka123 said:@gary: no baba!that is not the way.you start internet and then check ifconfig output for interface "ppp0".
even better add "mtu 1454" to the file /etc/ppp/options .that will do.
if you are on dhcp(network) ,then setting MTU to 1454 for eth0 makes sense.
praka123 said:So the Solution is to change the MTU(Maximum Transmission Unit) to 1454 from 1500 or 1492.