MantisBT - BrazilFW 3.x | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0000046 | BrazilFW 3.x | [All Projects] BrazilFW 3.x | public | 2010-10-27 23:54 | 2010-10-28 23:41 |
Reporter | cmartin | ||||
Assigned To | woshman | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | OS Version | |||
Summary | 0000046: Subredes setando DNS1 e DNS2 nos clientes DHCP | ||||
Description | Ao adicionar um host DNS no brazilfw.cfg (DNS1 ou DNS2) o host da subrede irá receber este IP como DNS primário. Se a variavel DNSFREECHOICE estiver em 'no', os clientes não conseguiram fazer consultas DNS. A rotina seta como primario o DNS, ao inves de setar como forwarder: if [ -n "$DNS1" -o -n "$DNS2" ]; then if [ -n "$DNS1" -a -n "$DNS2" ]; then REMOTE_DNS="$DNS1,$DNS2" elif [ -n "$DNS1" -a -z "$DNS2" ]; then REMOTE_DNS="$DNS1" elif [ -z "$DNS1" -a -n "$DNS2" ]; then REMOTE_DNS="$DNS2" fi fi Entendo que apenas o DHCP_DNS1 e DHCP_DNS2 devam ser usados, e nao DNS1 e DNS2. | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2010-10-27 23:54 | cmartin | New Issue | |||
2010-10-27 23:54 | cmartin | Status | new => assigned | ||
2010-10-27 23:54 | cmartin | Assigned To | => woshman | ||
2010-10-27 23:56 | cmartin | Description Updated | bug_revision_view_page.php?rev_id=26#r26 | ||
2010-10-28 21:59 | cmartin | Note Added: 0000101 | |||
2010-10-28 23:41 | woshman | Note Added: 0000102 | |||
2010-10-28 23:41 | woshman | Status | assigned => resolved | ||
2010-10-28 23:41 | woshman | Resolution | open => fixed | ||
2010-10-28 23:41 | woshman | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|