Notes |
|
(0002721)
|
marclaporte
|
2016-02-28 15:46
(edited on: 2016-02-28 15:47) |
|
It's still possible to connect to the machine via https://www.linode.com/docs/networking/using-the-linode-shell-lish [^]
[root@ ~]# ping google.com
ping: unknown host google.com
[root@ ~]# ifup eth0
Determining IP information for eth0...dhclient(3678) is already running - exiting.
This version of ISC DHCP is based on the release available
on ftp.isc.org. Features have been added and other changes
have been made to the base software release in order to make
it work better with this distribution.
Please report for this software via the CentOS Bugs Database:
http://bugs.centos.org/ [^]
exiting.
failed.
[root@ ~]# /etc/init.d/network restart
Restarting network (via systemctl): 8021q: adding VLAN 0 to HW filter on device eth0
[ OK ]
[root@ ~]# ping google.com
ping: unknown host google.com
|
|
|
(0002741)
|
dlucio
|
2016-02-29 15:48
|
|
I did a dhcp tcp capture:
50.116.18.11.bootps > 45.33.125.185.bootpc: BOOTP/DHCP, Reply, length 320, xid 0xf53613d, Flags none
Your-IP 45.33.125.185
Client-Ethernet-Address f2:3c:91:f1:25:70
Vendor-rfc1048 Extensions
Magic Cookie 0x63825363
DHCP-Message Option 53, length 1: ACK
Server-ID Option 54, length 4: 50.116.18.11
Lease-Time Option 51, length 4: 86400
Subnet-Mask Option 1, length 4: 255.255.255.0
BR Option 28, length 4: 45.33.125.255
Domain-Name Option 15, length 18: "members.linode.com"
Domain-Name-Server Option 6, length 12: 72.14.191.5,72.14.179.5,72.14.188.5
Hostname Option 12, length 10: "li1062-185"
Default-Gateway Option 3, length 4: 45.33.125.1
If you read, the DHCP sends the default gw. This makes me thing. This makes me think it has to be with the vLAN? or maybe a DHCPd bug. |
|
|
|
I added a workaround in the image I just attached |
|
|
|
|
|
|
|
|
(0003931)
|
user2
|
2016-09-15 08:30
|
|
The most recent StackScript for ClearOS 7 does not exhibit this issue. Setting version to ClearOS 6. |
|
|
(0008851)
|
dloper
|
2019-02-20 23:47
|
|
|