Tristan
Verified User
Hi there,
does anyone know why I have a different broadcast address for all IP's added through DA? For example if I add xxx.xxx.138.35 through the admin panel, ifconfig will give me back:
Shouldn't eth0:0 be using the same broadcast address?
does anyone know why I have a different broadcast address for all IP's added through DA? For example if I add xxx.xxx.138.35 through the admin panel, ifconfig will give me back:
Code:
eth0 Link encap:Ethernet HWaddr 00:3A:4F:8D:2A:9C
inet addr:xxx.xxx.138.34 Bcast:xxx.xxx.138.[B]255[/B] Mask:255.255.255.128
inet6 addr: fe80::130:48af:fa8d:1a9c/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:15916904 errors:0 dropped:0 overruns:0 frame:0
TX packets:7813789 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:23378203328 (21.7 GiB) TX bytes:557723675 (531.8 MiB)
Base address:0x4000 Memory:e0200000-e0220000
eth0:0 Link encap:Ethernet HWaddr 00:3A:4F:8D:2A:9C
inet addr:xxx.xxx.138.35 Bcast:xxx.xxx.138.[B]127[/B] Mask:255.255.255.128
Shouldn't eth0:0 be using the same broadcast address?