1樓:匿名使用者
先設定路由埠,
router2:
左邊:192.168.1.1 255.255.255.0
右邊:192.168.2.1 255.255.255.0
router3:
左邊:192.168.2.2 255.255.255.0
右邊:192.168.3.1 255.255.255.0
靜態路由:
router2:
enconf t
ip route 192.168.3.0 255.255.255.0 192.168.2.2
router3:
enconf t
ip route 192.168.1.0 255.255.255.0 192.168.2.1
主機:左邊電腦掩碼和閘道器都是255.255.255.0 192.168.1.1
ip:192.168.1.2-192.168.1.254
右邊伺服器掩碼和閘道器都是255.255.255.0 192.168.3.1
ip:192.168.3.2-192.168.3.254
連線:兩個路由器用交叉線連,其他都是直通線
2樓:匿名使用者
是做好發給你還是給你說咋個做。
思科模擬器如何使用靜態路由訪問內網各伺服器?求做法 5
3樓:匿名使用者
在伺服器上安裝步輕雲,繫結域名或用分配的二級域名,外網就可以訪問了。
【思科模擬器】使用靜態路由訪問內網各伺服器的詳細實施步驟(不詳細也行) 5
4樓:
一段一段寫唄 , 假定 路由器0 左邊為一個子網192.168.1.0 /24 右邊 到路由器
1 為192.168.2.
0/30 , 路由器1右邊為172.16.1.
0/24 ,,則,只需要在路由器0 上新增以下命令:ip route 172.16.
1.0 255.255.
255.0 192.168.
2.2在路由1 上新增以下命令:
ip route 192.168.1.0 255.255.255.0 192.168.2.1
很簡單的!
5樓:匿名使用者
路由器0上需要增加去伺服器網段的靜態路由,閘道器指向和路由器1的互連地址
路由器1上需要增加去pc網段的靜態路由,閘道器指向和路由器0的互連地址pc上要設定預設閘道器是路由器0的lan口地址(和交換機0連的伺服器上
要設定預設閘道器是路由器1的lan口地址(和交換機1連的)交換機和路由器連如果是trunk介面,那麼每個pc和伺服器的閘道器可能不一樣,靜態路由也需要增加多條。
6樓:匿名使用者
可以用九州動態ip手機客戶端來實現更改手機或電腦ip地址
九州軟體是用於在不同網路環境下快速切換ip地址等網路配置的軟體工具
使用靜態路由訪問內網各伺服器
7樓:匿名使用者
先設定路由埠,
router2:
左邊:192.168.1.1 255.255.255.0
右邊:192.168.2.1 255.255.255.0
router3:
左邊:192.168.2.2 255.255.255.0
右邊:192.168.3.1 255.255.255.0
靜態路由:
router2:
enconf t
ip route 192.168.3.0 255.255.255.0 192.168.2.2
router3:
enconf t
ip route 192.168.1.0 255.255.255.0 192.168.2.1
主機:左邊電腦掩碼和閘道器都是255.255.255.0 192.168.1.1
ip:192.168.1.2-192.168.1.254
右邊伺服器掩碼和閘道器都是255.255.255.0 192.168.3.1
ip:192.168.3.2-192.168.3.254
連線:兩個路由器用交叉線連,其他都是直通線
8樓:匿名使用者
可以直接輸入ip地址檢視
靜態路由環境下訪問內網伺服器 50
9樓:匿名使用者
寫出命令太麻煩了,命令太多,但是不復雜,做幾條靜態路由即可
10樓:小it五三多
3個網段,2臺路由而已,寫靜態路由器,這沒難度吧。
請問使用思科模擬器靜態路由實現辦公網接入網際網路的命令?
11樓:軒_燦爛
樓主,你好
很簡單,
辦公網 router0 寫一條預設路由即可。
(假設 網際網路 router1 f0/0口ip地址為 10.1.1.2)
ip route 0.0.0.
0 0.0.0.
0 10.1.1.
2注:我見過有人竟然在模擬器isp路由器上寫 ip route 192.168.
1.0 255.255.
255.0 12.1.
1.1 這種命令
當時我真的服了,
是有多麼天才,能在isp路由器上寫回指的私有路由。。。
cisco模擬器配置靜態路由
12樓:匿名使用者
2、所有配置如下
拓撲圖如下
router0
cisco0(config)#do sh run
building configuration...
current configuration : 797 bytes
!version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!hostname cisco0!!
!enable secret 5 $1$merr$hx5rvt7rpnos4wqbxkx7m0!!
!!!!
username cisco password 0 cisco!!
!!!!
!spanning-tree mode pvst!!
!!inte***ce fastether***0/0
ip address 192.168.1.254 255.255.255.0
duplex auto
speed auto
!inte***ce fastether***0/1
ip address 10.0.0.1 255.255.255.0
duplex auto
speed auto
!inte***ce serial0/0/0
ip address 172.16.3.1 255.255.255.0
!inte***ce serial0/0/1
no ip address
!inte***ce vlan1
no ip address
shutdown
!router rip
version 2
***work 10.0.0.0
***work 172.16.0.0
***work 192.168.1.0
no auto-summary
!ip classless!!
!!!!
!line con 0
!line aux 0
!line vty 0 4
login!!
!end
router1
cisco1(config)#do sh run
building configuration...
current configuration : 797 bytes
!version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!hostname cisco1!!
!enable secret 5 $1$merr$hx5rvt7rpnos4wqbxkx7m0!!
!!!!
username cisco password 0 cisco!!
!!!!
!spanning-tree mode pvst!!
!!inte***ce fastether***0/0
ip address 192.168.3.254 255.255.255.0
duplex auto
speed auto
!inte***ce fastether***0/1
no ip address
duplex auto
speed auto
shutdown
!inte***ce serial0/0/0
ip address 172.16.3.2 255.255.255.0
clock rate 64000
!inte***ce serial0/0/1
no ip address
shutdown
!inte***ce vlan1
no ip address
shutdown
!router rip
version 2
***work 172.16.0.0
***work 192.168.3.0
no auto-summary
!ip classless!!
!!!!
!line con 0
!line aux 0
!line vty 0 4
login!!
!end
router2
cisco2(config)#do sh run
building configuration...
current configuration : 677 bytes
!version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!hostname cisco2!!
!enable secret 5 $1$merr$hx5rvt7rpnos4wqbxkx7m0!!
!!!!
username cisco password 0 cisco!!
!!!!
!spanning-tree mode pvst!!
!!inte***ce fastether***0/0
ip address 10.0.0.2 255.255.255.0
duplex auto
speed auto
!inte***ce fastether***0/1
ip address 192.168.2.254 255.255.255.0
duplex auto
speed auto
!inte***ce vlan1
no ip address
shutdown
!router rip
version 2
***work 10.0.0.0
***work 192.168.2.0
no auto-summary
!ip classless!!
!!!!
!line con 0
!line aux 0
!line vty 0 4
login!!
!end
pc0配置
pc1配置
dns配置
pc0到pc1測試
pc0-dns
apache web伺服器內網可以訪問,外網訪問不了?linux防火牆全部關閉
看你的描述 應該是來你的防火自牆的問題 檢查一下 兩條規則 訪問外網 2.2.2.2 的80 自動 給 192.168.1.10 的80 下面的是ftp的21 預設情況 內網訪問的 直接是內網的ip 不知道你網路結構 之後 外網訪問 既然沒繫結主機頭 那就是登陸到路由器了.不知道你路由器是通過什麼i...
怎樣從外網訪問內網伺服器
路由器上需要設定埠對映,將你伺服器上的3389埠對映到路由器上,這樣,你老闆就可以通過外網訪問3389埠來對伺服器進行遠端桌面控制。不過為了安全,你可以將路由器上的任意一個不常用埠號,比如8888等對映到伺服器的3389埠,這樣,外網掃描3389的軟體就不會掃描到你的伺服器。具體是在路由器的 規則 ...
內網的伺服器如何讓外網訪問到,需要怎樣對映IP地址
路由器接入的網路,要外網能夠訪問內網的伺服器上的 只要在路由器上進行埠對映就可以。比如,路由器的公網ip是202.50.12.13,伺服器在內網使用的是192.168.0.56,那麼只要在路由器上把202.50.12.13的80埠對映到192.168.0.56的80就好了。不過這種情況,公網的ip最...