免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1693 | 回复: 8
打印 上一主题 下一主题

[SCO UNIX] sco unix在vlan中另一網段不能連接的問題. [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2006-02-16 13:32 |只看该作者 |倒序浏览
網絡通過cisco 3560劃分了兩個vlan.(分別為:192.168.2.*和192.168.3.*)

現在出了問題:192.168.3.*的終端不能連接sco unix主機(sco unix的IP為:192.168.2.11),ping都不通.

而192.168.3.*的電腦連接192.168.2.*中的其它電腦卻正常.(只有這台sco unix主機不通.)

請大家指點....

论坛徽章:
0
2 [报告]
发表于 2006-02-16 13:38 |只看该作者
補充說明:sco unix主機的netmask,gateway的設置與其它192.168.2.*的電腦一樣.

论坛徽章:
0
3 [报告]
发表于 2006-02-16 15:05 |只看该作者
要加路由!

到cisco论坛去看看!

论坛徽章:
0
4 [报告]
发表于 2006-02-16 15:40 |只看该作者
但同樣的,192.168.3.*中的主機卻能與另一台Red Hat 主機(IP為:192.168.2.5)連接.

论坛徽章:
0
5 [报告]
发表于 2006-02-16 16:51 |只看该作者
是基于802。1Q的vlan划分的么?

论坛徽章:
0
6 [报告]
发表于 2006-02-17 11:41 |只看该作者
這是在cisco 3560交換機上show confi...

做的很簡單,大家幫忙看看...哪裡不對???

Switch#show configuration
Using 2829 out of 524288 bytes
!
version 12.2
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Switch
!
enable secret 5 $1$p31R$6m8Ht4X4WOw9L0ne9puzY1
!
no aaa new-model
ip subnet-zero
ip routing
!
!
!
!
no file verify auto
spanning-tree mode pvst
spanning-tree extend system-id
!
vlan internal allocation policy ascending
!
interface GigabitEthernet0/1
switchport access vlan 2
switchport mode access
!
interface GigabitEthernet0/2
switchport access vlan 2
switchport mode access
!
interface GigabitEthernet0/3
switchport access vlan 2
switchport mode access
!
interface GigabitEthernet0/4
switchport access vlan 2
switchport mode access
!
interface GigabitEthernet0/5
switchport access vlan 3
switchport mode access
!
interface GigabitEthernet0/6
switchport access vlan 3
switchport mode access
!
interface GigabitEthernet0/7
switchport access vlan 3
switchport mode access
!
interface GigabitEthernet0/8
switchport access vlan 3
switchport mode access
!
interface GigabitEthernet0/9
switchport access vlan 3
switchport mode access
!
interface GigabitEthernet0/10
switchport access vlan 3
switchport mode access
!
interface GigabitEthernet0/11
switchport access vlan 3
switchport mode access
!
interface GigabitEthernet0/12
switchport access vlan 3
switchport mode access
!
interface GigabitEthernet0/13
switchport access vlan 3
switchport mode access
!
interface GigabitEthernet0/14
switchport access vlan 3
switchport mode access
!
interface GigabitEthernet0/15
switchport access vlan 3
switchport mode access
!
interface GigabitEthernet0/16
switchport access vlan 3
switchport mode access
!
interface GigabitEthernet0/17
switchport access vlan 3
switchport mode access
!
interface GigabitEthernet0/18
switchport access vlan 3
switchport mode access
!
interface GigabitEthernet0/19
switchport access vlan 3
switchport mode access
!
interface GigabitEthernet0/20
switchport access vlan 3
switchport mode access
!
interface GigabitEthernet0/21
switchport access vlan 3
switchport mode access
!
interface GigabitEthernet0/22
switchport access vlan 3
switchport mode access
!
interface GigabitEthernet0/23
switchport access vlan 3
switchport mode access
!
interface GigabitEthernet0/24
switchport access vlan 3
switchport mode access
!
interface GigabitEthernet0/25
!
interface GigabitEthernet0/26
!
interface GigabitEthernet0/27
!
interface GigabitEthernet0/28
!
interface Vlan1
no ip address
shutdown
!
interface Vlan2
ip address 192.168.3.254 255.255.255.0
!
interface Vlan3
ip address 192.168.2.254 255.255.255.0
!
ip default-gateway 192.168.2.250
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.2.250
ip http server
!
!
control-plane
!
!
line con 0
line vty 0 4
password
login
line vty 5 15
password
login
!
!
end

论坛徽章:
0
7 [报告]
发表于 2006-02-17 12:47 |只看该作者
首先,三层交换机上,给VLAN配置了IP地址,VLAN之间就已经可以互相通讯了。SCO UNIX需要加条路由,你可以在/etc/rc2.d下面编辑一个文件如:S85tcp。内容如下:
route add xxx.xxx.xxx.0 –netmask 255.255.255.0 xxx.xxx.xxx.xxx

论坛徽章:
0
8 [报告]
发表于 2006-02-24 08:29 |只看该作者
在/etc/rc2.d建S96gateway
route add default XXX.XXX.XXX.XXX  1

论坛徽章:
0
9 [报告]
发表于 2006-02-24 09:24 |只看该作者
路由的问题
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP