|
Приветствую всех. Прошу сильно не кидаться тапками, я только начинаю работу с сетями. История такая. Есть d-link dgs-3130-54ts. настройки ниже: !Current Configuration: ! !System Description "DGS-3130-54TS" !System Software Version "2.00.020" !System Up Time "0 days 2 hrs 4 mins 34 secs" !Current SNTP Synchronized Time: SNTP Client Mode Is Disabled ! configure terminal vlan 10,30 exit vlan 10 name mgmt exit vlan 30 name lab exit ip http timeout-policy idle 36000 username admin privilege 15 password ********** ssh user admin authentication-method password line console session-timeout 1439 login local exit interface ethernet 1/0/1 switchport mode access switchport access vlan 10 exit
interface ethernet 1/0/2 switchport mode access switchport access vlan 30 exit
interface ethernet 1/0/3 switchport mode access switchport access vlan 30 exit
interface ethernet 1/0/4 switchport mode access switchport access vlan 30 exit
interface ethernet 1/0/5 switchport mode access switchport access vlan 30 exit
interface ethernet 1/0/6 switchport mode access switchport access vlan 30 exit
interface ethernet 1/0/7 switchport mode access switchport access vlan 30 exit
interface ethernet 1/0/8 switchport mode access switchport access vlan 30 exit
interface ethernet 1/0/9 switchport mode access switchport access vlan 30 exit
interface ethernet 1/0/10 switchport mode access switchport access vlan 30 exit
interface ethernet 1/0/11 switchport mode access switchport access vlan 30 exit
interface ethernet 1/0/12 switchport mode access switchport access vlan 30 exit
interface ethernet 1/0/13 switchport mode access switchport access vlan 30 exit
interface ethernet 1/0/14 switchport mode access switchport access vlan 30 exit
interface ethernet 1/0/15 switchport mode access switchport access vlan 30 exit
interface ethernet 1/0/16 switchport mode access switchport access vlan 30 exit
interface ethernet 1/0/48 switchport mode trunk switchport trunk allowed vlan 10,30 description "UPLINK" exit
interface mgmt 0 ip address 192.168.0.1 255.255.255.0 shutdown exit interface vlan 1 shutdown ip address 192.168.4.2 255.255.255.0 exit
interface vlan 10 ip address 192.168.1.51 255.255.255.0 exit
interface vlan 30 ip address 192.168.3.1 255.255.255.0 exit
interface null 0 exit ip route 0.0.0.0 0.0.0.0 192.168.1.1 weight 1 exit Интернет не работает на хосте 192.168.3.2 /24 192.168.3.1 подключен к интерфейсу eth 1/0/2/. Как это исправить? Или как настроить сие чудо, что бы через него был доступ в интернет (шлюз 192.168.1.1) у хостов с адресами 192.168.3.*?
|