Okay, I will give some detailed information about my current setup, because I have changed many things yesterday.
I have two Vlans installed on my HP Switch. The first is the default Vlan1. It is connected to an router and has access to the internet. The next Vlan is called Vlan 20. It gets its IP from an DHCP Server installed on the switch, which works fine. My Problem is, whenever I connect a PC to a Port assigned to Vlan 20 I can´t connect to the Internet. If I connect him to Vlan 1, everything works fine.
The Port on Vlan 1 where the Router is connected to has this configuration:
Port: GE3/0/1
Untagged Membership: 1
Tagged Membership: 20
Link Type: Trunk
PVID: 1
The Routing Table on the Switch looks like this:
0.0.0.0 0.0.0.0 Static 60 192.168.1.1 Vlan-interface1
127.0.0.0 255.0.0.0 Direct 0 127.0.0.1 InLoopBack0
127.0.0.1 255.255.255.255 Direct 0 127.0.0.1 InLoopBack0
192.168.1.0 255.255.255.0 Direct 0 192.168.1.254 Vlan-interface1
192.168.1.254 255.255.255.255 Direct 0 127.0.0.1 InLoopBack0
192.169.13.0 255.255.255.0 Direct 0 192.169.13.254 Vlan-interface20
192.169.13.254 255.255.255.255 Direct 0 127.0.0.1 InLoopBack0
The Route on the Router right now looks like this:
Destination LAN NET: 192.169.13.0
Subnet Mask: 255.255.255.0
Gateway: 192.168.1.254
It is possible to Ping VLAN 1 if I´m connected to VLAN 2. It is not possible to Ping the Router (192.168.1.1) So what I´m guessing is that VLAN 2 needs some kind of acces to the Port G 3/0/1 is that correct? And if yes, how can I do that?