Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
VLAN - not able to establish connection.
2018-04-09, 12:49
Post: #1
VLAN - not able to establish connection.
hi,
i am using ipxe.lkrn for booting into a ipxe shell. I am able to create a vlan interface, assign ip/gw/nm. But not able to ping to my gateway.

do the following:

vcreate --tag 443 net0
ifopen net0-443
set net0/ip 10.146.19.102
set net0/gw 10.146.19.1
set net0/netmask 255.255.255.0

If i try to ping the gateway, i got connection timed out.
Cisco Switchport ist configured to trunk.

did i miss anything?
Find all posts by this user
Quote this message in a reply
2018-04-09, 16:43
Post: #2
RE: VLAN - not able to establish connection.
I have not yet played with the vlan features of iPXE
but are you sure that set net0/ip is correct, and that it shouldn't be net0-443/ip (as used in your ifopen command)
if that still does not work, make sure that you also do ifopen on the underlying device; both ifopen net0-443 and ifopen net0

Use GitHub Discussions
VRAM bin
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)