Hello,
im am trying to implement a simple routing on my DGS-1510-28X:
From my Default VLAN 1 (IPv4 interface 192.168.1.254) i want to access the internet. The default route is set up as a gateway with 192.168.178.1. A VLAN 100 (port 17/18) was created for the second subnet 192.168.178.0/24 and the interface set to 192.168.178.254.
IPv4 Interfaces
Interface State IP Address Secondary Link Status
vlan1 Enabled 192.168.1.254/255.255.255.0 Manual No Up
vlan100 Enabled 192.168.178.254/255.255.255.0 Manual No Up
IPv4 Routes
IP Address Mask Gateway Interface Name
0.0.0.0 0.0.0.0 192.168.178.1 vlan100
192.168.178.0 255.255.255.0 192.168.178.1 vlan100
Route Table
IP Address Mask Gateway Interface Name Cost Protocol
0.0.0.0 0.0.0.0 192.168.178.1 vlan100 1/1 S*
192.168.1.0 255.255.255.0 Directly Connected vlan1 C
192.168.178.0 255.255.255.0 Directly Connected vlan100 C
The DGS can easily ping the gateway 192.168.178.1 and the Internet 8.8.8.8. The devices in VLAN 100 on port 18 also.
None of the devices in VLAN 1 can ping the gateway or the Internet.
Tracing DGS:
[1] 10 ms 192.168.178.1
[2] <10 ms 192.168.10.1
[3] 10 ms 178.27.239.254
[4] 10 ms 178.27.239.254
[5] 10 ms 88.134.220.22
[6] 10 ms 88.134.192.111
[7] 10 ms 145.254.2.185
[8] 10 ms 72.14.214.170
[9] * Request timed out.
[10] 10 ms [8.8.8.8]
Trace complete
Tracing PC:
>tracert -d 8.8.8.8
Route tracking to 8.8.8.8 over a maximum of 30 hops:
1 2 ms 1 ms 2 ms 192.168.1.254
2 * ^C
>tracert -d 192.168.178.1
Route tracking to 192.168.178.1 over a maximum of 30 hops
1 1 ms 1 ms 1 ms 192.168.1.254
2 * ^C
Configuration LAN adapter:
Connection-specific DNS suffix:
Description. . . . . . . . . . . : Realtek PCIe GbE Family Controller
Physical address. . . . . . . . : 54-EE-75-BF-D6-17
DHCP activated. . . . . . . . . . : No.
Auto configuration activated. . . : Yes
IPv4 address. . . . . . . . . . : 192.168.1.99 (preferred)
Subnet mask. . . . . . . . . . : 255.255.255.0
Standard gateway. . . . . . . . . : 192.168.1.254
DNS server. . . . . . . . . . . : 192.168.1.254
NetBIOS over TCP / IP. . . . . . . : Activated
Did i missed something? Any help appreciated.
Martin