banner

[Rule] Rules  [Home] Main Forum  [Portal] Portal  
[Members] Member Listing  [Statistics] Statistics  [Search] Search  [Reading Room] Reading Room 
[Register] Register  
[Login] Loginhttp  | https  ]
 
Messages posted by: Mulan  XML
Profile for Mulan Messages posted by Mulan [ number of posts not being displayed on this page: 17 ]
 
Nhận được Offline tìm driver của webcam trên YM mới biết.

Lâu rồi ko gặp, mượn tạm topic hỏi thăm bạn hiền smilie
Trong router của Cisco có 2 câu lệnh để set MTU đó là:

Router(config-if)#mtu 1492

Router(config-if)#ip mtu 1492

Câu lệnh trên dùng để set MTU cho tất cả các giao thức Layer 3 bao gồm cả ipv4 và ipv6 thành 1492 byte.
Câu lệnh dưới chỉ set MTU cho giao thức IP mà thôi.


Mỗi một network technology có một MTU khác nhau, đó là kích thước tối đa mà một frame có thể được gửi. Lấy ví dụ, Ethernet có MTU là 1526 byte, trừ đi kích thước của Ethernet header và trailer là 26 byte thì IP MTU của Ethernet là 1500 byte, con số quen thuộc mà ta vẫn thường thấy.
IP MTU có thể giảm dần một cách khác nhau khi ta sử dụng tunneling hoặc encapsulation cho việc truyền dữ liệu giữa source và destination.
Tunneling: PPTP, L2TP…
Encapsulation: IPsec, PPPoE…
Để điều chỉnh các IP MTU size phù hợp với từng công nghệ, IP cho phép các packet được fragment bởi các router. Và tất nhiên nó sẽ ảnh hưởng một phần nào đó tới processor, memory cũng như permormance của Router.

Ta cũng có thể kiểm tra MTU bằng cách như sau: Đặt MTU trên interface là 1000.

Vào một máy client nào đó và thực hiện câu lệnh Ping: : ping –f –l 1500 "ip của interface"

Ta sẽ thấy một thông báo như sau: "Packet needs to be fragmented but DF set"

Câu này có nghĩa là gì?

Bạn đang gửi một Packet quá to và Router cần phải fragment nó, nhưng trường DF (Dont Fragment) trong IP header đang được set là 1, vì thế bạn sẽ thấy lỗi này và Packet sẽ bị discard.

Còn

Nếu trên Router Cisco có thiết lập VPN - IPSec thì các gói tin có định dạng này không bị fragment khi đi qua các router của ISP . không biết có chính xác không? 


thì mình cũng không rõ vì không biết trên ISP họ cấu hình Router như thế nào smilie




Router(config-if)#ip tcp adjust-mss 1452  


Guidelines với câu lệnh dadu hỏi này, chú ý phần mầu đỏ nhé:

When a host (usually a PC) initiates a TCP session with a server, it negotiates the IP segment size by using the MSS option field in the TCP SYN packet. The value of the MSS field is determined by the maximum transmission unit (MTU) configuration on the host. The default MSS value for a PC is 1500 bytes.

The PPP over Ethernet (PPPoE) standard supports a MTU of only 1492 bytes. The disparity between the host and PPPoE MTU size can cause the router in between the host and the server to drop 1500-byte packets and terminate TCP sessions over the PPPoE network. Even if the path MTU (which detects the correct MTU across the path) is enabled on the host, sessions may be dropped because system administrators sometimes disable the ICMP error messages that must be relayed from the host in order for path MTU to work.

The ip tcp adjust-mss command helps prevent TCP sessions from being dropped by adjusting the MSS value of the TCP SYN packets.

The ip tcp adjust-mss command is effective only for TCP connections passing through the router.

In most cases, the optimum value for the max-segment-size argument is 1452 bytes. This value plus the 20-byte IP header, the 20-byte TCP header, and the 8-byte PPPoE header add up to a 1500-byte packet that matches the MTU size for the Ethernet link.

If you are configuring the ip mtu command on the same interface as the ip tcp adjust-mss command, it is recommended that you use the following commands and values:

•ip tcp adjust-mss 1452

•ip mtu 1492
Có cái đoạn này hay hay (lần sau bạn cố gắng search trước khi hỏi những vấn đề cơ bản):


127.0.0.1 is the standard IP address used for a loopback network connection.

This means that if you try to connect to 127.0.0.1, you are immediately looped back to your own machine.

If you telnet, ftp, etc... to 127.0.0.1, you are connected to your own machine.

In other words, 127.0.0.1 is you.

For example, if your system was named "joker", and you attempted to telnet to 127.0.0.1, you would see:

# telnet 127.0.0.1
Trying 127.0.0.1...
Connected to joker
Escape character is '^]'.

Convincing newbie's to connect to 127.0.0.1 is a frequent joke on the Internet.

Another name for 127.0.0.1 is localhost.

Although 127.0.0.1 is the most commonly utilized address for localhost, any IP address in the 127.*.*.* range should also function in the same manner.
C:\route add 192.168.1.0 mask 0.0.0.0 192.168.1.1
The route addition failed: The specified mask parameter is invalid. (Destination & Mask) != Destination.


Router(config)#ip route 192.168.1.33 0.0.0.0 192.168.1.1
%Inconsistent address and mask


Một địa chỉ IP với Subnet Mask như _VoT_ nói thì phần nào là host ID, phần nào là net ID thế ???
1.Lệnh ip route 0.0.0.0 0.0.0.0 s0 là tạo ra default route, nó được sử dụng khi router của bạn sử dụng routing là static. Nếu 1 gói tin có địa chỉ đích không nằm trong routing table thì router sẽ gửi gói tin đó đi qua cổng s0 default đó. (có thể là cổng s0, cũng có thể là nexthop).

2. Lệnh ip default-network: cũng nhằm mục đích tạo ra default route nhưng nó được sử dụng khi router của bạn sử dụng routing là dynamic.
Nếu 1 gói tin có địa chỉ đích không nằm trong bảng dynamic thì router sẽ gửi gói tin đó tới lớp mạng 192.168.0.0 để xử lý tiếp.
Èm, tăng băng thông từ bạn đến Switch thì được (!) smilie

Thế còn từ Switch ra Modem ADSL ???
Rồi từ Modem đến ISP ???
Và cuối cùng từ ISP ra Internet ???
Cái kiểu bấm dây mạng thế thật sự là chưa nhìn thấy bao giờ. Nhưng đối với Switch của Cisco, để cải thiện tốc độ truyền giữa 2 Switch có thể gộp 2 dây nối 2 Switch thành kiểu Etherchannel.
Còn nếu bác ở ngoài cty thì bác remote theo IP của Modem, thêm vào đó bác phải NAT trên Modem để forward đến máy phía trong LAN (máy mà bác định remote vào) 


Nếu nhiều máy cùng muốn enable chức năng Remote Desktop thì sao nil smilie

Cách tốt nhất là áp dụng VPN --> máy mình như một máy trong LAN rồi Remote Desktop thẳng IP trong LAN đó.
Thanks đại ca ma châm và GA.

Đúng là lằng ngoằng ở cái displaygroupid do module cài thêm.

Disable mấy cái module đi. Update 3.6.7 again, enable Module lại là đăng ký member phe phé smilie

Tình hình là mới nâng cấp lên bản 3.6.7 này thì gặp lỗi member không thể đăng ký được nữa.

Database error in vBulletin 3.6.7:

Invalid SQL:
INSERT INTO user(....)


MySQL Error : Incorrect integer value: '' for column 'displaygroupid' at row 1 Error Number : 1366
Date : Friday, July 27th 2007 @ 08:37:33 AM


Hiện tại thì chưa biết cách fix thế nào, các bác cho ý kiến phát.
Lằng nhằng quá zdậy:

- Modem ADSL:
+ IP address: 10.0.2.254
+ DHCP Pool dùng để cấp cho PC: 10.0.2.1 ~ 10.0.2.200

- Access Point:
+ IP Address: 10.0.2.253
+ Default gateway: 10.0.2.254
+ DHCP Pool cấp cho Laptop: 10.0.2.201 ~ 10.0.2.252

Có thấy số host yêu cầu bắt buộc phải lớn hơn một class C đâu mà phải cấp 2 dải IP rồi NAT ???
Why:

* Put files on your school share that your admins/teachers won’t see!
* Hide your password list file on your computer.
* Impress your friends
* and so many more!

How:

1. Archive it by:
* Windows: Copy /b ‘the image’ + ‘the rar’ ‘output filename’
* Linux/OS X: cat ‘the image’ ‘the rar’ > ‘output filename’
2. Send the output file.
3. Receiver unarchives it with winrar and the files magically appear!













smilie)
Pinging 203.210.248.131 with 32 bytes of data:

Request timed out.
 
Go to Page:  First Page Page 1 2 3 4 6 7 8 Page 9 Last Page

Powered by JForum - Extended by HVAOnline
 hvaonline.net  |  hvaforum.net  |  hvazone.net  |  hvanews.net  |  vnhacker.org
1999 - 2013 © v2012|0504|218|