默认情况下,为什么无法显示Cisco路由器的回送接口?
Router#show ip interface brief
Interface IP-Address OK? Method Status Protocol
GigabitEthernet0/1 unassigned YES NVRAM administratively down down
FastEthernet2/3 unassigned YES unset down down
Fa
我可能误解了你能用路由器的回环接口做些什么。我正试图在同一个网络上从一台PC上点击它。
我正在使用包跟踪器来模拟这个,一个思科1841和一个个人电脑从程序中。
IPs
思科1841:
interface Loopback0
ip address 192.168.254.1 255.255.255.0
!
interface FastEthernet0/0
no ip address
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
个人电脑:
IP --
我正试图在我的linux盒上创建一些捕获。我遇到的问题是,我从回送接口获得的任何捕获都将包含比MTU大得多的大量数据包。这似乎是因为TCP 分段卸载。我尝试遵循这个答案中的建议,并将以下内容放置在/etc/网络/接口中:
auto lo
iface lo intet loopback
mtu 1518
offload-tx off
offload-rx off
offload-sg off
offload-tso off
offload-rxvlan off
offload-txvlan off
但是我仍然得到了比我捕获的MTU大得多的大量数据包。有办
在RFC 2328(对于ospf)中,我看到链接状态Id和广告路由器Id对于路由器LSA(Type1)是相同的。
For router-LSAs, this field is identical to the
Link State ID field. Network-LSAs are originated by the
network's Designated Router. Summary-LSAs originated by
area border routers. AS-external-LSAs are originated
我想在我的Linux中开始学习WWW编程。我已经安装了PHP,现在我想安装MySQL。我试着遵循http://www.cyberciti.biz/faq/install-mysql-server-5-on-ubuntu-linux/上的说明,但是我得到了以下错误消息:
sudo /etc/init.d/apache2 restart
* Restarting web server apache2
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1